]> git.sev.monster Git - dotfiles.git/blob - base/.Xresources
switch i3bar->tint2, zsh bell, pbuild/run->portpkg
[dotfiles.git] / base / .Xresources
1 ! generic settings
2 *font:                   xft:Dina:size=8
3
4 ! Solarized colors, http://ethanschoonover.com/solarized
5 !#define S_base03         #002b36
6 #define S_base03         #000a0d
7 #define S_base02         #073642
8 #define S_base01         #586e75
9 #define S_base00         #657b83
10 #define S_base0          #839496
11 #define S_base1          #93a1a1
12 #define S_base2          #eee8d5
13 #define S_base3          #fdf6e3
14 *background:             S_base03
15 *foreground:             S_base0
16 *fadeColor:              S_base03
17 *cursorColor:            S_base1
18 *pointerColorBackground: S_base01
19 *pointerColorForeground: S_base1
20
21 #define S_yellow         #b58900
22 #define S_orange         #cb4b16
23 #define S_red            #dc322f
24 #define S_magenta        #d33682
25 #define S_violet         #6c71c4
26 #define S_blue           #268bd2
27 #define S_cyan           #2aa198
28 !#define S_green          #859900
29 #define S_green          #85c000
30 ! black dark/light
31 *color0:                 S_base02
32 *color8:                 S_base03
33 ! red dark/light
34 *color1:                 S_red
35 *color9:                 S_orange
36 ! green dark/light
37 *color2:                 S_green
38 *color10:                S_base01
39 ! yellow dark/light
40 *color3:                 S_yellow
41 *color11:                S_base00
42 ! blue dark/light
43 *color4:                 S_blue
44 *color12:                S_base0
45 ! magenta dark/light
46 *color5:                 S_magenta
47 *color13:                S_violet
48 ! cyan dark/light
49 *color6:                 S_cyan
50 *color14:                S_base1
51 ! white dark/light
52 *color7:                 S_base2
53 *color15:                S_base3
54 ! underline
55 *underlineColor:         S_yellow
56
57
58 ! URxvt
59 URxvt.termName:          rxvt-256color
60 URxvt.perl-ext:
61 URxvt.perl-ext-common:
62
63 URxvt.cursorBlink:       on
64 URxvt.cursorUnderline:   on
65 URxvt.scrollstyle:       plain
66 URxvt.scrollBar_right:   true
67 URxvt.urgentOnBell:      true
68 URxvt.visualBell:        true
69
70 URxvt.depth:             32
71 URxvt.background:        rgba:0000/0a00/0d00/d000
72 URxvt.dynamicColors:     true
73 URxvt.intensityStyles:   false
74
75 URxvt.print-pipe:        cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
76
77 ! bg terminal
78 URxvtRoot.termName:      rxvt-256color
79 URxvtRoot.perl-ext:
80 URxvtRoot.perl-ext-common:
81
82 URxvtRoot.scrollBar:     false
83 URxvtRoot.visualBell:    true
84
85 URxvtRoot.depth:         32
86 URxvtRoot.borderLess:    true
87 URxvtRoot.transparent:   true
88 URxvtRoot.shading:       80
89
90 ! xvkbd
91 xvkbd.Alt_R.width:       1
92 xvkbd.Meta_R.width:      1
93 xvkbd.Multi_key.width:   1
94 xvkbd.Shift_R.width:     75
This page took 0.053238 seconds and 4 git commands to generate.