summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
blob: 41b50a7e157a9e20fee0d908065601a82e58c7a4 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
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:        /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/
urxvt.perl-ext-common: default,matcher
urxvt.urlLauncher:     conkeror
urxvt.matcher.button:  1

urxvt.keysym.C-Delete: perl:matcher:last
urxvt.keysym.M-Delete: perl:matcher:list
URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+)
urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1

urxvt.font: xft:Fantasque Sans Mono:weight=medium:pixelsize=17
urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17
urxvt.italicFont: xft:Fantasque Sans Mono:slant=italic:pixelsize=17

URxvt.modeline.fg: 15
URxvt.modeline.bg: 12
URxvt.modeline.command: urxvt-modeline

urxvt.depth: 32
urxvt.background: #111111
urxvt.foreground: #bfbfbf

urxvt.color0:  #111111
urxvt.color8:  #3d3d3d

urxvt.color1:  #a87e7e
urxvt.color9:  #a82a2a

urxvt.color2:  #87a87e
urxvt.color10: #43a82a

urxvt.color3:  #a0a87e
urxvt.color11: #bfa82a

urxvt.color4:  #7e8fa8
urxvt.color12: #2a5da8

urxvt.color5:  #a07ea8
urxvt.color13: #8f2aa8

urxvt.color6:  #7ea8a8
urxvt.color14: #2aa8a8

urxvt.color7:  #969696
urxvt.color15: #ededed

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: #111113
Emacs.borderWidth: 0
Emacs.font: Liberation Mono-13
Emacs.foreground: #eeeeec
Emacs.internalBorder: 0
Emacs.paneFont: Liberation Mono-13
Emacs.pointerColor: #eeeeec
Emacs*menu*font: Liberation Mono-13
Emacs*menu*foreground: #eeeeec
Emacs*menu*background: #222224
Emacs*menu*buttonForeground: #a5a5a4
Emacs*menu*verticalSpacing: 0
Emacs*menu*shadowThickness: 1
Emacs*menu*margin: 0
Emacs.pane.menubar.translations: #override\
           Ctrl <Key> n: down()\n\
           Ctrl <Key> p: up()\n\
           Ctrl <Key> f: right()\n\
           Ctrl <Key> b: left()\n\

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