blob: d814ab5db66e327680e3f2e61e6fd97bdb6a13e5 (
plain)
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
|
#
# https://stephango.com/flexoki
#
set default-bg \#100F0F # bg
set default-fg \#CECDC3 # tx
set inputbar-bg \#1C1B1A # bg-2
set inputbar-fg \#CECDC3 # tx
set statusbar-bg \#1C1B1A # bg-2
set statusbar-fg \#CECDC3 # tx
set notification-bg \#1C1B1A # bg-2
set notification-fg \#CECDC3 # tx
set notification-error-bg \#D14D41 # re
set notification-error-fg \#CECDC3 # tx
set notification-warning-bg \#DA702C # or
set notification-warning-fg \#CECDC3 # tx
set completion-bg \#1C1B1A # bg-2
set completion-fg \#878580 # tx-2
set completion-highlight-fg \#1C1B1A # bg-2
set completion-highlight-bg \#CECDC3 # tx
# Recolor book content's color
# verbose
# verbose
set recolor-lightcolor \#100F0F # bg
set recolor-darkcolor \#CECDC3 # tx
set recolor "true"
|