blob: 7ebc021a536048622b36ad7e5eec850a1ce5abb7 (
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 One Light
# Author: Daniel Pfeifer (http://github.com/purpleKarrot)
set default-bg "#fafafa"
set default-fg "#f0f0f1"
set statusbar-fg "#696c77"
set statusbar-bg "#e5e5e6"
set inputbar-bg "#fafafa"
set inputbar-fg "#090a0b"
set notification-bg "#fafafa"
set notification-fg "#090a0b"
set notification-error-bg "#fafafa"
set notification-error-fg "#ca1243"
set notification-warning-bg "#fafafa"
set notification-warning-fg "#ca1243"
set highlight-color "#c18401"
set highlight-active-color "#4078f2"
set completion-bg "#f0f0f1"
set completion-fg "#4078f2"
set completion-highlight-fg "#090a0b"
set completion-highlight-bg "#4078f2"
set recolor-lightcolor "#fafafa"
set recolor-darkcolor "#202227"
|