dotfiles

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

commit 7aa1a3a8ae82303fd7f48622882e74bc1d7087c7
parent 2e018286dec06cb16f44ddd4595239433b96eefc
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 18 Nov 2016 13:26:05 +0000

moved all of Xcolors files into seperate dir

Diffstat:
Rurxvt/black_mirror.Xcolors -> urxvt-colors/black_mirror.Xcolors | 0
Rurxvt/blaquemagick.Xcolors -> urxvt-colors/blaquemagick.Xcolors | 0
Rurxvt/blizzard-orb.Xcolors -> urxvt-colors/blizzard-orb.Xcolors | 0
Rurxvt/boneyard_frost.Xcolors -> urxvt-colors/boneyard_frost.Xcolors | 0
Rurxvt/decker-cyan.Xcolors -> urxvt-colors/decker-cyan.Xcolors | 0
Rurxvt/decker-cyan2.Xcolors -> urxvt-colors/decker-cyan2.Xcolors | 0
Rurxvt/decker.Xcolors -> urxvt-colors/decker.Xcolors | 0
Rurxvt/dedsec.Xcolors -> urxvt-colors/dedsec.Xcolors | 0
Rurxvt/dotshare-colours.Xcolors -> urxvt-colors/dotshare-colours.Xcolors | 0
Rurxvt/drugsandwires.Xcolors -> urxvt-colors/drugsandwires.Xcolors | 0
Rurxvt/encomos12.Xcolors -> urxvt-colors/encomos12.Xcolors | 0
Rurxvt/encomos12_2.Xcolors -> urxvt-colors/encomos12_2.Xcolors | 0
Rurxvt/fray.Xcolors -> urxvt-colors/fray.Xcolors | 0
Rurxvt/hack_mode.Xcolors -> urxvt-colors/hack_mode.Xcolors | 0
Aurxvt-colors/matrix_green.Xcolors | 36++++++++++++++++++++++++++++++++++++
Rurxvt/mostlydark.Xcolors -> urxvt-colors/mostlydark.Xcolors | 0
Rurxvt/mr_robot.Xcolors -> urxvt-colors/mr_robot.Xcolors | 0
Rurxvt/purecyan.Xcolors -> urxvt-colors/purecyan.Xcolors | 0
Rurxvt/pyratebeard.Xcolors -> urxvt-colors/pyratebeard.Xcolors | 0
Rurxvt/pyratemono.Xcolors -> urxvt-colors/pyratemono.Xcolors | 0
Rurxvt/sourcerer.Xcolors -> urxvt-colors/sourcerer.Xcolors | 0
21 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/urxvt/black_mirror.Xcolors b/urxvt-colors/black_mirror.Xcolors diff --git a/urxvt/blaquemagick.Xcolors b/urxvt-colors/blaquemagick.Xcolors diff --git a/urxvt/blizzard-orb.Xcolors b/urxvt-colors/blizzard-orb.Xcolors diff --git a/urxvt/boneyard_frost.Xcolors b/urxvt-colors/boneyard_frost.Xcolors diff --git a/urxvt/decker-cyan.Xcolors b/urxvt-colors/decker-cyan.Xcolors diff --git a/urxvt/decker-cyan2.Xcolors b/urxvt-colors/decker-cyan2.Xcolors diff --git a/urxvt/decker.Xcolors b/urxvt-colors/decker.Xcolors diff --git a/urxvt/dedsec.Xcolors b/urxvt-colors/dedsec.Xcolors diff --git a/urxvt/dotshare-colours.Xcolors b/urxvt-colors/dotshare-colours.Xcolors diff --git a/urxvt/drugsandwires.Xcolors b/urxvt-colors/drugsandwires.Xcolors diff --git a/urxvt/encomos12.Xcolors b/urxvt-colors/encomos12.Xcolors diff --git a/urxvt/encomos12_2.Xcolors b/urxvt-colors/encomos12_2.Xcolors diff --git a/urxvt/fray.Xcolors b/urxvt-colors/fray.Xcolors diff --git a/urxvt/hack_mode.Xcolors b/urxvt-colors/hack_mode.Xcolors diff --git a/urxvt-colors/matrix_green.Xcolors b/urxvt-colors/matrix_green.Xcolors @@ -0,0 +1,36 @@ +! special +*.foreground: #00cc00 +*.background: #000000 +*.cursorColor: #00cc00 + +! black +*.color0: #000000 +*.color8: #000000 + +! red +*.color1: #55ff55 +*.color9: #55ff55 + +! green +*.color2: #00cc00 +*.color10: #55ff55 + +! yellow +*.color3: #00cc00 +*.color11: #55ff55 + +! blue +*.color4: #005500 +*.color12: #005500 + +! magenta +*.color5: #55ff55 +*.color13: #55ff55 + +! cyan +*.color6: #00cc00 +*.color14: #55ff55 + +! white +*.color7: #00cc00 +*.color15: #00cc00 diff --git a/urxvt/mostlydark.Xcolors b/urxvt-colors/mostlydark.Xcolors diff --git a/urxvt/mr_robot.Xcolors b/urxvt-colors/mr_robot.Xcolors diff --git a/urxvt/purecyan.Xcolors b/urxvt-colors/purecyan.Xcolors diff --git a/urxvt/pyratebeard.Xcolors b/urxvt-colors/pyratebeard.Xcolors diff --git a/urxvt/pyratemono.Xcolors b/urxvt-colors/pyratemono.Xcolors diff --git a/urxvt/sourcerer.Xcolors b/urxvt-colors/sourcerer.Xcolors