dotfiles

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

commit fad43bad1e1e57b8658fe720c7665542f99895a1
parent c1e446927bf9cae7a982b8d8fde1c789e70bcbe3
Author: dudley <pyratebeard@gmail.com>
Date:   Thu, 27 Oct 2016 19:59:58 +0100

new terminal colour schemes

Diffstat:
Aurxvt/encomos12.Xcolors | 36++++++++++++++++++++++++++++++++++++
Aurxvt/purecyan.Xcolors | 37+++++++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/urxvt/encomos12.Xcolors b/urxvt/encomos12.Xcolors @@ -0,0 +1,36 @@ +! special +*.foreground: #99bbcc +*.background: #020609 +*.cursorColor: #cceeff + +! black +*.color0: #020609 +*.color8: #333333 + +! red +*.color1: #cc1115 +*.color9: #cceeff + +! green +*.color2: #22cc11 +*.color10: #cceeff + +! yellow +*.color3: #cceeff +*.color11: #cceeff + +! blue +*.color4: #224477 +*.color12: #cceeff + +! magenta +*.color5: #782864 +*.color13: #cceeff + +! cyan +*.color6: #44ccdd +*.color14: #cceeff + +! white +*.color7: #cceeff +*.color15: #cceeff diff --git a/urxvt/purecyan.Xcolors b/urxvt/purecyan.Xcolors @@ -0,0 +1,36 @@ +! special +*.foreground: #d9d9d9 +*.background: #0b0b0b +*.cursorColor: #d9d9d9 + +! black +*.color0: #0b0b0b +*.color8: #444444 + +! red +*.color1: #114455 +*.color9: #d9d9d9 + +! green +*.color2: #88eeff +*.color10: #d9d9d9 + +! yellow +*.color3: #d9d9d9 +*.color11: #d9d9d9 + +! blue +*.color4: #d9d9d9 +*.color12: #d9d9d9 + +! magenta +*.color5: #d9d9d9 +*.color13: #d9d9d9 + +! cyan +*.color6: #01c8e5 +*.color14: #d9d9d9 + +! white +*.color7: #d9d9d9 +*.color15: #d9d9d9 +\ No newline at end of file