-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathEldritch_Abyss.json
More file actions
48 lines (48 loc) · 1.19 KB
/
Copy pathEldritch_Abyss.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": "#171928",
"WindowBorder": "#171928",
"TitleBar": "#252738",
"ToolBar": "#171928",
"Popup": "#474852",
"PopupBorder": "#252738",
"Contents": "#171928",
"HistoryBG": "#171928",
"Badge": "#cc5860",
"BadgeFG": "#d8e6e6",
"Conflict": "#cc5860",
"Conflict.Foreground": "#d8e6e6",
"Conflict.MineBG": "#1b3c3a",
"Conflict.TheirsBG": "#22273e",
"Border0": "#252738",
"Border1": "#353746",
"Border2": "#252738",
"FlatButton.Background": "#252738",
"FlatButton.BackgroundHovered": "#353746",
"FlatButton.FloatingBorder": "#2dcc82",
"FG1": "#d8e6e6",
"FG2": "#506299",
"Diff.EmptyBG": "#171928",
"Diff.AddedBG": "#1b3c3a",
"Diff.DeletedBG": "#3b2533",
"Diff.AddedHighlight": "#1f604c",
"Diff.DeletedHighlight": "#5f323e",
"Diff.BlockBorderHighlight": "#2dcc82",
"SystemAccentColor": "#2dcc82",
"Link": "#0396b3",
"InlineCode": "#353746",
"InlineCodeFG": "#d8e6e6"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#cc5860",
"#d4a666",
"#ccd663",
"#2dcc82",
"#0396b3",
"#d154a1",
"#8b75d9",
"#506299"
]
}