-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathForkDark.json
45 lines (45 loc) · 1.2 KB
/
ForkDark.json
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
{
"BasicColors": {
"Window": "#1E1E1E",
"WindowBorder": "#252526",
"TitleBar": "#444444",
"ToolBar": "#252526",
"Popup": "#1E1E1E",
"Contents": "#1E1E1E",
"Badge": "#007ACC",
"BadgeFG": "#FFFFFF",
"Conflict": "#D16969",
"ConflictForeground": "#FFFFFF",
"Border0": "#3C3C3C",
"Border1": "#444444",
"Border2": "#444444",
"FlatButton.Background": "#333333",
"FlatButton.BackgroundHovered": "#3C3C3C",
"FG1": "#D4D4D4",
"FG2": "#D4D4D4",
"Diff.EmptyBG": "#252526",
"Diff.AddedBG": "#144212",
"Diff.DeletedBG": "#660000",
"Diff.AddedHighlight": "#22A822",
"Diff.DeletedHighlight": "#CC0000",
"SystemAccentColor": "#007ACC",
"Link": "#3794FF"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#ff9502",
"#ff2968",
"#ffcc00",
"#4EC9B0",
"#cb73e1",
"#1cadf8",
"#CE9178",
"#C8C8C8",
"#808080",
"#a2845e",
"#99442b",
"#22A822",
"#CC0000"
]
}