blob: d560412c4b028637ef74427b2f0fc0003160c9c1 (
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 Darcula
# Author: jetbrains
set default-bg "#2b2b2b"
set default-fg "#323232"
set statusbar-fg "#a4a3a3"
set statusbar-bg "#323232"
set inputbar-bg "#2b2b2b"
set inputbar-fg "#ffffff"
set notification-bg "#2b2b2b"
set notification-fg "#ffffff"
set notification-error-bg "#2b2b2b"
set notification-error-fg "#4eade5"
set notification-warning-bg "#2b2b2b"
set notification-warning-fg "#4eade5"
set highlight-color "#bbb529"
set highlight-active-color "#9876aa"
set completion-bg "#323232"
set completion-fg "#9876aa"
set completion-highlight-fg "#ffffff"
set completion-highlight-bg "#9876aa"
set recolor-lightcolor "#2b2b2b"
set recolor-darkcolor "#ffc66d"
set recolor "false"
set recolor-keephue "false"
|