summaryrefslogtreecommitdiffstats
path: root/modules/lass/urxvt.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-14 19:22:37 +0200
committertv <tv@shackspace.de>2015-06-14 19:22:37 +0200
commitbff3b50dddb1bb37831d9f17ca25ccab7f7476fe (patch)
tree6a36b91b0ed33ba90b4da32d1fa995789f923a8d /modules/lass/urxvt.nix
parent78c3c09f1579d1f8132d95d260e9ed8789d3dfc5 (diff)
parentafa7f0b98d89c9746c204e4ee0dd79e7ae4eb23f (diff)
Merge remote-tracking branch 'mors/master' into mors-staging
Diffstat (limited to 'modules/lass/urxvt.nix')
-rw-r--r--modules/lass/urxvt.nix29
1 files changed, 4 insertions, 25 deletions
diff --git a/modules/lass/urxvt.nix b/modules/lass/urxvt.nix
index 9c9702e5..889f768a 100644
--- a/modules/lass/urxvt.nix
+++ b/modules/lass/urxvt.nix
@@ -31,31 +31,10 @@ in
URxvt.intensityStyles: false
- !solarized colors
- URxvt*fading: 5
- URxvt*background: #002b36
- URxvt*foreground: #657b83
- URxvt*fadeColor: #002b36
- URxvt*cursorColor: #93a1a1
- URxvt*pointerColorBackground: #586e75
- URxvt*pointerColorForeground: #93a1a1
- URxvt*colorUL: #859900
- URxvt*colorBD: #268bd2
- URxvt*color0: #073642
- URxvt*color8: #002b36
- URxvt*color1: #dc322f
- URxvt*color9: #cb4b16
- URxvt*color2: #859900
- URxvt*color10: #586e75
- URxvt*color3: #b58900
- URxvt*color11: #657b83
+ URxvt*background: #000000
+ URxvt*foreground: #ffffff
+
+ !change unreadable blue
URxvt*color4: #268bd2
- URxvt*color12: #839496
- URxvt*color5: #d33682
- URxvt*color13: #6c71c4
- URxvt*color6: #2aa198
- URxvt*color14: #93a1a1
- URxvt*color7: #eee8d5
- URxvt*color15: #fdf6e3
'';
}