97 lines
2.1 KiB
Text
97 lines
2.1 KiB
Text
! -*- mode: conf-xdefaults; eval: (rainbow-mode 1); eval: (git-auto-commit-mode 1) -*-
|
|
!! drop in Solarized colorscheme for Xresources/Xdefaults
|
|
|
|
*background: #002b36
|
|
*foreground: #657b83
|
|
*fading: 40
|
|
*fadeColor: #002b36
|
|
*cursorColor: #93a1a1
|
|
*pointerColorBackground:#586e75
|
|
*pointerColorForeground:#93a1a1
|
|
|
|
!! black dark/light
|
|
*color0: #073642
|
|
*color8: #002b36
|
|
|
|
!! red dark/light
|
|
*color1: #dc322f
|
|
*color9: #cb4b16
|
|
|
|
!! green dark/light
|
|
*color2: #859900
|
|
*color10: #586e75
|
|
|
|
!! yellow dark/light
|
|
*color3: #b58900
|
|
*color11: #657b83
|
|
|
|
!! blue dark/light
|
|
*color4: #268bd2
|
|
*color12: #839496
|
|
|
|
!! magenta dark/light
|
|
*color5: #d33682
|
|
*color13: #6c71c4
|
|
|
|
!! cyan dark/light
|
|
*color6: #2aa198
|
|
*color14: #93a1a1
|
|
|
|
!! white dark/light
|
|
*color7: #eee8d5
|
|
*color15: #fdf6e3
|
|
|
|
urxvt.internalBorder: 0
|
|
|
|
! 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
|
|
urxvt.visualBell: true
|
|
|
|
! 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:weight=medium:pixelsize=16
|
|
urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=16
|
|
urxvt.italicFont: xft:DejaVu Sans Mono:slant=italic:pixelsize=16
|
|
urxvt.transparent: true
|
|
|
|
xterm*faceName: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
|
|
|
|
!xft settings
|
|
Xft.antialias: true
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
|
|
! Emacs settings
|
|
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: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
|