diff options
author | listout <listout@protonmail.com> | 2021-09-09 21:14:20 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-09 21:14:20 +0530 |
commit | c830e1eded463653316d34c38457a3c04e07d578 (patch) | |
tree | c046d7e30c9161ede1d4eaf637a98ca34a89027b /.Xresources | |
parent | a94de9a1d8d99ff1c5674224e08252404dc870d5 (diff) |
removed colors, for now black is background and white is background
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/.Xresources b/.Xresources index 9d299c3..459b750 100644 --- a/.Xresources +++ b/.Xresources @@ -1,24 +1,6 @@ -*.background: #080808 -*.foreground: #ebebeb -*.cursor: #9e9e9e -*.color0: #323437 -*.color1: #ff5454 -*.color2: #8cc85f -*.color3: #e3c78a -*.color4: #80a0ff -*.color5: #d183e8 -*.color6: #79dac8 -*.color7: #c6c6c6 -*.color8: #949494 -*.color9: #ff5189 -*.color10: #36c692 -*.color11: #bfbf97 -*.color12: #74b2ff -*.color13: #ae81ff -*.color14: #85dc85 -*.color15: #dadada -*.selection_background: #b2ceee -*.selection_foreground: #080808 +! Colors +URxvt.background: black +URxvt.foreground: white ! URxvt config URxvt.scrollBar: flase |