blob: d97d4e02459fc314ef2fae8b4858dd5d65584616 (
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 Porple
# Author: Niek den Breeje (https://github.com/AuditeMarlow)
set default-bg "#292c36"
set default-fg "#333344"
set statusbar-fg "#b8b8b8"
set statusbar-bg "#474160"
set inputbar-bg "#292c36"
set inputbar-fg "#f8f8f8"
set notification-bg "#292c36"
set notification-fg "#f8f8f8"
set notification-error-bg "#292c36"
set notification-error-fg "#f84547"
set notification-warning-bg "#292c36"
set notification-warning-fg "#f84547"
set highlight-color "#efa16b"
set highlight-active-color "#8485ce"
set completion-bg "#333344"
set completion-fg "#8485ce"
set completion-highlight-fg "#f8f8f8"
set completion-highlight-bg "#8485ce"
set recolor-lightcolor "#292c36"
set recolor-darkcolor "#e8e8e8"
set recolor "false"
set recolor-keephue "false"
|