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-Blue | |
parent | cc6813cff722f2c6d65bd6aafc2da909f3b867ca (diff) |
Add tomorrow theme and improve script
Diffstat (limited to 'Xresources/.Xresources/Tomorrow-Night-Blue')
-rw-r--r-- | Xresources/.Xresources/Tomorrow-Night-Blue | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Xresources/.Xresources/Tomorrow-Night-Blue b/Xresources/.Xresources/Tomorrow-Night-Blue new file mode 100644 index 0000000..693ab61 --- /dev/null +++ b/Xresources/.Xresources/Tomorrow-Night-Blue @@ -0,0 +1,23 @@ +# include ".Xresources/base" + +URxvt*foreground: #ffffff +URxvt*background: #002451 +URxvt*borderColor: #002451 +URxvt*cursorColor: #aeafad + +URxvt*color0: #000000 +URxvt*color8: #666666 +URxvt*color1: #ff9da4 +URxvt*color9: #FF3334 +URxvt*color2: #d1f1a9 +URxvt*color10: #9ec400 +URxvt*color3: #ffc58f +URxvt*color11: #ffeead +URxvt*color4: #bbdaff +URxvt*color12: #bbdaff +URxvt*color5: #ebbbff +URxvt*color13: #b777e0 +URxvt*color6: #99ffff +URxvt*color14: #54ced6 +URxvt*color7: #003f8e +URxvt*color15: #00346e |