From 1b0abee054235ea4ac7589dd92d3939e1386d24a Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 12 Oct 2010 23:39:29 +0200 Subject: Initial contents --- themes/autumn-ec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 themes/autumn-ec (limited to 'themes/autumn-ec') 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" \ -- cgit v1.2.3