blob: 96bbdee3d2fd11ce4824899aa0e7f036b44fcae3 (
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 Silk Light
# Author: Gabriel Fontes (https://github.com/Misterio77)
set default-bg "#E9F1EF"
set default-fg "#CCD4D3"
set statusbar-fg "#4B5B5F"
set statusbar-bg "#90B7B6"
set inputbar-bg "#E9F1EF"
set inputbar-fg "#D2FAFF"
set notification-bg "#E9F1EF"
set notification-fg "#D2FAFF"
set notification-error-bg "#E9F1EF"
set notification-error-fg "#CF432E"
set notification-warning-bg "#E9F1EF"
set notification-warning-fg "#CF432E"
set highlight-color "#CFAD25"
set highlight-active-color "#39AAC9"
set completion-bg "#CCD4D3"
set completion-fg "#39AAC9"
set completion-highlight-fg "#D2FAFF"
set completion-highlight-bg "#39AAC9"
set recolor-lightcolor "#E9F1EF"
set recolor-darkcolor "#0e3c46"
set recolor "false"
set recolor-keephue "false"
|