blob: 2fe22898bc27e6b9cde984710466d25052184459 (
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
|
# Base16 XCode Dusk
# Author: Elsa Gonsiorowski (https://github.com/gonsie)
set default-bg "#282B35"
set default-fg "#3D4048"
set statusbar-fg "#7E8086"
set statusbar-bg "#53555D"
set inputbar-bg "#282B35"
set inputbar-fg "#BEBFC2"
set notification-bg "#282B35"
set notification-fg "#BEBFC2"
set notification-error-bg "#282B35"
set notification-error-fg "#B21889"
set notification-warning-bg "#282B35"
set notification-warning-fg "#B21889"
set highlight-color "#438288"
set highlight-active-color "#790EAD"
set completion-bg "#3D4048"
set completion-fg "#790EAD"
set completion-highlight-fg "#BEBFC2"
set completion-highlight-bg "#790EAD"
set recolor-lightcolor "#282B35"
set recolor-darkcolor "#A9AAAE"
|