diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-14 11:37:00 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-14 11:37:00 +0200 |
commit | 99d00f47fe780dbb021149db2f93d202a2b8b025 (patch) | |
tree | d2622782d0754e20839cdf28a1e0439b181e64a1 /.config/x11/xresources | |
parent | c270db7379b7cda9c9b5d7c71a9944664aed97d1 (diff) |
Loading of xresources colorscheme for st
Diffstat (limited to '.config/x11/xresources')
-rwxr-xr-x | .config/x11/xresources | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index fdd5701..147db04 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -1,11 +1,5 @@ -/* !! Transparency (0-1): */ -/* *.alpha: 1.0 */ -/* */ -/* !! Set a default font and font size as below: */ -/* *.font: monospace:size=10 */ - -/* 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; */ @@ -14,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 |