diff options
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 |