dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 3432269b98422eecbb107cecbae6ff4146cf105d
parent 98b2eb9c0e24350f144ca922aafdb753ec85837f
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun,  4 Sep 2016 15:51:29 +0100

hints colors changed, changed opacity for readability

Diffstat:
Mqutebrowser/.config/qutebrowser/qutebrowser.conf | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qutebrowser/.config/qutebrowser/qutebrowser.conf b/qutebrowser/.config/qutebrowser/qutebrowser.conf @@ -956,7 +956,7 @@ enable-pdfjs = false # python: Slightly worse but faster # Default: javascript border = 1px solid #0b0b0b -opacity = 0.5 +opacity = 1.0 mode = letter chars = asdfghjkl min-chars = 1 @@ -1331,8 +1331,8 @@ tabs.indicator.start = #0000aa tabs.indicator.stop = #00aa00 tabs.indicator.error = #ff0000 tabs.indicator.system = rgb -hints.fg = black -hints.bg = -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542)) +hints.fg = #d9d9d9 +hints.bg = #0b0b0b hints.fg.match = green downloads.bg.bar = black downloads.fg.start = white