diff options
author | jao <jao@gnu.org> | 2021-02-02 04:49:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-02 04:49:33 +0000 |
commit | 81eceb5507aa0659e9f0c9761e54e9102085c4ac (patch) | |
tree | fae089f770329d05b15c45539e1f2a59b81d9afa /themes/light-ec | |
parent | 7e96ff83aa62409ceacb29bdb509b7dc8c409ab2 (diff) | |
download | elibs-81eceb5507aa0659e9f0c9761e54e9102085c4ac.tar.gz elibs-81eceb5507aa0659e9f0c9761e54e9102085c4ac.tar.bz2 |
unused term scripts gone
Diffstat (limited to 'themes/light-ec')
-rwxr-xr-x | themes/light-ec | 42 |
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 $* |