XDEFAULTS: colors and fonts tweaks
This commit is contained in:
parent
95fa44eb0f
commit
c3786f384c
1 changed files with 51 additions and 59 deletions
110
.Xdefaults
110
.Xdefaults
|
@ -1,4 +1,32 @@
|
||||||
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
||||||
|
! - color scheme
|
||||||
|
*.background: #000000
|
||||||
|
*.foreground: #ff9800
|
||||||
|
! black
|
||||||
|
*.color0: #0c181c
|
||||||
|
*.color8: #2e3436
|
||||||
|
! red
|
||||||
|
*.color1: #800000
|
||||||
|
*.color9: #c89490
|
||||||
|
! green
|
||||||
|
*.color2: #5a8e3a
|
||||||
|
*.color10: #80b080
|
||||||
|
! yellow
|
||||||
|
*.color3: #c9c990
|
||||||
|
*.color11: #ffff77
|
||||||
|
! blue
|
||||||
|
*.color4: RoyalBlue
|
||||||
|
*.color12: #90a4c8
|
||||||
|
! purple
|
||||||
|
*.color5: #585ca8
|
||||||
|
*.color13: #ad68a6
|
||||||
|
! cyan
|
||||||
|
*.color6: #287373
|
||||||
|
*.color14: #53a5a5
|
||||||
|
! white
|
||||||
|
*.color7: #ececec
|
||||||
|
*.color15: #ffffff
|
||||||
|
|
||||||
! General
|
! General
|
||||||
urxvt*loginShell: true
|
urxvt*loginShell: true
|
||||||
urxvt*scrollBar: false
|
urxvt*scrollBar: false
|
||||||
|
@ -16,65 +44,13 @@ urxvt*urlLauncher: firefox
|
||||||
urxvt*matcher.button: 1
|
urxvt*matcher.button: 1
|
||||||
|
|
||||||
! Appearance
|
! Appearance
|
||||||
urxvt*font: xft:DejaVu Sans Mono:pixelsize=13:antialias=true
|
urxvt.font: xft:DejaVu Sans Mono:pixelsize=15:antialias=true
|
||||||
urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=13:style=bold:antialias=true
|
urxvt.boldFont: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:weight=bold
|
||||||
! - color scheme
|
urxvt.italicFont: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:slant=italic
|
||||||
urxvt.background: #000000
|
urxvt.boldItalicFont: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:weight=bold:slant=italic
|
||||||
urxvt.foreground: #ff9800
|
urxvt.transparent: true
|
||||||
! black + red
|
|
||||||
urxvt*color0: #0c181c
|
|
||||||
urxvt*color1: #800000
|
|
||||||
! green + yellow
|
|
||||||
urxvt*color2: #5a8e3a
|
|
||||||
!urxvt*color3: #e3e300
|
|
||||||
! blue + purple
|
|
||||||
urxvt*color4: RoyalBlue
|
|
||||||
urxvt*color5: #585ca8
|
|
||||||
! cyan + white
|
|
||||||
urxvt*color6: #287373
|
|
||||||
urxvt*color7: #ececec
|
|
||||||
! bright-black + birhgt-red
|
|
||||||
urxvt*color8: #2e3436
|
|
||||||
urxvt*color9: #c89490
|
|
||||||
! bright-green + bright-yellow
|
|
||||||
urxvt*color10: #80b080
|
|
||||||
urxvt*color11: #c9c990
|
|
||||||
! bright-blue + bright-purple
|
|
||||||
urxvt*color12: #90a4c8
|
|
||||||
! #4779b2
|
|
||||||
urxvt*color13: #ad68a6
|
|
||||||
! bright-cyan + bright-white
|
|
||||||
urxvt*color14: #53a5a5
|
|
||||||
urxvt*color15: #ffffff
|
|
||||||
|
|
||||||
|
xterm*faceName: xft:DejaVu Sans Mono:pixelsize=15:antialias=true
|
||||||
xterm*background: #252A2B
|
|
||||||
xterm*foreground: #EEEEEC
|
|
||||||
xterm*faceName: DejaVu Sans Mono-10:antialias=true
|
|
||||||
! black + red
|
|
||||||
xterm*color0: #0C191C
|
|
||||||
xterm*color1: #A40000
|
|
||||||
! green + yellow
|
|
||||||
xterm*color2: #4E9A06
|
|
||||||
xterm*color3: #EDD400
|
|
||||||
! blue + purple
|
|
||||||
xterm*color4: #204A87
|
|
||||||
xterm*color5: #5C3566
|
|
||||||
! cyan + white
|
|
||||||
xterm*color6: cyan3
|
|
||||||
xterm*color7: #BABDB6
|
|
||||||
! bright-black + birhgt-red
|
|
||||||
xterm*color8: #252A2B
|
|
||||||
xterm*color9: #EF2929
|
|
||||||
! bright-green + bright-yellow
|
|
||||||
xterm*color10: #8AE234
|
|
||||||
xterm*color11: #FCE84F
|
|
||||||
! bright-blue + bright-purple
|
|
||||||
xterm*color12: #729FCF
|
|
||||||
xterm*color13: #AD8FA8
|
|
||||||
! bright-cyan + bright-white
|
|
||||||
xterm*color14: cyan
|
|
||||||
xterm*color15: #EEEEEC
|
|
||||||
|
|
||||||
!xft settings
|
!xft settings
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
|
@ -85,8 +61,24 @@ Xft.hintstyle: hintslight
|
||||||
!Emacs settings
|
!Emacs settings
|
||||||
Emacs*background: #252a2b
|
Emacs*background: #252a2b
|
||||||
Emacs*cursorColor: #a40000
|
Emacs*cursorColor: #a40000
|
||||||
Emacs*font: DejaVu Sans Mono:pixelsize=13
|
|
||||||
Emacs*foreground: #eeeeec
|
Emacs*foreground: #eeeeec
|
||||||
Emacs*menuBar: off
|
Emacs*menuBar: off
|
||||||
Emacs*toolbar: off
|
Emacs*toolbar: off
|
||||||
Emacs*useXIM: off
|
Emacs*useXIM: off
|
||||||
|
|
||||||
|
xfontsel.sampleText: \
|
||||||
|
static void print_sample_message(XWindow *win) {\n\
|
||||||
|
win.label->text = "Sample text 0123456789"\n\
|
||||||
|
}
|
||||||
|
|
||||||
|
xfontsel.sampleText16: \
|
||||||
|
static void print_sample_message(XWindow *win) {\n\
|
||||||
|
win.label->text = "Sample text 0123456789"\n\
|
||||||
|
}
|
||||||
|
|
||||||
|
xfontsel.sampleTextUCS: \
|
||||||
|
static void print_sample_message(XWindow *win) {\n\
|
||||||
|
win.label->text = "Sample text 0123456789"\n\
|
||||||
|
}
|
||||||
|
|
||||||
|
*.font: -*-dejavu sans mono-medium-r-*-*-13-*-*-*-*-*-*-*
|
||||||
|
|
Loading…
Reference in a new issue