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
|
! Base16 Cupertino
! Author: Defman21
! base00: #ffffff
! base01: #c0c0c0
! base02: #c0c0c0
! base03: #808080
! base04: #808080
! base05: #404040
! base06: #404040
! base07: #5e5e5e
! base08: #c41a15
! base09: #eb8500
! base0A: #826b28
! base0B: #007400
! base0C: #318495
! base0D: #0000ff
! base0E: #a90d91
! base0F: #826b28
! Enable the extended coloring options
rofi.color-enabled: true
! Property Name BG Border Separator
rofi.color-window: #c0c0c0, #c0c0c0, #ffffff
! Property Name BG FG BG-alt Head-BG Head-FG
rofi.color-normal: #c0c0c0, #404040, #c0c0c0, #c0c0c0, #5e5e5e
rofi.color-active: #c0c0c0, #0000ff, #c0c0c0, #c0c0c0, #0000ff
rofi.color-urgent: #c0c0c0, #c41a15, #c0c0c0, #c0c0c0, #c41a15
! Set the desired separator style
rofi.separator-style: solid
|