-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
88 lines (75 loc) · 2.41 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
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! special
*.foreground: #e6d6ac
*.background: #2a2426
*.cursorColor: #e6d6ac
! black
*.color0: #2a2426
*.color8: #52464a
! red
*.color1: #e68183
*.color9: #ff8b92
! green
*.color2: #a7c080
*.color10: #ddffa7
! yellow
*.color3: #d9bb80
*.color11: #ffae57
! blue
*.color4: #89beba
*.color12: #9cc4ff
! magenta
*.color5: #d3a0bc
*.color13: #e1acff
! cyan
*.color6: #87c095
*.color14: #95e6cb
! white
*.color7: #e6d6ac
*.color15: #ffffff
! === rofi ===
rofi.modi: ssh,window,drun,run
rofi.sidebar-mode: true
rofi.terminal: termite
rofi.ssh-client: ssh
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
rofi.opacity: 100
rofi.width: 50
rofi.lines: 8
rofi.columns: 1
rofi.font: Fantasque iCursive Op 15
rofi.fg: #5294E2
rofi.bg: #2a2426
rofi.fg-active: #34405a
rofi.fg-urgent: #34405a
rofi.hlfg-active: #5e73a0
rofi.hlfg-urgent: #5e73a0
rofi.bg-active: #34405a
rofi.bg-urgent: #34405a
rofi.hlbg-active: #5d729f
rofi.hlbg-urgent: #5d729f
rofi.bgalt: #5671a0
rofi.hlfg: #34405a
rofi.hlbg: #34405a
rofi.bc: #789ee1
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color-normal: #2a2426, #e6d6ac, #52464a, #87c095, #FFFFFF
! 'background', 'border'
rofi.color-window: #2a2426, #52464a
rofi.bw: 10
rofi.location: 0
rofi.padding: 20
rofi.levenshtein-sort: true
rofi.case-sensitive: false
rofi.fuzzy: false
rofi.line-margin: 2
rofi.separator-style: solid
rofi.hide-scrollbar: true
rofi.markup-rows: false
rofi.scrollbar-width: 8