summaryrefslogtreecommitdiffhomepage
path: root/themes/mono-ec
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-03-19 20:59:39 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-03-19 20:59:39 +0100
commitb4e397463d48ae812a79112f99f093bf0dfeb954 (patch)
treead5fbd03d109e2e92cca1324dc20645c765cf8c8 /themes/mono-ec
parentb681793c76fd157da77feba6c7e6a666a29a50b9 (diff)
downloadelibs-b4e397463d48ae812a79112f99f093bf0dfeb954.tar.gz
elibs-b4e397463d48ae812a79112f99f093bf0dfeb954.tar.bz2
Color theme using only x256 colors
Diffstat (limited to 'themes/mono-ec')
-rwxr-xr-xthemes/mono-ec18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/mono-ec b/themes/mono-ec
new file mode 100755
index 0000000..454bc1c
--- /dev/null
+++ b/themes/mono-ec
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:size=12}
+
+frg="grey65"
+bkg="#101010"
+bkg="black"
+bw=${EC_TERM_BORDER:-2}
+tr=${EC_TRANS_SPEC}
+usr=${EC_USR_OPTS}
+
+exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
+ -bg "$bkg" -fg "$frg" \
+ +sbg -fn "${font}" -name "emacsclient" \
+ -xrm "*colorBD: ${frg}" \
+ -xrm "*colorUL: ${frg}" \
+ ${usr} ${tr} -tr \
+ -e emacsclient -t $*