blob: abad3ddb25e0015a5eec7e4ce4908faec50933d2 (
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 Gigavolt
# Author: Aidan Swope (http://github.com/Whillikers)
set default-bg "#202126"
set default-fg "#2d303d"
set statusbar-fg "#cad3ff"
set statusbar-bg "#5a576e"
set inputbar-bg "#202126"
set inputbar-fg "#f2fbff"
set notification-bg "#202126"
set notification-fg "#f2fbff"
set notification-error-bg "#202126"
set notification-error-fg "#ff661a"
set notification-warning-bg "#202126"
set notification-warning-fg "#ff661a"
set highlight-color "#ffdc2d"
set highlight-active-color "#40bfff"
set completion-bg "#2d303d"
set completion-fg "#40bfff"
set completion-highlight-fg "#f2fbff"
set completion-highlight-bg "#40bfff"
set recolor-lightcolor "#202126"
set recolor-darkcolor "#eff0f9"
set recolor "false"
set recolor-keephue "false"
|