Update Xdefaults colors and fonts
This commit is contained in:
parent
5f173b0d5e
commit
1311fab884
1 changed files with 18 additions and 19 deletions
37
.Xdefaults
37
.Xdefaults
|
@ -20,37 +20,36 @@ urxvt.keysym.M-s: perl:keyboard-select:search
|
|||
|
||||
urxvt.keysym.M-u: perl:url-select:select_next
|
||||
|
||||
urxvt.font: xft:Envy Code R:weight=medium:pixelsize=18
|
||||
urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=18
|
||||
urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=18
|
||||
urxvt.font: xft:Inconsolata:weight=medium:pixelsize=18
|
||||
urxvt.boldFont: xft:Inconsolata:weight=bold:pixelsize=18
|
||||
|
||||
urxvt.depth: 32
|
||||
urxvt.background: #111113
|
||||
urxvt.foreground: #eeeeec
|
||||
urxvt.background: #111111
|
||||
urxvt.foreground: #bfbfbf
|
||||
|
||||
urxvt.color0: #111113
|
||||
urxvt.color8: #eeeeec
|
||||
urxvt.color0: #111111
|
||||
urxvt.color8: #ededed
|
||||
|
||||
urxvt.color1: #734a4a
|
||||
urxvt.color1: #402929
|
||||
urxvt.color9: #bf7d7d
|
||||
|
||||
urxvt.color2: #52734a
|
||||
urxvt.color2: #3b4029
|
||||
urxvt.color10: #8abf6d
|
||||
|
||||
urxvt.color3: #6b734a
|
||||
urxvt.color11: #b2bf6d
|
||||
urxvt.color3: #3b4029
|
||||
urxvt.color11: #b2bf7d
|
||||
|
||||
urxvt.color4: #4a5b73
|
||||
urxvt.color4: #293240
|
||||
urxvt.color12: #6d97bf
|
||||
|
||||
urxvt.color5: #6b4a73
|
||||
urxvt.color5: #3b2940
|
||||
urxvt.color13: #b27dbf
|
||||
|
||||
urxvt.color6: #4a7373
|
||||
urxvt.color6: #294040
|
||||
urxvt.color14: #7dbfbf
|
||||
|
||||
urxvt.color7: #222224
|
||||
urxvt.color15: #a5a5a4
|
||||
urxvt.color7: #404040
|
||||
urxvt.color15: #bfbfbf
|
||||
|
||||
Xft.antialias: true
|
||||
Xft.rgba: rgb
|
||||
|
@ -63,12 +62,12 @@ Emacs.toolbar: off
|
|||
Emacs.useXIM: off
|
||||
Emacs.background: #111113
|
||||
Emacs.borderWidth: 0
|
||||
Emacs.font: Envy Code R-13
|
||||
Emacs.font: Inconsolata-13
|
||||
Emacs.foreground: #eeeeec
|
||||
Emacs.internalBorder: 0
|
||||
Emacs.paneFont: Envy Code R-13
|
||||
Emacs.paneFont: Inconsolata-13
|
||||
Emacs.pointerColor: #eeeeec
|
||||
Emacs*menu*font: Envy Code R-13
|
||||
Emacs*menu*font: Inconsolata-13
|
||||
Emacs*menu*foreground: #eeeeec
|
||||
Emacs*menu*background: #222224
|
||||
Emacs*menu*buttonForeground: #a5a5a4
|
||||
|
|
Loading…
Reference in a new issue