dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit e58f22f9e8617ec7a8762f075dd7c9b5c0bfdee6
parent cd9d5d22539bdc582c5633f51f89523e8817d2ad
Author: dudley <pyratebeard@gmail.com>
Date:   Mon, 15 Aug 2016 16:47:45 +0100

dotshare.it themes colours

Diffstat:
Aurxvt/dotshare-colours.Xcolors | 36++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)

diff --git a/urxvt/dotshare-colours.Xcolors b/urxvt/dotshare-colours.Xcolors @@ -0,0 +1,35 @@ +! vim: set filetype=xdefaults : +*foreground: #D7D0C7 +*background: #151515 + +!black +! *color0: #AF875F +! *color8: #AF875F +*color0: #101010 +*color8: #404040 +!red +*color1: #E84F4F +*color9: #D23D3D +!green +*color2: #B8D68C +*color10: #A0CF5D +!yellow +*color3: #E1AA5D +*color11: #F39D21 +!blue +*color4: #7DC1CF +*color12: #4E9FB1 +!magenta +*color5: #9B64FB +*color13: #8542FF +!cyan +*color6: #6D878D +*color14: #42717B +!white +*color7: #dddddd +*color15: #dddddd + +URxvt*borderColor: #151515 +URxvt*colorBD: #ffffff +URxvt*cursorColor: #ff8939 +URxvt*cursorColor2: #151515 +\ No newline at end of file