From 81eceb5507aa0659e9f0c9761e54e9102085c4ac Mon Sep 17 00:00:00 2001
From: jao <jao@gnu.org>
Date: Tue, 2 Feb 2021 04:49:33 +0000
Subject: unused term scripts gone

---
 themes/autumn-ec | 40 ----------------------------------------
 themes/dark-ec   | 43 -------------------------------------------
 themes/light-ec  | 42 ------------------------------------------
 themes/mono-ec   | 20 --------------------
 4 files changed, 145 deletions(-)
 delete mode 100755 themes/autumn-ec
 delete mode 100755 themes/dark-ec
 delete mode 100755 themes/light-ec
 delete mode 100755 themes/mono-ec

(limited to 'themes')

diff --git a/themes/autumn-ec b/themes/autumn-ec
deleted file mode 100755
index ca63787..0000000
--- a/themes/autumn-ec
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-font=${EC_TERM_FACE:-xft:Inconsolata:size=11,[codeset=iso8859-7]xft:Andale Mono:size=12}
-
-frg="grey55"
-bkg="grey1"
-bw=4
-bw=${EC_TERM_BORDER:-3}
-tr="-tr -sh 8"
-tr="+tr"
-
-exec urxvtcd -cr tomato -sl 0 +rv +ptab +ssr -b $bw -bd "$bkg" \
-             -bg "$bkg" -fg "$frg" \
-             +sbg $tr -fn "${font}" -name "emacsclient" \
-             -xrm "*colorBD: ${frg}" \
-             -xrm "*colorUL: ${frg}" \
-             -xrm "*color0: ${frg}" \
-             -xrm "*color8: grey20" \
-             -xrm "*color1: tan3" \
-             -xrm "*color9: sienna3" \
-             -xrm "*color2: peachpuff4" \
-             -xrm "*color10: navajowhite4" \
-             -xrm "*color3: grey40" \
-             -xrm "*color11: darkseagreen4" \
-             -xrm "*color4: #9D9064" \
-             -xrm "*color12: #BAA68F" \
-             -xrm "*color5: cornsilk3" \
-             -xrm "*color13: sienna4" \
-             -xrm "*color6: grey40" \
-             -xrm "*color14: tan4" \
-             -xrm "*color7: ${frg}" \
-             -xrm "*color15: grey50" \
-             -e emacsclient -t $*
-
-
-
-# fname=${EC_XTERM_FN:-Inconsolata}
-# fsize=${EC_XTERM_FS:-11}
-# exec xterm -cr tomato -sl 0 +rv -b 4 -bg "$bkg" -bd "$bkg" -fg "$frg" \
-#            -bdc -ulc -u8 -fa "$fname" -fs $fsize -name "emacsclient" \
diff --git a/themes/dark-ec b/themes/dark-ec
deleted file mode 100755
index 75d9a62..0000000
--- a/themes/dark-ec
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-font=${EC_TERM_FACE:-xft:Inconsolata-11}
-ifont=${EC_TERM_ITALIC_FACE}
-
-frg="grey80"
-bkg="black"
-bw=${EC_TERM_BORDER:-2}
-tr=${EC_TRANS_SPEC}
-usr=${EC_USR_OPTS}
-
-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 -cr tomato -b $bw -fa $font -fi $EC_TERM_ITALIC_FACE \
-#            -fg $frg -bg $bkg
-#            -e emacsclient -t $*
-
-exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
-             -bg "$bkg" -fg "$frg" \
-             +sbg $tr -fn "${font}" -name "emacsclient" \
-             -xrm "*colorBD: ${frg}" \
-             -xrm "*colorUL: ${frg}" \
-             -xrm "*color0: ${bkg}" \
-             -xrm "*color8: grey20" \
-             -xrm "*color1: lightgoldenrod4" \
-             -xrm "*color9: sienna3" \
-             -xrm "*color2: darkseagreen4" \
-             -xrm "*color10: #44836e" \
-             -xrm "*color3: grey40" \
-             -xrm "*color11: #648f81" \
-             -xrm "*color4: lightcyan4" \
-             -xrm "*color12: darkseagreen4" \
-             -xrm "*color5: paleturquoise4" \
-             -xrm "*color13: aquamarine4" \
-             -xrm "*color6: grey7" \
-             -xrm "*color14: grey40" \
-             -xrm "*color7: ${frg}" \
-             -xrm "*color15: grey50" \
-             ${usr} \
-             -e emacsclient -t $*
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 $*
diff --git a/themes/mono-ec b/themes/mono-ec
deleted file mode 100755
index e782064..0000000
--- a/themes/mono-ec
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/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="#3f3f3f"
-bw=${EC_TERM_BORDER:-2}
-tr=${EC_TRANS_SPEC}
-usr=${EC_USR_OPTS}
-
-term -e emacsclient -t $*
-
-# exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
-#              -bg "$bkg" -fg "$frg" \
-#              +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
-#              -xrm "*colorBD: ${frg}" \
-#              -xrm "*colorUL: ${frg}" \
-#              ${usr} ${tr} \
-#              -e emacsclient -t $*
-- 
cgit v1.2.3