dotfiles

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

commit 915e00a84ab90cc0e30ddb65fb9820ce7dbb6848
parent 741a791b2de6daa5515ce51c134e63e5e65a0bd5
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Nov 2016 08:09:47 +0000

colours changed. dedsec colourscheme added

Diffstat:
Murxvt/.Xdefaults | 5+++++
Aurxvt/dedsec.Xcolors | 36++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -70,6 +70,11 @@ urxvt.iso14755: false *.color14: #019cb3 ! white +<<<<<<< HEAD *.color7: #9c9c9c *.color15: #9c9c9c +======= +*.color7: #98d1ce +*.color15: #d3ebe9 +>>>>>>> parent of 09eded6... nothing has changed... diff --git a/urxvt/dedsec.Xcolors b/urxvt/dedsec.Xcolors @@ -0,0 +1,36 @@ +! special +*.foreground: #d9d9d9 +*.background: #0b0b0b +*.cursorColor: #d9d9d9 + +! black +*.color0: #333333 +*.color8: #3d3d3d + +! red +*.color1: #c33027 +*.color9: #c33027 + +! green +*.color2: #2edb0f +*.color10: #2edb0f + +! yellow +*.color3: #aadb0f +*.color11: #aadb0f + +! blue +*.color4: #01c8e5 +*.color12: #01c8e5 + +! magenta +*.color5: #7703b7 +*.color13: #7703b7 + +! cyan +*.color6: #019cb3 +*.color14: #019cb3 + +! white +*.color7: #9c9c9c +*.color15: #9c9c9c