-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
70 lines (63 loc) · 1.86 KB
/
Xresources
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
URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt*font: xft:Source Code Pro:size=12:antialias=true:hinting=true, \
xft:DejaVu Sans Mono:antialias=true:autohint=true:size=12
URxvt*boldFont: xft:Source Code Pro:bold:size=12:antialias=true:hinting=true, \
xft:DejaVu Sans Mono:antialias=true:autohint=true:size=12
URxvt.letterSpace: -1
URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.colorUL: #85befd
URxvt.tabbed.autohide: true
URxvt.keysym.Control-t: perl:tabbedex:new_tab
URxvt.keysym.Control-bracketright: perl:tabbedex:next_tab
URxvt.keysym.Control-bracketleft: perl:tabbedex:prev_tab
URxvt.depth: 32
URxvt.background: rgba:2222/2222/2222/dddd
! Xft.dpi: 72
Xft.dpi: 96
! Xft.dpi: 110
! Xft.dpi: 175
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintmedium
! SG IR_Black
#define C_Black #3d3d3d
#define C_Red #fb534d
#define C_Green #9bff4e
#define C_Yellow #ffffa7
#define C_Blue #85befd
#define C_Magenta #fb51fc
#define C_Cyan #b9b5fd
#define C_White #e9e9e9
#define C_BBlack #686868
#define C_BRed #fda5a0
#define C_BGreen #c4ff9c
#define C_BYellow #ffffbf
#define C_BBlue #a7d3fd
#define C_BMagenta #fc81fd
#define C_BCyan #d7d5fd
#define C_BWhite #fffefe
#define C_Cursor #d98e53
#define C_Background #000000
#define C_Foreground #e9e9e9
URxvt*color0: C_Black
URxvt*color1: C_Red
URxvt*color2: C_Green
URxvt*color3: C_Yellow
URxvt*color4: C_Blue
URxvt*color5: C_Magenta
URxvt*color6: C_Cyan
URxvt*color7: C_White
URxvt*color8: C_BBlack
URxvt*color9: C_BRed
URxvt*color10: C_BGreen
URxvt*color11: C_BYellow
URxvt*color12: C_BBlue
URxvt*color13: C_BMagenta
URxvt*color14: C_BCyan
URxvt*color15: C_BWhite
URxvt*foreground: C_Foreground
URxvt*background: C_Background
URxvt*cursorColor: C_Cursor