blob: e620954a717e2e9f5f22d65cc88b689707a6c5ed (
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 Unikitty Light
# Author: Josh W Lewis (@joshwlewis)
set default-bg "#ffffff"
set default-fg "#e1e1e2"
set statusbar-fg "#89878b"
set statusbar-bg "#c4c3c5"
set inputbar-bg "#ffffff"
set inputbar-fg "#322d34"
set notification-bg "#ffffff"
set notification-fg "#322d34"
set notification-error-bg "#ffffff"
set notification-error-fg "#d8137f"
set notification-warning-bg "#ffffff"
set notification-warning-fg "#d8137f"
set highlight-color "#dc8a0e"
set highlight-active-color "#775dff"
set completion-bg "#e1e1e2"
set completion-fg "#775dff"
set completion-highlight-fg "#322d34"
set completion-highlight-bg "#775dff"
set recolor-lightcolor "#ffffff"
set recolor-darkcolor "#4f4b51"
set recolor "false"
set recolor-keephue "false"
|