blob: 7df19b833ee83e38a76a1f4b18b9d3a3d94f3fa2 (
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 Nord
# Author: arcticicestudio
set default-bg "#2E3440"
set default-fg "#3B4252"
set statusbar-fg "#D8DEE9"
set statusbar-bg "#434C5E"
set inputbar-bg "#2E3440"
set inputbar-fg "#8FBCBB"
set notification-bg "#2E3440"
set notification-fg "#8FBCBB"
set notification-error-bg "#2E3440"
set notification-error-fg "#BF616A"
set notification-warning-bg "#2E3440"
set notification-warning-fg "#BF616A"
set highlight-color "#EBCB8B"
set highlight-active-color "#81A1C1"
set completion-bg "#3B4252"
set completion-fg "#81A1C1"
set completion-highlight-fg "#8FBCBB"
set completion-highlight-bg "#81A1C1"
set recolor-lightcolor "#2E3440"
set recolor-darkcolor "#ECEFF4"
set recolor "false"
set recolor-keephue "false"
|