diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 14:21:38 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 14:21:38 +0100 |
commit | 750e9a5d58c2719a87f931eb5bcc505d382cb6c7 (patch) | |
tree | 9382cbac731493d0beeca31dd1364fc08adc4821 /Xresources/.Xresources/Tomorrow-Night | |
parent | cc6813cff722f2c6d65bd6aafc2da909f3b867ca (diff) |
Add tomorrow theme and improve script
Diffstat (limited to 'Xresources/.Xresources/Tomorrow-Night')
-rw-r--r-- | Xresources/.Xresources/Tomorrow-Night | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Xresources/.Xresources/Tomorrow-Night b/Xresources/.Xresources/Tomorrow-Night new file mode 100644 index 0000000..cd6a958 --- /dev/null +++ b/Xresources/.Xresources/Tomorrow-Night @@ -0,0 +1,23 @@ +# include ".Xresources/base" + +URxvt*foreground: #c5c8c6 +URxvt*background: #1d1f21 +URxvt*borderColor: #1d1f21 +URxvt*cursorColor: #aeafad + +URxvt*color0: #000000 +URxvt*color8: #666666 +URxvt*color1: #cc6666 +URxvt*color9: #FF3334 +URxvt*color2: #b5bd68 +URxvt*color10: #9ec400 +URxvt*color3: #de935f +URxvt*color11: #f0c674 +URxvt*color4: #81a2be +URxvt*color12: #81a2be +URxvt*color5: #b294bb +URxvt*color13: #b777e0 +URxvt*color6: #8abeb7 +URxvt*color14: #54ced6 +URxvt*color7: #373b41 +URxvt*color15: #282a2e |