summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
blob: ebe9d51b7f535997333e142c61c46ef9b24714f8 (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
urxvt.internalBorder: 0

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:      false

urxvt.perl-lib:        /usr/lib/urxvt/perl/
urxvt.perl-ext-common: default,url-select,keyboard-select
urxvt.urlLauncher:     conkeror
urxvt.url-select.launcher: conkeror
urxvt.matcher.button:  1
urxvt.keysym.M-Escape: perl:keyboard-select:activate
urxvt.keysym.M-s: perl:keyboard-select:search

urxvt.keysym.M-u: perl:url-select:select_next

urxvt.font: xft:Envy Code R:weight=medium:pixelsize=18
urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=18
urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=18

urxvt.depth: 32
urxvt.background: [90]#111113
urxvt.foreground: #eeeeec

urxvt.color0:  #171719
urxvt.color8:  #999999

urxvt.color1:  #973732
urxvt.color9:  #ff756e

urxvt.color2:  #405c2e
urxvt.color10: #9ad870

urxvt.color3:  #835c0e
urxvt.color11: #ffbb56

urxvt.color4:  #2729b6
urxvt.color12: #78a2c1

urxvt.color5:  #5c325d
urxvt.color13: #c39cc3

urxvt.color6:  #208181
urxvt.color14: #93d8d8

urxvt.color7:  #222224
urxvt.color15: #a9a9a9

Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight

! Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
Emacs.menuBar: off
Emacs.toolbar: off
Emacs.useXIM: off
! Emacs.background: #252a2b

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\
}