summaryrefslogtreecommitdiffhomepage
path: root/themes/mono-ec
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-16 04:13:24 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-16 04:13:24 +0200
commitbb9fb470c109a813febd1553f9b2e6e2f8343d56 (patch)
tree6212ea109b5f394962523e8420a2b30fb15f8ed1 /themes/mono-ec
parent24f618af2ee1a838984c14c8b6d7004ee0140437 (diff)
downloadelibs-bb9fb470c109a813febd1553f9b2e6e2f8343d56.tar.gz
elibs-bb9fb470c109a813febd1553f9b2e6e2f8343d56.tar.bz2
themes: mono dark theme tweaks
Diffstat (limited to 'themes/mono-ec')
-rwxr-xr-xthemes/mono-ec3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/mono-ec b/themes/mono-ec
index 454bc1c..5359f73 100755
--- a/themes/mono-ec
+++ b/themes/mono-ec
@@ -1,6 +1,7 @@
#!/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="#101010"
@@ -11,7 +12,7 @@ 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" \
+ +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
-xrm "*colorBD: ${frg}" \
-xrm "*colorUL: ${frg}" \
${usr} ${tr} -tr \