diff options
author | listout <listout@protonmail.com> | 2021-10-20 09:24:27 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-10-20 09:24:27 +0530 |
commit | 8055254c27d991e22136756bd1f55cecdc7ae181 (patch) | |
tree | f2f98a3461dd7d40bc9c4dbfeb3b80c6f6beb70a /.Xresources | |
parent | fdaa05a0e379921859c652d81d458be3e5ef4801 (diff) |
tango colors for urxvt
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 459b750..ba77a2c 100644 --- a/.Xresources +++ b/.Xresources @@ -1,6 +1,23 @@ ! Colors -URxvt.background: black -URxvt.foreground: white +URxvt.background: black +URxvt.foreground: white +URxvt.cursorColor: #8ae234 +*color0: #2E3436 +*color1: #a40000 +*color2: #4E9A06 +*color3: #C4A000 +*color4: #3465A4 +*color5: #75507B +*color6: #ce5c00 +*color7: #babdb9 +*color8: #555753 +*color9: #EF2929 +*color10: #8AE234 +*color11: #FCE94F +*color12: #729FCF +*color13: #AD7FA8 +*color14: #fcaf3e +*color15: #EEEEEC ! URxvt config URxvt.scrollBar: flase |