blob: d7c66229cb62d2aa25257a4a7ca1a1bc479943e7 (
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 Tango
# Author: @Schnouki, based on the Tango Desktop Project
set default-bg "#2e3436"
set default-fg "#8ae234"
set statusbar-fg "#729fcf"
set statusbar-bg "#fce94f"
set inputbar-bg "#2e3436"
set inputbar-fg "#eeeeec"
set notification-bg "#2e3436"
set notification-fg "#eeeeec"
set notification-error-bg "#2e3436"
set notification-error-fg "#cc0000"
set notification-warning-bg "#2e3436"
set notification-warning-fg "#cc0000"
set highlight-color "#c4a000"
set highlight-active-color "#3465a4"
set completion-bg "#8ae234"
set completion-fg "#3465a4"
set completion-highlight-fg "#eeeeec"
set completion-highlight-bg "#3465a4"
set recolor-lightcolor "#2e3436"
set recolor-darkcolor "#ad7fa8"
set recolor "false"
set recolor-keephue "false"
|