From bcb98310ed759564617f9ace169b01831cd56aa0 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 22 Dec 2014 15:43:41 +0100 Subject: xresources: update the configuration file the version of this file was outdated. There was only configuration for xterm but I don't use it anymore. configuration for urxvt has been added. Signed-off-by: Olivier Gayot --- user/.Xdefaults | 53 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 7 deletions(-) (limited to 'user/.Xdefaults') diff --git a/user/.Xdefaults b/user/.Xdefaults index 7d52a1e..2f37503 100644 --- a/user/.Xdefaults +++ b/user/.Xdefaults @@ -1,7 +1,46 @@ -XTerm*background: black -XTerm*foreground: gray -XTerm*faceName: terminus:style=bold -XTerm*faceSize: 12 -XTerm*boldMode: false -XTerm*colorBD: white -XTerm*colorBDMode: true +XTerm*faceName: Terminus:style=Bold +XTerm*faceSize: 12 +XTerm*background: black +XTerm*foreground: gray +XTerm*boldMode: false +XTerm*colorBDMode: true +XTerm*colorBD: rgb:fc/fc/fc + +URxvt.modifier : mod4 + +URxvt.background : black + +URxvt.foreground : gray + +URxvt.font: xft:Terminus:style=Bold + +URxvt.saveLines: 10000 + +URxvt.scrollBar: false +URxvt.scrollBar_right: false +URxvt.scrollColor: #c2dd5a +URxvt.scrollBar_floating: true + +URxvt.perl-ext: tabbedex + +URxvt.cursorColor: white +URxvt.termName:rxvt + +URxvt*transparent : false + +URxvt.color0: #000000 +URxvt.color1: #A80000 +URxvt.color2: #00A800 +URxvt.color3: #A85400 +URxvt.color4: #0000A8 +URxvt.color5: #A800A8 +URxvt.color6: #00A8A8 +URxvt.color7: #A8A8A8 +URxvt.color8: #545054 +URxvt.color9: #F85450 +URxvt.color10: #50FC50 +URxvt.color11: #F2FC50 +URxvt.color12: #5054F8 +URxvt.color13: #F854F8 +URxvt.color14: #50FCF8 +URxvt.color15: #F8FCF8 -- cgit v1.2.3