-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathEldritch_Dusk.json
More file actions
48 lines (48 loc) · 1.19 KB
/
Copy pathEldritch_Dusk.json
File metadata and controls
48 lines (48 loc) · 1.19 KB
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
{
"BasicColors": {
"Window": "#f0f3f4",
"WindowBorder": "#f0f3f4",
"TitleBar": "#e2e6e8",
"ToolBar": "#f0f3f4",
"Popup": "#c9cbcd",
"PopupBorder": "#e2e6e8",
"Contents": "#f0f3f4",
"HistoryBG": "#f0f3f4",
"Badge": "#fb5b66",
"BadgeFG": "#1e2029",
"Conflict": "#fb5b66",
"Conflict.Foreground": "#1e2029",
"Conflict.MineBG": "#cbf5e3",
"Conflict.TheirsBG": "#d2d9ef",
"Border0": "#e2e6e8",
"Border1": "#d5d9db",
"Border2": "#e2e6e8",
"FlatButton.Background": "#e2e6e8",
"FlatButton.BackgroundHovered": "#d5d9db",
"FlatButton.FloatingBorder": "#8a69f7",
"FG1": "#1e2029",
"FG2": "#5b73dc",
"Diff.EmptyBG": "#f0f3f4",
"Diff.AddedBG": "#cbf5e3",
"Diff.DeletedBG": "#f2d4d7",
"Diff.AddedHighlight": "#a6f7d2",
"Diff.DeletedHighlight": "#f4b6bb",
"Diff.BlockBorderHighlight": "#8a69f7",
"SystemAccentColor": "#8a69f7",
"Link": "#0ad6ff",
"InlineCode": "#d5d9db",
"InlineCodeFG": "#1e2029"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#fb5b66",
"#ffaf4d",
"#fff952",
"#38ff9f",
"#0ad6ff",
"#fb5bb6",
"#8a69f7",
"#5b73dc"
]
}