-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.Xresources
64 lines (50 loc) · 1.12 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
!-------------!
! ROFI CONFIG !
!-------------!
! state background border separator
!rofi.color-window: #ffffff, #191919, #191919
! state bg fg abg hbg hfg
!rofi.color-normal: #ffffff, #191919, #ffffff, #191919, #ffffff
! general
rofi.width: 33
rofi.padding: 30
rofi.hide-scrollbar: true
rofi.borderwidth: 0
rofi.columns: 1
rofi.lines: 5
rofi.separator-style: solid
rofi.font: Hack 10
rofi.color-enabled: true
!rofi.color-window: #f2a2f0, #f2a2f0, #f2a2f0
!rofi.color-normal: #f2a2f0, #f2a2f0, #f2a2f0
! -----------------------------------
! theme colors
! -----------------------------------
! special
*.foreground: #ccd3ce
*.background: #2d2d2d
*.cursorColor: #ccd3ce
! black
*.color0: #282b2c
*.color8: #a4b0b0
! red
*.color1: #12c666
*.color9: #f78379
! green
*.color2: #f9686b
*.color10: #4bbe6f
! yellow
*.color3: #eded54
*.color11: #eada6a
! blue
*.color4: #796bf9
*.color12: #8794f2
! magenta
*.color5: #ef02e3
*.color13: #21dbbf
! cyan
*.color6: #58b7ba
*.color14: #66cccc
! white
*.color7: #dee4df
*.color15: #a7c0fc