summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-08-08 15:41:04 -0500
committerDanny Holman <dholman@gymli.xyz>2021-08-08 15:41:04 -0500
commit38d2e4a6002346891b14c56698fce1f92bd6209d (patch)
tree27b1b54d199c8b2cd2450cc92a52e650e99a18d1 /.Xresources
parentbd6d02b28f059bddca2fc264676e78cf49698d48 (diff)
Switch from Termite to XTerm
Switched from termite to xterm, so the termite config is no longer used
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources58
1 files changed, 58 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..6875eb2
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,58 @@
+! special
+*.foreground: #fffbff
+*.background: #040404
+*.cursorColor: #fffbff
+
+! black
+*.color0: #040404
+*.color8: #61507a
+
+! red
+*.color1: #b53b50
+*.color9: #b53b50
+
+! green
+*.color2: #06ea61
+*.color10: #06ea61
+
+! yellow
+*.color3: #dae84d
+*.color11: #dae84d
+
+! blue
+*.color4: #03aeff
+*.color12: #03aeff
+
+! magenta
+*.color5: #ea5ce2
+*.color13: #ea5ce2
+
+! cyan
+*.color6: #7cede9
+*.color14: #7cede9
+
+! white
+*.color7: #dfdbdf
+*.color15: #fffbff
+
+! Xterm Settings
+XTerm.termName: xterm-256color
+XTerm.vt100.locale: false
+XTerm.vt100.utf8: true
+XTerm.vt100.metaSendsEscape: true
+XTerm.vt100.saveLines: 4096
+XTerm.vt100.scrollBar: false
+XTerm.vt100.faceName: Fantasque Sans Mono:size=12:antialias=true
+XTerm.vt100.bellIsUrgent: true
+XTerm.vt100.translations: #override \n\
+ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
+
+! URxvt settings
+URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=13
+URxvt.scrollBar: false
+URxvt*scrollTtyOutput: false
+URxvt*scrollWithBuffer: true
+URxvt*scrollTtyKeypress: true
+URxvt*secondaryScreen: 1
+URxvt*secondaryScroll: 0