dotfiles

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

commit 3d9f44f2964a811e66e117d458314c6781967aaa
parent ca85ea70f89d5fcc3b2e88f35e7d48bb9740b811
Author: dudley <pyratebeard@gmail.com>
Date:   Wed,  5 Oct 2016 16:16:57 +0100

new colours

Diffstat:
Aurxvt/decker-cyan2.Xcolors | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

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