diff options
author | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-10-17 04:59:53 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-10-17 04:59:53 +0200 |
commit | fc636b2daf79a7a6fa4a8e403345abf10e8c17c4 (patch) | |
tree | fbd399b74240424ca993a025f60b1c3b36d80a14 /themes/mono-ec | |
parent | dcae50268201cc29033f13428af6261d0a5aca33 (diff) | |
download | elibs-fc636b2daf79a7a6fa4a8e403345abf10e8c17c4.tar.gz elibs-fc636b2daf79a7a6fa4a8e403345abf10e8c17c4.tar.bz2 |
little tweaks
Diffstat (limited to 'themes/mono-ec')
-rwxr-xr-x | themes/mono-ec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/mono-ec b/themes/mono-ec index 5359f73..cad6620 100755 --- a/themes/mono-ec +++ b/themes/mono-ec @@ -4,8 +4,7 @@ font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:siz ifont=${EC_TERM_ITALIC_FACE:-$font} frg="grey65" -bkg="#101010" -bkg="black" +bkg="#3f3f3f" bw=${EC_TERM_BORDER:-2} tr=${EC_TRANS_SPEC} usr=${EC_USR_OPTS} @@ -15,5 +14,5 @@ exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \ +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \ -xrm "*colorBD: ${frg}" \ -xrm "*colorUL: ${frg}" \ - ${usr} ${tr} -tr \ + ${usr} ${tr} \ -e emacsclient -t $* |