summaryrefslogtreecommitdiffhomepage
path: root/themes/light-ec
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light-ec')
-rwxr-xr-xthemes/light-ec42
1 files changed, 0 insertions, 42 deletions
diff --git a/themes/light-ec b/themes/light-ec
deleted file mode 100755
index 0c55b32..0000000
--- a/themes/light-ec
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-frg="black"
-bkg="#EFEBE7"
-bkg="white"
-
-bw=${EC_TERM_BORDER:-1}
-tr=${EC_TRANS_SPEC}
-usr=${EC_USR_OPTS}
-
-font=$EC_TERM_FACE
-ifont=$EC_TERM_ITALIC_FACE
-
-exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \
- -sl 0 +rv +ssr -b $bw +sbg -fn "${font}" -fi "${ifont}" \
- -name "emacsclient" ${usr} \
- -e emacsclient -t $*
-
-exec xterm $usr -b $bw -fg "$frg" -bg "$bkg" -e emacsclient -t $*
-
-exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \
- -sl 0 +rv +ssr -b $bw +sbg -fn "${font}" -fi "${ifont}" \
- -xrm "*colorBD: grey20" \
- -xrm "*colorUL: grey20" \
- -xrm "*color0: ${frg}" \
- -xrm "*color8: grey20" \
- -xrm "*color1: sienna3" \
- -xrm "*color9: orangered4" \
- -xrm "*color2: #597B59" \
- -xrm "*color10: #254242" \
- -xrm "*color3: #D38108" \
- -xrm "*color11: #59513A" \
- -xrm "*color4: #3B3152" \
- -xrm "*color12: lemonchiffon4" \
- -xrm "*color5: #E0DACC" \
- -xrm "*color13: #386858" \
- -xrm "*color6: lightyellow3" \
- -xrm "*color14: #1F3D4F" \
- -xrm "*color7: ${bkg}" \
- -xrm "*color15: #EFEBE7" \
- -name "emacsclient" ${usr} \
- -e emacsclient -t $*