diff options
author | tv <tv@shackspace.de> | 2015-10-24 22:43:24 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-24 22:43:24 +0200 |
commit | 6b118151f9a60e07abf2272172e9add0b0add14d (patch) | |
tree | 73289f3c7f2224eb6c39789f001dc85d208f19e9 /tv/2configs/xserver/Xresources.nix | |
parent | 6bdcab40b4e51f113ae30903152adcf778f33e53 (diff) |
tv xmonad: provide xresources to myRootTerm
Diffstat (limited to 'tv/2configs/xserver/Xresources.nix')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index f8414b861..3936a26f7 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -211,4 +211,9 @@ pkgs.writeText "Xresources" '' URxvt*url-select.underline: true URxvt*colorUL: #4682B4 URxvt.perl-lib: ${pkgs.urxvt_perls}/lib/urxvt/perl + + root-urxvt*background: #230000 + root-urxvt*foreground: #e0c0c0 + root-urxvt*BorderColor: #400000 + root-urxvt*color0: #800000 '' |