diff options
author | Adrian Kummerlaender | 2014-07-11 21:20:56 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-07-11 21:20:56 +0200 |
commit | 756ca02df7a97d327a84059986307a29ed0bbf07 (patch) | |
tree | cedefb6b39a1447f7db180364e9c9b3cbc5f49dd /pentadactyl | |
parent | da9c5dcc5a01d71174428be3fe4509450422603c (diff) | |
download | dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.tar dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.tar.gz dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.tar.bz2 dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.tar.lz dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.tar.xz dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.tar.zst dotfiles-756ca02df7a97d327a84059986307a29ed0bbf07.zip |
Added pentadactyl config
* made urxvt background color a notch darker
Diffstat (limited to 'pentadactyl')
-rw-r--r-- | pentadactyl/.pentadactylrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc new file mode 100644 index 0000000..1a5fa85 --- /dev/null +++ b/pentadactyl/.pentadactylrc @@ -0,0 +1,23 @@ +loadplugins '\.(js|penta)$' +group user + +set guioptions-=br +set hintkeys=0123456789 + +hi clear + +hi s_greenfont color:#aadb0f; +hi s_palegreenfont color:#909737; +hi s_grayback background:#161616; +hi s_normal font-size:14px; +hi s_bottomline border-bottom:1px solid #909737; margin-bottom:0; + +hi -l=s_normal,s_grayback,s_palegreenfont,s_bottomline StatusLine +hi -l=s_normal,s_grayback,s_palegreenfont,s_bottomline StatusLineBroken +hi -l=s_normal,s_grayback,s_palegreenfont,s_bottomline StatusLineExtended +hi -l=s_normal,s_grayback,s_palegreenfont,s_bottomline StatusLineSecure + +hi -l=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; |