From 574efc12bc25d4d05252af001b24123fccf04b59 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 27 May 2022 00:34:16 -0400 Subject: [PATCH] add terminal configs --- Xdefaults | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 Xdefaults diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 000000000..f978f1654 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,124 @@ +XTerm*termName: Term +XTerm*scrollBar_right: True +XTerm*bellIsUrgent: True +XTerm*font: xft:Anonymous Pro:size=12 +XTerm*popOnBell: True +XTerm*urgentOnBell: True +XTerm*perl-ext-common: default,matcher +XTerm*urlLauncher: ${HOME}/.local/bin/firefox/firefox-bin +XTerm*matcher.button: 1 +XTerm*scrollstyle: plain +XTerm*saveLines: 50000 +! soft XTerm*background: #32302f +! medium XTerm*background: #282828 +! hard +XTerm*background: #000000 +XTerm*foreground: #ebdbb2 +XTerm*color0: #282828 +XTerm*color1: #cc241d +XTerm*color2: #98971a +XTerm*color3: #d79921 +XTerm*color4: #458588 +XTerm*color5: #b16286 +XTerm*color6: #68986a +XTerm*color7: #a89984 +XTerm*color8: #928374 +XTerm*color9: #fb4934 +XTerm*color10: #b8bb26 +XTerm*color11: #fabd2f +XTerm*color12: #83a598 +XTerm*color13: #d3869b +XTerm*color14: #8ec07c +XTerm*color15: #ebdbb2 +UXTerm*termName: XTerm +UXTerm*scrollBar_right: True +UXTerm*font: xft:Anonymous Pro:style=Regular:size=12 +UXTerm*bellIsUrgent: True +UXTerm*popOnBell: True +UXTerm*urgentOnBell: True +UXTerm*perl-ext-common: default,matcher +UXTerm*urlLauncher: ${HOME}/.local/bin/firefox/firefox-bin +UXTerm*matcher.button: 1 +UXTerm*scrollstyle: plain +UXTerm*saveLines: 50000 +! soft UXTerm*background: #32302f +! medium UXTerm*background: #282828 +! hard +UXTerm*background: #000000 +UXTerm*foreground: #ebdbb2 +UXTerm*color0: #282828 +UXTerm*color1: #cc241d +UXTerm*color2: #98971a +UXTerm*color3: #d79921 +UXTerm*color4: #458588 +UXTerm*color5: #b16286 +UXTerm*color6: #68986a +UXTerm*color7: #a89984 +UXTerm*color8: #928374 +UXTerm*color9: #fb4934 +UXTerm*color10: #b8bb26 +UXTerm*color11: #fabd2f +UXTerm*color12: #83a598 +UXTerm*color13: #d3869b +UXTerm*color14: #8ec07c +UXTerm*color15: #ebdbb2 +URxvt.termName: rxvt-unicode +URxvt.font: xft:Anonymous Pro:style=Regular:size=12 +URxvt.scrollBar_right: True +URxvt.urgentOnBell: True +URxvt.perl-ext-common: default,matcher +URxvt.urlLauncher: ${HOME}/.local/bin/firefox/firefox-bin +URxvt.matcher.button: 1 +URxvt.scrollstyle: plain +URxvt.saveLines: 50000 +! soft URxvt.background: #32302f +! medium URxvt.background: #282828 +! hard +URxvt.background: #000000 +URxvt.foreground: #ebdbb2 +URxvt.color0: #282828 +URxvt.color1: #cc241d +URxvt.color2: #98971a +URxvt.color3: #d79921 +URxvt.color4: #458588 +URxvt.color5: #b16286 +URxvt.color6: #68986a +URxvt.color7: #a89984 +URxvt.color8: #928374 +URxvt.color9: #fb4934 +URxvt.color10: #b8bb26 +URxvt.color11: #fabd2f +URxvt.color12: #83a598 +URxvt.color13: #d3869b +URxvt.color14: #8ec07c +URxvt.color15: #ebdbb2 +URxvt.color24: #076678 +URxvt.color66: #427b58 +URxvt.color88: #9d0006 +URxvt.color96: #8f3f71 +URxvt.color100 #79740e +URxvt.color108 #8ec07c +URxvt.color109 #83a598 +URxvt.color130 #af3a03 +URxvt.color136 #b57614 +URxvt.color142 #b8bb26 +URxvt.color167 #fb4934 +URxvt.color175 #d3869b +URxvt.color208 #fe8019 +URxvt.color214 #fabd2f +URxvt.color223 #ebdbb2 +URxvt.color228 #f2e5bc +URxvt.color229 #fbf1c7 +URxvt.color230 #f9f5d7 +URxvt.color234 #1d2021 +URxvt.color235 #282828 +URxvt.color236 #32302f +URxvt.color237 #3c3836 +URxvt.color239 #504945 +URxvt.color241 #665c54 +URxvt.color243 #7c6f64 +URxvt.color244 #928374 +URxvt.color245 #928374 +URxvt.color246 #a89984 +URxvt.color248 #bdae93 +URxvt.color250 #d5c4a1