blob: 27fc17c366d441bc221ed16d99875919e854cd8a (
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
32
33
34
35
|
# Base16 OceanicNext
# Author: https://github.com/voronianski/oceanic-next-color-scheme
set default-bg "#1B2B34"
set default-fg "#343D46"
set statusbar-fg "#A7ADBA"
set statusbar-bg "#4F5B66"
set inputbar-bg "#1B2B34"
set inputbar-fg "#D8DEE9"
set notification-bg "#1B2B34"
set notification-fg "#D8DEE9"
set notification-error-bg "#1B2B34"
set notification-error-fg "#EC5f67"
set notification-warning-bg "#1B2B34"
set notification-warning-fg "#EC5f67"
set highlight-color "#FAC863"
set highlight-active-color "#6699CC"
set completion-bg "#343D46"
set completion-fg "#6699CC"
set completion-highlight-fg "#D8DEE9"
set completion-highlight-bg "#6699CC"
set recolor-lightcolor "#1B2B34"
set recolor-darkcolor "#CDD3DE"
set recolor "false"
set recolor-keephue "false"
|