blob: ac5143b529159ce65cfacab1c62d196b5c98fa9f (
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 Dark
# Author: Gabriel Fontes (https://github.com/Misterio77)
set default-bg "#0e3c46"
set default-fg "#1D494E"
set statusbar-fg "#9DC8CD"
set statusbar-bg "#2A5054"
set inputbar-bg "#0e3c46"
set inputbar-fg "#D2FAFF"
set notification-bg "#0e3c46"
set notification-fg "#D2FAFF"
set notification-error-bg "#0e3c46"
set notification-error-fg "#fb6953"
set notification-warning-bg "#0e3c46"
set notification-warning-fg "#fb6953"
set highlight-color "#fce380"
set highlight-active-color "#46bddd"
set completion-bg "#1D494E"
set completion-fg "#46bddd"
set completion-highlight-fg "#D2FAFF"
set completion-highlight-bg "#46bddd"
set recolor-lightcolor "#0e3c46"
set recolor-darkcolor "#CBF2F7"
set recolor "false"
set recolor-keephue "false"
|