diff options
author | Adrian Kummerlaender | 2014-12-05 21:12:30 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2014-12-05 21:12:30 +0100 |
commit | 3a273072c8a73c29fb9b661ed8a13c600576414f (patch) | |
tree | 5c209455a9b487326266b50c2c7255fd25f96f0e /pentadactyl/.pentadactylrc | |
parent | ce3e89af0072d4de4ca5c6376c7908fd025768a5 (diff) | |
download | dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.tar dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.tar.gz dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.tar.bz2 dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.tar.lz dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.tar.xz dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.tar.zst dotfiles-3a273072c8a73c29fb9b661ed8a13c600576414f.zip |
Removed `important` declaration from pentadactylrc
* the issue this (somewhat) mitigated was fixed in upstream _pentadactyl_
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-rw-r--r-- | pentadactyl/.pentadactylrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index b59e776..823debf 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -29,7 +29,7 @@ hi -link=s_normal,s_grayback,s_palegreenfont CompItem[selected] hi -link=s_normal,s_grayback2,s_palegreenfont CompItem:nth-child(2n+1) hi -link=s_normal,s_grayback,s_palegreenfont CompItem:nth-child(2n+1)[selected] background:#909737;color:#161616; -hi -link=s_normal,s_greenfont,s_grayback Hint font-weight:bold !important; padding:2px !important; -hi HintElem background:#a5a5a5 !important; -hi Hint[active] background:#aadb0f !important;color:#161616 !important; -hi HintActive background:#aadb0f !important; +hi -link=s_normal,s_greenfont,s_grayback Hint font-weight:bold; padding:2px; +hi HintElem background:#a5a5a5; +hi Hint[active] background:#aadb0f;color:#161616; +hi HintActive background:#aadb0f; |