Updated urxvt configuration, started using it again
This commit is contained in:
parent
16a98c0b6f
commit
e71a151382
1 changed files with 20 additions and 20 deletions
40
Xdefaults
40
Xdefaults
|
@ -15,40 +15,40 @@ urxvt*matcher.button: 1
|
|||
|
||||
! Appearance
|
||||
! - use a bitmap font
|
||||
urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
|
||||
urxvt*boldFont: -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-*
|
||||
urxvt*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
|
||||
urxvt*boldFont: -*-tamsyn-bold-*-*-*-15-*-*-*-*-*-*-*
|
||||
! - cursor
|
||||
urxvt*cursorColor: #DCDCCC
|
||||
! - pseudo transparency
|
||||
urxvt*shading: 50
|
||||
urxvt*transparent: true
|
||||
! - color scheme
|
||||
urxvt.background: #000000
|
||||
urxvt.foreground: #FFFFFF
|
||||
urxvt.background: #252A2B
|
||||
urxvt.foreground: #EEEEEC
|
||||
! black + red
|
||||
urxvt*color0: #000000
|
||||
urxvt*color1: #AA0000
|
||||
urxvt*color0: black
|
||||
urxvt*color1: red3
|
||||
! green + yellow
|
||||
urxvt*color2: #00AA00
|
||||
urxvt*color3: #DFAF8F
|
||||
urxvt*color2: green3
|
||||
urxvt*color3: #FF9800
|
||||
! blue + purple
|
||||
urxvt*color4: #0000AA
|
||||
urxvt*color5: #DC8CC3
|
||||
urxvt*color4: royal blue
|
||||
urxvt*color5: magenta3
|
||||
! cyan + white
|
||||
urxvt*color6: #8CD0D3
|
||||
urxvt*color7: #DCDCCC
|
||||
urxvt*color6: cyan3
|
||||
urxvt*color7: #EEEEEC
|
||||
! bright-black + birhgt-red
|
||||
urxvt*color8: #709080
|
||||
urxvt*color9: #FF0000
|
||||
urxvt*color8: #252A2B
|
||||
urxvt*color9: red
|
||||
! bright-green + bright-yellow
|
||||
urxvt*color10: #00FF00
|
||||
urxvt*color11: #F0DFAF
|
||||
urxvt*color10: green
|
||||
urxvt*color11: yellow
|
||||
! bright-blue + bright-purple
|
||||
urxvt*color12: #00B4FF
|
||||
urxvt*color13: #EC93D3
|
||||
urxvt*color12: #5C5CFF
|
||||
urxvt*color13: magenta
|
||||
! bright-cyan + bright-white
|
||||
urxvt*color14: #93E0E3
|
||||
urxvt*color15: #FFFFFF
|
||||
urxvt*color14: cyan
|
||||
urxvt*color15: white
|
||||
|
||||
xterm*background: #252A2B
|
||||
xterm*foreground: #EEEEEC
|
||||
|
|
Loading…
Reference in a new issue