blob: f0b32e23bdccd71b8a6813ed6acb750e6881c646 (
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 Brogrammer
# Author: Vik Ramanujam (http://github.com/piggyslasher)
set default-bg "#1f1f1f"
set default-fg "#f81118"
set statusbar-fg "#2a84d2"
set statusbar-bg "#2dc55e"
set inputbar-bg "#1f1f1f"
set inputbar-fg "#d6dbe5"
set notification-bg "#1f1f1f"
set notification-fg "#d6dbe5"
set notification-error-bg "#1f1f1f"
set notification-error-fg "#d6dbe5"
set notification-warning-bg "#1f1f1f"
set notification-warning-fg "#d6dbe5"
set highlight-color "#1dd361"
set highlight-active-color "#5350b9"
set completion-bg "#f81118"
set completion-fg "#5350b9"
set completion-highlight-fg "#d6dbe5"
set completion-highlight-bg "#5350b9"
set recolor-lightcolor "#1f1f1f"
set recolor-darkcolor "#1081d6"
set recolor "false"
set recolor-keephue "false"
|