blob: 55862de1dad63f88f1c14515616600509b2f2cbf (
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 Gruvbox light, hard
# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
set default-bg "#f9f5d7"
set default-fg "#ebdbb2"
set statusbar-fg "#665c54"
set statusbar-bg "#d5c4a1"
set inputbar-bg "#f9f5d7"
set inputbar-fg "#282828"
set notification-bg "#f9f5d7"
set notification-fg "#282828"
set notification-error-bg "#f9f5d7"
set notification-error-fg "#9d0006"
set notification-warning-bg "#f9f5d7"
set notification-warning-fg "#9d0006"
set highlight-color "#b57614"
set highlight-active-color "#076678"
set completion-bg "#ebdbb2"
set completion-fg "#076678"
set completion-highlight-fg "#282828"
set completion-highlight-bg "#076678"
set recolor-lightcolor "#f9f5d7"
set recolor-darkcolor "#3c3836"
set recolor "false"
set recolor-keephue "false"
|