blob: 10f016a9c9d5e06d09a133d38ff244e4234db348 (
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
|
# Base16 Rosé Pine Dawn
# Author: Emilia Dunfelt <sayhi@dunfelt.se>
set default-bg "#faf4ed"
set default-fg "#fffaf3"
set statusbar-fg "#6e6a86"
set statusbar-bg "#f2e9de"
set inputbar-bg "#faf4ed"
set inputbar-fg "#26233a"
set notification-bg "#faf4ed"
set notification-fg "#26233a"
set notification-error-bg "#faf4ed"
set notification-error-fg "#1f1d2e"
set notification-warning-bg "#faf4ed"
set notification-warning-fg "#1f1d2e"
set highlight-color "#ea9d34"
set highlight-active-color "#56949f"
set completion-bg "#fffaf3"
set completion-fg "#56949f"
set completion-highlight-fg "#26233a"
set completion-highlight-bg "#56949f"
set recolor-lightcolor "#faf4ed"
set recolor-darkcolor "#555169"
|