blob: e50efe30d76277cdf65032196465d4b76b4f346b (
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 Windows 95 Light
# Author: Fergus Collins (https://github.com/C-Fergus)
set default-bg "#fcfcfc"
set default-fg "#e0e0e0"
set statusbar-fg "#7e7e7e"
set statusbar-bg "#c4c4c4"
set inputbar-bg "#fcfcfc"
set inputbar-fg "#000000"
set notification-bg "#fcfcfc"
set notification-fg "#000000"
set notification-error-bg "#fcfcfc"
set notification-error-fg "#a80000"
set notification-warning-bg "#fcfcfc"
set notification-warning-fg "#a80000"
set highlight-color "#a85400"
set highlight-active-color "#0000a8"
set completion-bg "#e0e0e0"
set completion-fg "#0000a8"
set completion-highlight-fg "#000000"
set completion-highlight-bg "#0000a8"
set recolor-lightcolor "#fcfcfc"
set recolor-darkcolor "#2a2a2a"
set recolor "false"
set recolor-keephue "false"
|