summaryrefslogtreecommitdiffhomepage
path: root/themes/light-ec
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light-ec')
-rwxr-xr-xthemes/light-ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light-ec b/themes/light-ec
index 218473e..20e5fd3 100755
--- a/themes/light-ec
+++ b/themes/light-ec
@@ -1,6 +1,7 @@
#!/bin/bash
font=${EC_TERM_FACE:-xft:Inconsolata:size=11,[codeset=iso8859-7]xft:Andale Mono:size=12,[codeset=japanese-jisx0208]xft:Sazanami Gothic}
+font=${EC_TERM_FACE:-xft:Inconsolata:size=11,[codeset=japanese-jisx0208]xft:Sazanami Gothic}
# font="xft:Liberation Mono-9"
frg="black"
@@ -11,7 +12,6 @@ tr=${EC_TRANS_SPEC}
exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \
-sl 0 +rv +ssr -b $bw +sbg -fn "${font}" \
- -tn "rxvt-256color" \
-xrm "*colorBD: grey20" \
-xrm "*colorUL: grey20" \
-xrm "*color0: ${frg}" \