blob: c825d08359b0c3082a799ad8061f44ce6a13bedd (
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 Atelier Dune
# Author: Bram de Haan (http://atelierbramdehaan.nl)
set default-bg "#20201d"
set default-fg "#292824"
set statusbar-fg "#999580"
set statusbar-bg "#6e6b5e"
set inputbar-bg "#20201d"
set inputbar-fg "#fefbec"
set notification-bg "#20201d"
set notification-fg "#fefbec"
set notification-error-bg "#20201d"
set notification-error-fg "#d73737"
set notification-warning-bg "#20201d"
set notification-warning-fg "#d73737"
set highlight-color "#ae9513"
set highlight-active-color "#6684e1"
set completion-bg "#292824"
set completion-fg "#6684e1"
set completion-highlight-fg "#fefbec"
set completion-highlight-bg "#6684e1"
set recolor-lightcolor "#20201d"
set recolor-darkcolor "#e8e4cf"
set recolor "false"
set recolor-keephue "false"
|