From 756ca02df7a97d327a84059986307a29ed0bbf07 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 11 Jul 2014 21:20:56 +0200 Subject: Added pentadactyl config * made urxvt background color a notch darker --- pentadactyl/.pentadactylrc | 23 +++++++++++++++++++++++ xorg/.Xresources | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 pentadactyl/.pentadactylrc 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 -- cgit v1.2.3