diff options
| -rw-r--r-- | pentadactyl/.pentadactylrc | 23 | ||||
| -rw-r--r-- | xorg/.Xresources | 2 | 
2 files changed, 24 insertions, 1 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; diff --git a/xorg/.Xresources b/xorg/.Xresources index 8f9c056..90ac874 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,5 +1,5 @@  URxvt.background: #111111 -URxvt.foreground: #c9c9c9 +URxvt.foreground: #d9d9d9  URxvt.scrollBar: false  URxvt.transparent: false  URxvt.font: xft:Droid Sans Mono:size=8 | 
