summaryrefslogtreecommitdiff
path: root/cfg/.Xresources
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-01-30 17:11:56 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-01-30 17:11:56 +0100
commitf776eb1cf7ce6f71b6e46b6a05a397875b4d746f (patch)
treec8a4aa209cf561bdc329b7cc88bc783795894239 /cfg/.Xresources
parentcb3effc5393c2164afe97f6391fa3528192719dd (diff)
added xterm cfg
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/.Xresources')
-rw-r--r--cfg/.Xresources38
1 files changed, 38 insertions, 0 deletions
diff --git a/cfg/.Xresources b/cfg/.Xresources
new file mode 100644
index 0000000..8b4cf12
--- /dev/null
+++ b/cfg/.Xresources
@@ -0,0 +1,38 @@
+! xterm config
+! for the colors, i asked a clanker to copy
+! the Afterglow theme i am using on kitty
+
+XTerm*renderFont: true
+XTerm*faceName: Iosevka
+XTerm*faceSize: 12
+
+XTerm*antialias: true
+XTerm*hinting: true
+
+XTerm*utf8: true
+XTerm*utf8Fonts: true
+
+XTerm*internalBorder: 32
+
+XTerm*background: #0f0f0f
+XTerm*foreground: #d0d0d0
+XTerm*cursorColor: #d0d0d0
+XTerm*color0: #151515
+XTerm*color8: #505050
+XTerm*color1: #f82323
+XTerm*color9: #f82323
+XTerm*color2: #7e8d50
+XTerm*color10: #7e8d50
+XTerm*color3: #e5b566
+XTerm*color11: #e5b566
+XTerm*color4: #6c99ba
+XTerm*color12: #6c99ba
+XTerm*color5: #9e4e85
+XTerm*color13: #9e4e85
+XTerm*color6: #7dd5cf
+XTerm*color14: #7dd5cf
+XTerm*color7: #d0d0d0
+XTerm*color15: #f5f5f5
+XTerm*selectBackground: #9a0a0a
+XTerm*selectForeground: #d0d0d0
+