-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
67 lines (54 loc) · 1.36 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
! special
*.foreground: #00c5bb
*.background: #15222f
*.cursorColor: #00c5bb
! black
*.color0: #0a0f14
*.color8: #10151b
! red
*.color1: #c33027
*.color9: #9226b2
! green
*.color2: #389abc
*.color10: #cb1d1d
! yellow
*.color3: #d3a245
*.color11: #2b6475
! blue
*.color4: #195465
*.color12: #097eaa
! magenta
*.color5: #4e5165
*.color13: #888ba5
! cyan
*.color6: #00eda1
*.color14: #13a4ce
! white
*.color7: #008f2a
*.color15: #769794
URxvt.font: xft:Source Code Pro:size=10.5
URxvt.depth: 32
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*saveLines: 5000
URxvt*internalBorder: 5
URxvt*geometry: 70x19
URxvt*shading 20
URxvt*terminalName=rxvt-unicode-256color
URxvt*keysm.Home: \033[1~
URxvt*keysm.End: \033[4~
rofi.color-enabled: true
rofi.color-window: #1E272B, #9D6A47, #9D6A47
rofi.color-normal: #1E272B, #EAD49B, #1E272B, #1E272B, #78824B
rofi.color-active: #1E272B, #EAD49B, #1E272B, #1E272B, #78824B
rofi.color-urgent: #1E272B, #EAD49B, #1E272B, #1E272B, #78824B
rofi.separator-style: solid
rofi.sidebar-mode: false
rofi.lines: 5
rofi.font: Source Code Pro Semibold 10.5
rofi.bw: 1
rofi.columns: 2
rofi.padding: 5
rofi.fixed-num-lines: true
rofi.hide-scrollbar: true