summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
blob: 1b9f12d3540b87a4264edeef3c7d7557bc69ff87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
! -*- mode: conf-xdefaults; eval: (rainbow-mode 1); eval: (git-auto-commit-mode 1) -*-
! - color scheme
urxvt.background: #000000
urxvt.foreground: #15abc3
! black
urxvt.color0: #000000
urxvt.color8: #0d0b0c
! red
urxvt.color1: #800000
urxvt.color9: #c89490
! green
urxvt.color2:  #00815b
urxvt.color10: #05e4a5
! yellow
urxvt.color3:  #c3ab15
urxvt.color11: #e0c624
! blue
urxvt.color4:  #035390
urxvt.color12: #029cdc
! purple
urxvt.color5:  #585ca8
urxvt.color13: #9b859d
! cyan
urxvt.color6:  #15abc3
urxvt.color14: #24c6e0
! white
urxvt.color7:  #808080
urxvt.color15: #ececec

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=13
urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=13
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-*