84 lines
2 KiB
Text
84 lines
2 KiB
Text
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
|
! - color scheme
|
|
*.background: #000000
|
|
*.foreground: #ff9800
|
|
! black
|
|
*.color0: #0c181c
|
|
*.color8: #2e3436
|
|
! red
|
|
*.color1: #800000
|
|
*.color9: #c89490
|
|
! green
|
|
*.color2: #5a8e3a
|
|
*.color10: #80b080
|
|
! yellow
|
|
*.color3: #c9c990
|
|
*.color11: #ffff77
|
|
! blue
|
|
*.color4: RoyalBlue
|
|
*.color12: #90a4c8
|
|
! purple
|
|
*.color5: #585ca8
|
|
*.color13: #ad68a6
|
|
! cyan
|
|
*.color6: #287373
|
|
*.color14: #53a5a5
|
|
! white
|
|
*.color7: #ececec
|
|
*.color15: #ffffff
|
|
|
|
! 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=15:antialias=true
|
|
urxvt.boldFont: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:weight=bold
|
|
urxvt.italicFont: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:slant=italic
|
|
urxvt.boldItalicFont: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:weight=bold:slant=italic
|
|
urxvt.transparent: true
|
|
|
|
xterm*faceName: xft:DejaVu Sans Mono:pixelsize=15:antialias=true
|
|
|
|
!xft settings
|
|
Xft.antialias: true
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
|
|
!Emacs settings
|
|
Emacs*background: #252a2b
|
|
Emacs*cursorColor: #a40000
|
|
Emacs*foreground: #eeeeec
|
|
Emacs*menuBar: off
|
|
Emacs*toolbar: off
|
|
Emacs*useXIM: off
|
|
|
|
xfontsel.sampleText: \
|
|
static void print_sample_message(XWindow *win) {\n\
|
|
win.label->text = "Sample text 0123456789"\n\
|
|
}
|
|
|
|
xfontsel.sampleText16: \
|
|
static void print_sample_message(XWindow *win) {\n\
|
|
win.label->text = "Sample text 0123456789"\n\
|
|
}
|
|
|
|
xfontsel.sampleTextUCS: \
|
|
static void print_sample_message(XWindow *win) {\n\
|
|
win.label->text = "Sample text 0123456789"\n\
|
|
}
|
|
|
|
*.font: -*-dejavu sans mono-medium-r-*-*-13-*-*-*-*-*-*-*
|