8a3f33629b
I like the naquadah theme for emacs, so now I've changed a few colors to make my terminal apps look a little bit more like it, more will most likely follow.
58 lines
1.5 KiB
Text
58 lines
1.5 KiB
Text
! 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: chromium
|
|
urxvt*matcher.button: 1
|
|
|
|
! Appearance
|
|
! - use a bitmap font
|
|
!urxvt*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
|
|
!urxvt*boldFont: -*-tamsyn-bold-*-*-*-15-*-*-*-*-*-*-*
|
|
urxvt*font: xft:DejaVu Sans Mono-10:antialias=true
|
|
urxvt*boldFont: xft:DejaVu Sans Mono-10:style=bold:antialias=true
|
|
! - cursor
|
|
urxvt*cursorColor: #DCDCCC
|
|
! - pseudo transparency
|
|
urxvt*shading: 20
|
|
urxvt*transparent: true
|
|
! - color scheme
|
|
urxvt.background: #252A2B
|
|
urxvt.foreground: #EEEEEC
|
|
! black + red
|
|
urxvt*color0: #0C191C
|
|
urxvt*color1: red3
|
|
! green + yellow
|
|
urxvt*color2: green3
|
|
urxvt*color3: #FF9800
|
|
! blue + purple
|
|
urxvt*color4: royal blue
|
|
urxvt*color5: magenta3
|
|
! cyan + white
|
|
urxvt*color6: cyan3
|
|
urxvt*color7: #EEEEEC
|
|
! bright-black + birhgt-red
|
|
urxvt*color8: #252A2B
|
|
urxvt*color9: red
|
|
! bright-green + bright-yellow
|
|
urxvt*color10: green
|
|
urxvt*color11: yellow
|
|
! bright-blue + bright-purple
|
|
urxvt*color12: #5C5CFF
|
|
urxvt*color13: magenta
|
|
! bright-cyan + bright-white
|
|
urxvt*color14: cyan
|
|
urxvt*color15: white
|
|
|
|
xterm*background: #252A2B
|
|
xterm*foreground: #EEEEEC
|
|
xterm*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
|