diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-12-22 15:43:41 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-12-22 15:43:41 +0100 |
commit | bcb98310ed759564617f9ace169b01831cd56aa0 (patch) | |
tree | b47297d70237925828daddb5f4e7813c506b8a98 /user/.Xdefaults | |
parent | 9dbb20b2c4fbf654155bc9cc7084cfe53fca187c (diff) |
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 <duskcoder@gmail.com>
Diffstat (limited to 'user/.Xdefaults')
-rw-r--r-- | user/.Xdefaults | 53 |
1 files changed, 46 insertions, 7 deletions
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 |