diff options
author | Alan Pearce | 2017-09-12 10:30:29 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-12 10:30:40 +0200 |
commit | c4b7e6c30798719ce53aef92c6ffc156d0dd8b76 (patch) | |
tree | f4406163cdf8bada89445fe7e68a28ead8654114 | |
parent | 6567724fbb7bb5f15229bc511d6197e7f2a10213 (diff) | |
download | dotfiles-c4b7e6c30798719ce53aef92c6ffc156d0dd8b76.tar.lz dotfiles-c4b7e6c30798719ce53aef92c6ffc156d0dd8b76.tar.zst dotfiles-c4b7e6c30798719ce53aef92c6ffc156d0dd8b76.zip |
XResources: Override background colour
-rw-r--r-- | xresources/.xresources/main | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index f89da07..3da2d22 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -1,5 +1,7 @@ #include "base16-mexico-light-256" +*.background: #ffffff + Xcursor.theme: Neutral Xcursor.size: 22 |