-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcolors.yml
53 lines (47 loc) · 921 Bytes
/
colors.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
default:
background: "#161616"
foreground: "#c7c7c7"
foreground2: "#FFFFFF"
finder:
cursor: "#8B0000"
title: "#E9CE58"
match: "#90EE90"
highlight:
background: "#3A3A3A"
foreground: "#FFFFFF"
match: "#E0FFFF"
navigation:
top:
background: "#5F875f"
foreground1: "#FFFFFF"
foreground2: "#151515"
bottom:
background: "#5F87AF"
foreground1: "#FFFFFF"
foreground2: "#151515"
details:
foreground: "#696969"
boards:
title:
foreground: "#ecce58"
headers:
background: "#5F875f"
foreground: "#FFFFFF"
column:
background: "#232323"
foreground: "#ffffff"
highlight:
background: "#484848"
foreground: "#ffffff"
selection:
background: "#8B0000"
foreground: "#ffffff"
spinner:
accent: "#FF0000"
alerts:
success:
background: "#F5F5F5"
foreground: "#006400"
error:
background: "#F5F5F5"
foreground: "#8B0000"