-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathAdwaitaLight.json
More file actions
47 lines (47 loc) · 1.03 KB
/
AdwaitaLight.json
File metadata and controls
47 lines (47 loc) · 1.03 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
{
"BasicColors": {
"Window": "#ffffff",
"WindowBorder": "#d5d5d7",
"TitleBar": "#ffffff",
"ToolBar": "#fafafb",
"Popup": "#fafafb",
"Contents": "#fafafb",
"Badge": "#FFB0CEE8",
"BadgeFG": "#FF1F1F1F",
"Conflict": "#cce1ff",
"Conflict.Foreground": "#99c1f1",
"Border0": "#d5d5d7",
"Border1": "#d5d5d7",
"Border2": "#d5d5d7",
"FlatButton.Background": "#e6e6e7",
"FlatButton.BackgroundHovered": "#bebec0",
"FG1": "#2f2f33",
"FG2": "#2f2f33",
"Diff.EmptyBG": "#99C1F1",
"Diff.AddedBG": "#dcffdc",
"Diff.DeletedBG": "#ffdcdc",
"Diff.AddedHighlight": "#99ff99",
"Diff.DeletedHighlight": "#ff9999",
"SystemAccentColor": "#6f8396",
"Link": "#1c71d7"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#99C1F1",
"#8FF0A4",
"#F9F06B",
"#FFBE6F",
"#F66151",
"#DC8ADD",
"#CDAB8F",
"#1A5FB4",
"#26A269",
"#E5A50A",
"#C64600",
"#A51D2D",
"#613583",
"#63452C",
"#DEDDDA"
]
}