summaryrefslogtreecommitdiff
path: root/Xresources
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-14 11:37:54 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-14 11:37:54 +0200
commit5553a0d7930a037e27b4a80fa5cb7479de543b1a (patch)
tree2fc89361c2a70b7bcf76af0cf02dddb088b7cb70 /Xresources
parent3fe57f87a80dda4c9d43192460bbdca61bc6c8ee (diff)
Fix colorscheme st cursor is white
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources9
1 files changed, 5 insertions, 4 deletions
diff --git a/Xresources b/Xresources
index adf387d..147db04 100644
--- a/Xresources
+++ b/Xresources
@@ -1,5 +1,5 @@
-/* xterm*selectToClipboard: true */
-/* xterm*disallowedWindowOps: 20,21,SetXProp */
+xterm*selectToClipboard: true
+xterm*disallowedWindowOps: 20,21,SetXProp
/* *.font: Monospace:pixelsize=25:antialias=true:autohint=true; */
/* *.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true; */
/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */
@@ -8,13 +8,14 @@
! special
*.foreground: #F5F5F5
-*.background: #0A0A0A
+/* background set the cursor apperently */
+*.background: #D0D0D0
/* *.cursorColor: #D0D0D0 */
*.revCursorColor: #151515
! black
*.color0: #0A0A0A
-*.color8: #0A0A0A
+*.color8: #353535
! red
*.color1: #AC4142