dotfiles

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

commit 7595ec2d0c9636a288820927b285c90fcc270d45
parent 125f32db20db0f4154f441f8bbb55228e79a2724
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun,  8 Oct 2017 10:23:29 +0100

alternative colors

Diffstat:
Murxvt-colors/otherideas.Xcolors | 40++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+), 0 deletions(-)

diff --git a/urxvt-colors/otherideas.Xcolors b/urxvt-colors/otherideas.Xcolors @@ -36,3 +36,43 @@ *.color7: #0f8c61 *.color15: #198873 + + + +! special +*.foreground: #198873 +*.background: #060e17 +*.cursorColor: #198873 + +! black +*.color0: #060e17 +*.color8: #14273d + +! red +*.color1: #104f4e +*.color9: #198873 + +! green +*.color2: #106d6c +*.color10: #198873 + +! yellow +*.color3: #0f8c61 +*.color11: #198873 + +! blue +*.color4: #035036 +*.color12: #198873 + +! magenta +*.color5: #0f8c61 +*.color13: #198873 + +! cyan +*.color6: #b54d19 +*.color14: #198873 + +! white +*.color7: #198873 +*.color15: #198873 +