blob: 608bdd006f320ad9ca24098077ae95dba3eca8a3 (
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 Cupcake
# Author: Chris Kempson (http://chriskempson.com)
set default-bg "#fbf1f2"
set default-fg "#f2f1f4"
set statusbar-fg "#a59daf"
set statusbar-bg "#d8d5dd"
set inputbar-bg "#fbf1f2"
set inputbar-fg "#585062"
set notification-bg "#fbf1f2"
set notification-fg "#585062"
set notification-error-bg "#fbf1f2"
set notification-error-fg "#D57E85"
set notification-warning-bg "#fbf1f2"
set notification-warning-fg "#D57E85"
set highlight-color "#DCB16C"
set highlight-active-color "#7297B9"
set completion-bg "#f2f1f4"
set completion-fg "#7297B9"
set completion-highlight-fg "#585062"
set completion-highlight-bg "#7297B9"
set recolor-lightcolor "#fbf1f2"
set recolor-darkcolor "#72677E"
set recolor "false"
set recolor-keephue "false"
|