From eda2c1c7d4fc6ad4d23f829eb41eb5bfda9a6520 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 15 Nov 2021 20:53:47 +0100 Subject: Added cross platform configuration for alacritty (with a 'darwin' or 'linux' in the filename) --- config/qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index d27a498..b86c540 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -433,3 +433,5 @@ c.colors.tabs.selected.even.bg = base05 # Background color for webpages if unset (or empty to use the theme"s # color). c.colors.webpage.bg = base00 + +# vim:TSBufDisable highlight -- cgit