From 81eceb5507aa0659e9f0c9761e54e9102085c4ac Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 2 Feb 2021 04:49:33 +0000 Subject: unused term scripts gone --- themes/light-ec | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100755 themes/light-ec (limited to 'themes/light-ec') 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 $* -- cgit v1.2.3