blob: 18b1b455afd29c6a8c6147c320ee7850e318e9bf (
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 Windows NT Light
# Author: Fergus Collins (https://github.com/C-Fergus)
set default-bg "#ffffff"
set default-fg "#eaeaea"
set statusbar-fg "#a0a0a0"
set statusbar-bg "#d5d5d5"
set inputbar-bg "#ffffff"
set inputbar-fg "#000000"
set notification-bg "#ffffff"
set notification-fg "#000000"
set notification-error-bg "#ffffff"
set notification-error-fg "#800000"
set notification-warning-bg "#ffffff"
set notification-warning-fg "#800000"
set highlight-color "#808000"
set highlight-active-color "#000080"
set completion-bg "#eaeaea"
set completion-fg "#000080"
set completion-highlight-fg "#000000"
set completion-highlight-bg "#000080"
set recolor-lightcolor "#ffffff"
set recolor-darkcolor "#404040"
|