blob: d53c231260c084bc49fe1bf0d045d35586af4573 (
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 Shades of Purple
# Author: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode).
set default-bg "#1e1e3f"
set default-fg "#43d426"
set statusbar-fg "#6871ff"
set statusbar-bg "#f1d000"
set inputbar-bg "#1e1e3f"
set inputbar-fg "#ffffff"
set notification-bg "#1e1e3f"
set notification-fg "#ffffff"
set notification-error-bg "#1e1e3f"
set notification-error-fg "#d90429"
set notification-warning-bg "#1e1e3f"
set notification-warning-fg "#d90429"
set highlight-color "#ffe700"
set highlight-active-color "#6943ff"
set completion-bg "#43d426"
set completion-fg "#6943ff"
set completion-highlight-fg "#ffffff"
set completion-highlight-bg "#6943ff"
set recolor-lightcolor "#1e1e3f"
set recolor-darkcolor "#ff77ff"
set recolor "false"
set recolor-keephue "false"
|