diff options
author | Rasmus Steinke <rasi@xssn.at> | 2012-08-15 15:17:02 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2012-08-15 15:17:02 +0200 |
commit | 4c2af5300dc80ce5c8ff8c742961dcc5af7cd61e (patch) | |
tree | a0ec4c382ebb70f907cf1dfa485faefb2f0a7b8f /.colors/test | |
parent | 12650d0424141da59eb655ecbe459967f229638c (diff) | |
download | dotfiles-4c2af5300dc80ce5c8ff8c742961dcc5af7cd61e.tar.gz dotfiles-4c2af5300dc80ce5c8ff8c742961dcc5af7cd61e.tar.xz |
adding colors
Diffstat (limited to '.colors/test')
-rw-r--r-- | .colors/test | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.colors/test b/.colors/test new file mode 100644 index 0000000..eb1faac --- /dev/null +++ b/.colors/test @@ -0,0 +1,34 @@ +!black +urxvt.color0: #353535 +urxvt.color8: #666666 + +!red +urxvt.color1: #D81860 +urxvt.color9: #F00060 + +!green +urxvt.color2: #B7CE42 +urxvt.color10: #BDE077 + +!brown/yellow +urxvt.color3: #FEA63C +urxvt.color11: #FFE863 + +!blue +urxvt.color4: #6F99B4 +urxvt.color12: #7C96B0 + +!magenta +urxvt.color5: #8B7B8B +urxvt.color13: #D8BFD8 + +!cyan +urxvt.color6: #A7A15E +urxvt.color14: #F0E68C + +!white +urxvt.color7: #DDDDDD +urxvt.color15: #FFFFFF + +urxvt.background: #212021 +urxvt.foreground: #DDDDDD |