diff options
Diffstat (limited to 'themes/mono-ec')
-rwxr-xr-x | themes/mono-ec | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/mono-ec b/themes/mono-ec deleted file mode 100755 index e782064..0000000 --- a/themes/mono-ec +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:size=12} -ifont=${EC_TERM_ITALIC_FACE:-$font} - -frg="grey65" -bkg="#3f3f3f" -bw=${EC_TERM_BORDER:-2} -tr=${EC_TRANS_SPEC} -usr=${EC_USR_OPTS} - -term -e emacsclient -t $* - -# exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \ -# -bg "$bkg" -fg "$frg" \ -# +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \ -# -xrm "*colorBD: ${frg}" \ -# -xrm "*colorUL: ${frg}" \ -# ${usr} ${tr} \ -# -e emacsclient -t $* |