65 lines
1 KiB
Text
65 lines
1 KiB
Text
|
|
|
||
|
|
!! URxvt Appearance
|
||
|
|
|
||
|
|
! special
|
||
|
|
*.foreground: #e6e1dc
|
||
|
|
*.background: #2b2b2b
|
||
|
|
*.cursorColor: #e6e1dc
|
||
|
|
|
||
|
|
! black
|
||
|
|
*.color0: #2b2b2b
|
||
|
|
*.color8: #5a647e
|
||
|
|
|
||
|
|
! red
|
||
|
|
*.color1: #da4939
|
||
|
|
*.color9: #da4939
|
||
|
|
|
||
|
|
! green
|
||
|
|
*.color2: #a5c261
|
||
|
|
*.color10: #a5c261
|
||
|
|
|
||
|
|
! yellow
|
||
|
|
*.color3: #ffc66d
|
||
|
|
*.color11: #ffc66d
|
||
|
|
|
||
|
|
! blue
|
||
|
|
*.color4: #6d9cbe
|
||
|
|
*.color12: #6d9cbe
|
||
|
|
|
||
|
|
! magenta
|
||
|
|
*.color5: #b6b3eb
|
||
|
|
*.color13: #b6b3eb
|
||
|
|
|
||
|
|
! cyan
|
||
|
|
*.color6: #519f50
|
||
|
|
*.color14: #519f50
|
||
|
|
|
||
|
|
! white
|
||
|
|
*.color7: #e6e1dc
|
||
|
|
*.color15: #f9f7f3
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
URxvt.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14
|
||
|
|
URxvt.letterSpace: 0
|
||
|
|
URxvt.lineSpace: 0
|
||
|
|
URxvt.geometry: 92x24
|
||
|
|
URxvt.internalBorder: 8
|
||
|
|
URxvt.cursorBlink: true
|
||
|
|
URxvt.cursorUnderline: false
|
||
|
|
URxvt.saveline: 2048
|
||
|
|
URxvt.scrollBar: false
|
||
|
|
URxvt.scrollBar_right: false
|
||
|
|
URxvt.urgentOnBell: true
|
||
|
|
URxvt.depth: 24
|
||
|
|
URxvt.iso14755: false
|
||
|
|
|
||
|
|
!! Fake Transparency
|
||
|
|
URxvt.transparent: true
|
||
|
|
URxvt.shading: 30
|
||
|
|
|
||
|
|
!! Real Transparency
|
||
|
|
!URxvt.depth: 32
|
||
|
|
!URxvt.background: rgba:0000/0000/0200/c800
|
||
|
|
|