blob: bbbe1097e913ba0fb6abb6aabd0941b382cf9e5d (
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 Snazzy
# Author: Chawye Hsu (https://github.com/h404bi) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
set default-bg "#282a36"
set default-fg "#34353e"
set statusbar-fg "#a5a5a9"
set statusbar-bg "#43454f"
set inputbar-bg "#282a36"
set inputbar-fg "#f1f1f0"
set notification-bg "#282a36"
set notification-fg "#f1f1f0"
set notification-error-bg "#282a36"
set notification-error-fg "#ff5c57"
set notification-warning-bg "#282a36"
set notification-warning-fg "#ff5c57"
set highlight-color "#f3f99d"
set highlight-active-color "#57c7ff"
set completion-bg "#34353e"
set completion-fg "#57c7ff"
set completion-highlight-fg "#f1f1f0"
set completion-highlight-bg "#57c7ff"
set recolor-lightcolor "#282a36"
set recolor-darkcolor "#eff0eb"
set recolor "false"
set recolor-keephue "false"
|