blob: 1750bd4e08ea547cc0439963725e2f3c518c6a70 (
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 Mexico Light
# Author: Sheldon Johnson
set default-bg "#f8f8f8"
set default-fg "#e8e8e8"
set statusbar-fg "#585858"
set statusbar-bg "#d8d8d8"
set inputbar-bg "#f8f8f8"
set inputbar-fg "#181818"
set notification-bg "#f8f8f8"
set notification-fg "#181818"
set notification-error-bg "#f8f8f8"
set notification-error-fg "#ab4642"
set notification-warning-bg "#f8f8f8"
set notification-warning-fg "#ab4642"
set highlight-color "#f79a0e"
set highlight-active-color "#7cafc2"
set completion-bg "#e8e8e8"
set completion-fg "#7cafc2"
set completion-highlight-fg "#181818"
set completion-highlight-bg "#7cafc2"
set recolor-lightcolor "#f8f8f8"
set recolor-darkcolor "#282828"
set recolor "false"
set recolor-keephue "false"
|