91 lines
2.1 KiB
Text
91 lines
2.1 KiB
Text
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
|
! General
|
|
urxvt*loginShell: true
|
|
urxvt*scrollBar: false
|
|
urxvt*secondaryScroll: true
|
|
urxvt*saveLines: 65535
|
|
urxvt*cursorBlink: false
|
|
urxvt*cursorUnderline: true
|
|
urxvt*urgentOnBell: true
|
|
urxvt*termName: rxvt-256color
|
|
|
|
! Extensions
|
|
urxvt*perl-lib: /usr/lib/urxvt/perl/
|
|
urxvt*perl-ext-common: default,matcher,searchable-scrollback
|
|
urxvt*urlLauncher: firefox
|
|
urxvt*matcher.button: 1
|
|
|
|
! Appearance
|
|
urxvt*font: xft:DejaVu Sans Mono:pixelsize=13:antialias=true
|
|
urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=13:style=bold:antialias=true
|
|
! - color scheme
|
|
urxvt.background: #000000
|
|
urxvt.foreground: #ff9800
|
|
! black + red
|
|
urxvt*color0: #0c181c
|
|
urxvt*color1: #800000
|
|
! green + yellow
|
|
urxvt*color2: #5a8e3a
|
|
urxvt*color3: #e3e300
|
|
! blue + purple
|
|
urxvt*color4: RoyalBlue
|
|
urxvt*color5: #ad7fa8
|
|
! cyan + white
|
|
!urxvt*color6: #d78700
|
|
urxvt*color7: #ececec
|
|
! bright-black + birhgt-red
|
|
urxvt*color8: #2e3436
|
|
!urxvt*color9: #ff0000
|
|
! bright-green + bright-yellow
|
|
!urxvt*color10: #5fff00
|
|
!urxvt*color11: #ffd75f
|
|
! bright-blue + bright-purple
|
|
!urxvt*color12: #87d7ff
|
|
urxvt*color13: #ad68a6
|
|
! bright-cyan + bright-white
|
|
!urxvt*color14: #d7af87
|
|
!urxvt*color15: #ffaf00
|
|
|
|
|
|
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.antialias: true
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
|
|
!Emacs settings
|
|
Emacs*background: #252a2b
|
|
Emacs*cursorColor: #a40000
|
|
Emacs*font: DejaVu Sans Mono:pixelsize=13
|
|
Emacs*foreground: #eeeeec
|
|
Emacs*menuBar: off
|
|
Emacs*toolbar: off
|
|
Emacs*useXIM: off
|