diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-11-15 20:53:47 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-11-15 20:53:47 +0100 |
| commit | eda2c1c7d4fc6ad4d23f829eb41eb5bfda9a6520 (patch) | |
| tree | 27a6fb2afef18b97a581884af4ab3c0d0767aff5 /config/qutebrowser | |
| parent | 4fe8f0bcef339aa9770819b431b67b2e063c83b4 (diff) | |
| download | dotfiles-eda2c1c7d4fc6ad4d23f829eb41eb5bfda9a6520.tar.gz dotfiles-eda2c1c7d4fc6ad4d23f829eb41eb5bfda9a6520.tar.bz2 dotfiles-eda2c1c7d4fc6ad4d23f829eb41eb5bfda9a6520.zip | |
Added cross platform configuration for alacritty (with a 'darwin' or 'linux' in the filename)
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
