diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-12 23:39:29 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-12 23:39:29 +0200 |
commit | 1b0abee054235ea4ac7589dd92d3939e1386d24a (patch) | |
tree | 91d2aa7d5a810bb0032dfe1585ad8e0023c5f81e /themes/autumn-ec | |
download | elibs-1b0abee054235ea4ac7589dd92d3939e1386d24a.tar.gz elibs-1b0abee054235ea4ac7589dd92d3939e1386d24a.tar.bz2 |
Initial contents
Diffstat (limited to 'themes/autumn-ec')
-rwxr-xr-x | themes/autumn-ec | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/themes/autumn-ec b/themes/autumn-ec new file mode 100755 index 0000000..ca63787 --- /dev/null +++ b/themes/autumn-ec @@ -0,0 +1,40 @@ +#!/bin/bash + +font=${EC_TERM_FACE:-xft:Inconsolata:size=11,[codeset=iso8859-7]xft:Andale Mono:size=12} + +frg="grey55" +bkg="grey1" +bw=4 +bw=${EC_TERM_BORDER:-3} +tr="-tr -sh 8" +tr="+tr" + +exec urxvtcd -cr tomato -sl 0 +rv +ptab +ssr -b $bw -bd "$bkg" \ + -bg "$bkg" -fg "$frg" \ + +sbg $tr -fn "${font}" -name "emacsclient" \ + -xrm "*colorBD: ${frg}" \ + -xrm "*colorUL: ${frg}" \ + -xrm "*color0: ${frg}" \ + -xrm "*color8: grey20" \ + -xrm "*color1: tan3" \ + -xrm "*color9: sienna3" \ + -xrm "*color2: peachpuff4" \ + -xrm "*color10: navajowhite4" \ + -xrm "*color3: grey40" \ + -xrm "*color11: darkseagreen4" \ + -xrm "*color4: #9D9064" \ + -xrm "*color12: #BAA68F" \ + -xrm "*color5: cornsilk3" \ + -xrm "*color13: sienna4" \ + -xrm "*color6: grey40" \ + -xrm "*color14: tan4" \ + -xrm "*color7: ${frg}" \ + -xrm "*color15: grey50" \ + -e emacsclient -t $* + + + +# fname=${EC_XTERM_FN:-Inconsolata} +# fsize=${EC_XTERM_FS:-11} +# exec xterm -cr tomato -sl 0 +rv -b 4 -bg "$bkg" -bd "$bkg" -fg "$frg" \ +# -bdc -ulc -u8 -fa "$fname" -fs $fsize -name "emacsclient" \ |