diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-15 21:13:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-15 21:13:45 +0200 |
commit | edd618ecff5c0f93be65727b221977022ff5e886 (patch) | |
tree | d2eeff14107c4cadc6f251ffca9c4322d6a69047 /Xresources | |
parent | 5553a0d7930a037e27b4a80fa5cb7479de543b1a (diff) |
Fix colorscheme, but still not displaying graphs correctly
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,15 +3,15 @@ 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; */ +! *.termname: st-256color ! colors ! special -*.foreground: #F5F5F5 -/* background set the cursor apperently */ -*.background: #D0D0D0 -/* *.cursorColor: #D0D0D0 */ -*.revCursorColor: #151515 + +*.background: #0A0A0A +*.foreground: white +*.cursorColor: white ! black *.color0: #0A0A0A |