aboutsummaryrefslogtreecommitdiff
path: root/build_schemes/recolors/base16-colors.config
blob: 250950e619b6c33e9ed9dc4b1a398f8f3317d22e (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 Colors
# Author: mrmrs (http://clrs.cc)

set default-bg                  "#111111"
set default-fg                  "#333333"

set statusbar-fg                "#999999"
set statusbar-bg                "#555555"

set inputbar-bg                 "#111111"
set inputbar-fg                 "#ffffff"

set notification-bg             "#111111"
set notification-fg             "#ffffff"

set notification-error-bg       "#111111"
set notification-error-fg       "#ff4136"

set notification-warning-bg     "#111111"
set notification-warning-fg     "#ff4136"

set highlight-color             "#ffdc00"
set highlight-active-color      "#0074d9"

set completion-bg               "#333333"
set completion-fg               "#0074d9"

set completion-highlight-fg     "#ffffff"
set completion-highlight-bg     "#0074d9"

set recolor-lightcolor          "#111111"
set recolor-darkcolor           "#dddddd"