-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathSquid.json
More file actions
40 lines (40 loc) · 1.05 KB
/
Squid.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"BasicColors": {
"Window": "#282A32",
"WindowBorder": "#1E1F22",
"TitleBar": "#282D35",
"ToolBar": "#313741",
"Popup": "#32363F",
"Contents": "#1C1E23",
"Badge": "#777782",
"BadgeFG": "#FFFFFF",
"Conflict": "#906A38",
"Conflict.Foreground": "#E4DACF",
"Border0": "#1E1F22",
"Border1": "#3E444D",
"Border2": "#3E444D",
"FlatButton.Background": "#32363F",
"FlatButton.BackgroundHovered": "#3E444D",
"FG1": "#FFFFFF",
"FG2": "#C9CACB",
"Diff.EmptyBG": "#1C1E23",
"Diff.AddedBG": "#26352C",
"Diff.DeletedBG": "#392528",
"Diff.AddedHighlight": "#314F37",
"Diff.DeletedHighlight": "#592B2D",
"SystemAccentColor": "#2D4676"
},
"GraphPenThickness": 1,
"OpacityForNotMergedCommits": 0.6,
"GraphColors": [
"#16A0C0",
"#0A69F7",
"#8E00C2",
"#C517B7",
"#D90171",
"#CD0102",
"#F25D2E",
"#F2CB33",
"#7BD939"
]
}