blob: 61ca82543c1544ce72aaa06886e058becc9870f8 (
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 Cupertino
# Author: Defman21
set default-bg "#ffffff"
set default-fg "#c0c0c0"
set statusbar-fg "#808080"
set statusbar-bg "#c0c0c0"
set inputbar-bg "#ffffff"
set inputbar-fg "#5e5e5e"
set notification-bg "#ffffff"
set notification-fg "#5e5e5e"
set notification-error-bg "#ffffff"
set notification-error-fg "#c41a15"
set notification-warning-bg "#ffffff"
set notification-warning-fg "#c41a15"
set highlight-color "#826b28"
set highlight-active-color "#0000ff"
set completion-bg "#c0c0c0"
set completion-fg "#0000ff"
set completion-highlight-fg "#5e5e5e"
set completion-highlight-bg "#0000ff"
set recolor-lightcolor "#ffffff"
set recolor-darkcolor "#404040"
|