-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
120 lines (97 loc) · 3.08 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
! PERL EXTENSIONS
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.perl-ext-common: default,matcher,clipboard,url-select,keyboard-select
URxvt.url-select.launcher: chromium
URxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
! CORE
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
URxvt.antialias: true
URxvt.geometry: 90x30
URxvt.loginShell: true
URxvt.saveLines: 5000
URxvt.internalBorder: 2
URxvt.lineSpace: 0
URxvt.depth: 32
URxvt.cutchars: "()*,<>[]{}|'':"
! FONTS
URxvt.allow_bold: true
URxvt.font: xft:Anonymous Pro for Powerline:style=Regular:size=11
URxvt*boldFont: xft:Anonymous Pro for Powerline:style=Bold:size=11
URxvt*italicFont: xft:Anonymous Pro for Powerline:style=Italic:size=11
URxvt*boldItalicFont: xft:Anonymous Pro for Powerline:style=Bold Italic:size=11
! Source Code Pro Font
!URxvt*font: xft:Source Code Pro:size=10, xft:Source Code Pro for Powerline
!URxvt*letterSpace: -1
! Inconsolata Font
!URxvt*font: xft:Inconsolata:size=10, xft:Inconsolata for Powerline
!URxvt*letterSpace: 1
! SCROLLBAR
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! CURSOR
URxvt.cursorBlink: false
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
URxvt.pointerBlank: true
! COLORS
#define base00 #2b303b
#define base01 #343d46
#define base02 #4f5b66
#define base03 #65737e
#define base04 #a7adba
#define base05 #c0c5ce
#define base06 #dfe1e8
#define base07 #eff1f5
#define base08 #bf616a
#define base09 #d08770
#define base0A #ebcb8b
#define base0B #a3be8c
#define base0C #96b5b4
#define base0D #8fa1b3
#define base0E #b48ead
#define base0F #ab7967
#define red #BF616A
*.foreground: base05
*.background: rgba:2b00/3000/3b00/ffff
!*.background: [90]#000000
*.cursorColor: base05
*.color0: base00
*.color1: base08
*.color2: base0B
*.color3: base0A
*.color4: base0D
*.color5: base0E
*.color6: base0C
*.color7: base05
*.color8: base03
*.color9: base09
*.color10: base01
*.color11: base02
*.color12: base04
*.color13: base06
*.color14: base0F
*.color15: base07
! ROFI
rofi.lines: 10
rofi.font: Fira Code-Bold bold 10
rofi.color-normal: #00000000,#aaffffff,#00000000,#22BF616A,red
rofi.color-window: #dd2b303b,base01
rofi.bw: 0
rofi.padding: 10
rofi.fixed-num-lines: false
rofi.terminal: terminator
rofi.disable-history: true
rofi.line-padding: 5
rofi.hide-scrollbar: true
rofi.yoffset: -130
rofi.kb-cancel: Escape,Control+c