blob: ff17f2ae72f9342c9e40ea7ba70bb5b7c11b1d07 (
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 Shapeshifter
# Author: Tyler Benziger (http://tybenz.com)
set default-bg "#f9f9f9"
set default-fg "#e0e0e0"
set statusbar-fg "#343434"
set statusbar-bg "#ababab"
set inputbar-bg "#f9f9f9"
set inputbar-fg "#000000"
set notification-bg "#f9f9f9"
set notification-fg "#000000"
set notification-error-bg "#f9f9f9"
set notification-error-fg "#e92f2f"
set notification-warning-bg "#f9f9f9"
set notification-warning-fg "#e92f2f"
set highlight-color "#dddd13"
set highlight-active-color "#3b48e3"
set completion-bg "#e0e0e0"
set completion-fg "#3b48e3"
set completion-highlight-fg "#000000"
set completion-highlight-bg "#3b48e3"
set recolor-lightcolor "#f9f9f9"
set recolor-darkcolor "#040404"
|