diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-15 21:14:21 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-15 21:14:21 +0200 |
commit | 91f8e6d9bccd4b24e6466cbb836157b670f44a38 (patch) | |
tree | 78e4697d68f41a7f4bb0f75fc3178d082ad797ac /.config/x11/xresources | |
parent | d786454768bae31866f3ad26f441b726b0974517 (diff) |
Add updates to colorscheme
Diffstat (limited to '.config/x11/xresources')
-rwxr-xr-x | .config/x11/xresources | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index 147db04..efb623a 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -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 |