diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-13 19:49:40 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-13 19:49:40 +0200 |
| commit | fe5d2ad593c61f2a887d0b0dacc6e2224fd6270e (patch) | |
| tree | db5a0850f61510293d149b26f8b038a3488b0684 /.config/x11/xresources | |
| parent | 5569463f91da3756c1507481d886f9f3ba2404ba (diff) | |
Update Xresources bg color
Diffstat (limited to '.config/x11/xresources')
| -rwxr-xr-x | .config/x11/xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index bbb7f21..5547a4d 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -9,7 +9,7 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! special -*.background: #0D0D0D +*.background: #111111 *.foreground: white *.cursorColor: white |