From 092d2870c2e4df9cddb04885bf24677b0fb97ba6 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 30 Oct 2022 02:29:23 +0200 Subject: [PATCH] qutebrowser: set hints border --- .config/qutebrowser/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index fde02a4..8c92a55 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -265,6 +265,10 @@ c.editor.encoding = 'utf-8' # Type: ShellCommand c.fileselect.folder.command = ['kitty', 'ranger', '--choosedir={}'] +# CSS border value for hints. +# Type: String +c.hints.border = '1px solid #282a36' + # CSS selectors used to determine which elements on a page should have # hints. # Type: Dict