XDEFAULTS: Minor color tweaks
This commit is contained in:
parent
b3e316e752
commit
b95554146d
1 changed files with 5 additions and 5 deletions
10
.Xdefaults
10
.Xdefaults
|
@ -16,17 +16,17 @@ urxvt*urlLauncher: chromium
|
|||
urxvt*matcher.button: 1
|
||||
|
||||
! Appearance
|
||||
urxvt*font: xft:DejaVu Sans Mono-10:antialias=true
|
||||
urxvt*boldFont: xft:DejaVu Sans Mono-10:style=bold:antialias=true
|
||||
urxvt*font: xft:DejaVu Sans Mono:pixelsize=16:antialias=true
|
||||
urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=16:style=bold:antialias=true
|
||||
! - color scheme
|
||||
urxvt.background: #000000
|
||||
urxvt.foreground: #ff9800
|
||||
! black + red
|
||||
!urxvt*color0: #000000
|
||||
urxvt*color0: #0c181c
|
||||
urxvt*color1: #800000
|
||||
! green + yellow
|
||||
urxvt*color2: #5a8e3a
|
||||
!urxvt*color3: #ffd700
|
||||
urxvt*color3: #e3e300
|
||||
! blue + purple
|
||||
urxvt*color4: RoyalBlue
|
||||
urxvt*color5: #ad7fa8
|
||||
|
@ -34,7 +34,7 @@ urxvt*color5: #ad7fa8
|
|||
!urxvt*color6: #d78700
|
||||
urxvt*color7: #ececec
|
||||
! bright-black + birhgt-red
|
||||
urxvt*color8: #0c181c
|
||||
urxvt*color8: #2e3436
|
||||
!urxvt*color9: #ff0000
|
||||
! bright-green + bright-yellow
|
||||
!urxvt*color10: #5fff00
|
||||
|
|
Loading…
Reference in a new issue