blob: edf5597408f140b3dce53509b1944f845357f7b6 (
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 Nebula
# Author: Gabriel Fontes (https://github.com/Misterio77)
set default-bg "#22273b"
set default-fg "#414f60"
set statusbar-fg "#87888b"
set statusbar-bg "#5a8380"
set inputbar-bg "#22273b"
set inputbar-fg "#8dbdaa"
set notification-bg "#22273b"
set notification-fg "#8dbdaa"
set notification-error-bg "#22273b"
set notification-error-fg "#777abc"
set notification-warning-bg "#22273b"
set notification-warning-fg "#777abc"
set highlight-color "#4f9062"
set highlight-active-color "#4d6bb6"
set completion-bg "#414f60"
set completion-fg "#4d6bb6"
set completion-highlight-fg "#8dbdaa"
set completion-highlight-bg "#4d6bb6"
set recolor-lightcolor "#22273b"
set recolor-darkcolor "#c7c9cd"
set recolor "false"
set recolor-keephue "false"
|