dotfiles

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

commit 5c5a404faaaf62eac125d389459848f9c39f2dcd
parent 21bc65adf76a61552e5e58ad998f9644df3777b1
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 11 Oct 2016 23:24:15 +0100

Merge remote-tracking branch 'refs/remotes/origin/master'

Diffstat:
MREADME.md | 5-----
Aurxvt/decker-cyan2.Xcolors | 37+++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -103,9 +103,4 @@ also thanks to [xero](https://github.com/xero/dotfiles) for having such well doc #disclaimer feel free to clone or fork my repo but you use these files at your own risk! -<<<<<<< HEAD -![](https://raw.githubusercontent.com/xero/dotfiles/master/previews/scrot_nightcity-5.png) -- [color scripts](http://git.io/.fun) -======= i will be happy to receive details of any bugs. ->>>>>>> refs/remotes/origin/master diff --git a/urxvt/decker-cyan2.Xcolors b/urxvt/decker-cyan2.Xcolors @@ -0,0 +1,36 @@ +! special +*.foreground: #d9d9d9 +*.background: #0b0b0b +*.cursorColor: #d9d9d9 + +! black +*.color0: #093748 +*.color8: #245361 + +! red +*.color1: #c33027 +*.color9: #21bed8 + +! green +*.color2: #61b343 +*.color10: #33859d + +! yellow +*.color3: #d9d9d9 +*.color11: #245361 + +! blue +*.color4: #195465 +*.color12: #33859d + +! magenta +*.color5: #3c6465 +*.color13: #246184 + +! cyan +*.color6: #019cb3 +*.color14: #599caa + +! white +*.color7: #98d1ce +*.color15: #d3ebe9 +\ No newline at end of file