You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
997 B
30 lines
997 B
12 years ago
|
! цвет текста
|
||
|
URxvt*foreground: #f2f2f2
|
||
|
! цвет фона
|
||
|
URxvt*background: #303030
|
||
|
! шрифт (со сглаживанием)
|
||
|
URxvt*font: xft:DejaVU Sans Mono
|
||
|
! тип скроллбара
|
||
|
URxvt*scrollstyle:plain
|
||
|
! расположение скроллбара
|
||
|
URxvt*scrollBar_right:true
|
||
|
! цвет скроллбара
|
||
|
URxvt*scrollColor: #fdb927
|
||
|
! цветовая схема используемая в URxvt
|
||
12 years ago
|
URxvt*color0: #6c6c6c # black
|
||
|
URxvt*color1: #e9897c # red
|
||
|
URxvt*color2: #b6e77d # green
|
||
|
URxvt*color3: #ecebbe # yellow
|
||
|
URxvt*color4: #7993a9 # blue
|
||
|
URxvt*color5: #ea96eb # magenta
|
||
|
URxvt*color6: #c9caec # cyan
|
||
|
URxvt*color7: #f2f2f2 # white (light grey really)
|
||
|
URxvt*color8: #747474 # bold black (i.e. dark grey)
|
||
|
URxvt*color9: #f99286 # bold red
|
||
|
URxvt*color10: #b6e77d # bold green
|
||
|
URxvt*color11: #fcfbcc # bold yellow
|
||
|
URxvt*color12: #b6defb # bold blue
|
||
|
URxvt*color13: #fba1fb # bold magenta
|
||
|
URxvt*color14: #d7d9fc # bold cyan
|
||
|
URxvt*color15: #f2f2f2 # bold white
|