legacy-dotfiles/.Xdefaults

98 lines
2.1 KiB
Text
Raw Normal View History

2012-02-17 09:32:35 +01:00
! -*- mode: conf-xdefaults; eval: (rainbow-mode 1); eval: (git-auto-commit-mode 1) -*-
2012-03-09 12:04:48 +01:00
!! drop in Solarized colorscheme for Xresources/Xdefaults
2012-03-09 12:05:19 +01:00
*background: #002b36
2012-03-09 21:39:25 +01:00
*foreground: #657b83
2012-03-09 12:04:48 +01:00
*fading: 40
2012-03-09 21:39:25 +01:00
*fadeColor: #002b36
*cursorColor: #93a1a1
*pointerColorBackground:#586e75
*pointerColorForeground:#93a1a1
2012-03-09 12:04:48 +01:00
!! black dark/light
2012-03-09 21:39:25 +01:00
*color0: #073642
*color8: #002b36
2012-03-09 12:04:48 +01:00
!! red dark/light
2012-03-09 21:39:25 +01:00
*color1: #dc322f
*color9: #cb4b16
2012-03-09 12:04:48 +01:00
!! green dark/light
2012-03-09 21:39:25 +01:00
*color2: #859900
*color10: #586e75
2012-03-09 12:04:48 +01:00
!! yellow dark/light
2012-03-09 21:39:25 +01:00
*color3: #b58900
*color11: #657b83
2012-03-09 12:04:48 +01:00
!! blue dark/light
2012-03-09 21:39:25 +01:00
*color4: #268bd2
*color12: #839496
2012-03-09 12:04:48 +01:00
!! magenta dark/light
2012-03-09 21:39:25 +01:00
*color5: #d33682
*color13: #6c71c4
2012-03-09 12:04:48 +01:00
!! cyan dark/light
2012-03-09 21:39:25 +01:00
*color6: #2aa198
*color14: #93a1a1
2012-03-09 12:04:48 +01:00
!! white dark/light
2012-03-09 21:39:25 +01:00
*color7: #eee8d5
*color15: #fdf6e3
2012-02-17 09:32:35 +01:00
urxvt.internalBorder: 0
2011-12-01 22:37:53 +01:00
! General
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
2010-11-24 00:17:08 +01:00
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
2011-11-03 18:45:48 +01:00
urxvt*urlLauncher: firefox
urxvt*matcher.button: 1
! Appearance
2012-03-13 20:18:30 +01:00
urxvt.font: xft:DejaVu Sans Mono:weight=medium:pixelsize=16
urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=16
2012-03-13 20:20:12 +01:00
urxvt.italicFont: xft:DejaVu Sans Mono:slant=italic:pixelsize=16
2011-12-01 22:37:53 +01:00
urxvt.transparent: true
2011-03-02 09:59:16 +01:00
2011-12-21 12:16:54 +01:00
xterm*faceName: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
2011-06-13 14:16:09 +02:00
!xft settings
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
2011-10-05 13:37:21 +02:00
2011-12-06 15:46:39 +01:00
! Emacs settings
2011-10-05 13:37:21 +02:00
Emacs*menuBar: off
Emacs*toolbar: off
Emacs*useXIM: off
2011-12-01 22:37:53 +01:00
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\
}
2011-12-21 12:16:54 +01:00
*.font: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*