-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy paththeme.json
More file actions
39 lines (39 loc) · 1012 Bytes
/
Copy paththeme.json
File metadata and controls
39 lines (39 loc) · 1012 Bytes
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
{
"$schema": "https://sourcegit-scm.github.io/sourcegit-theme.schema.json",
"Version": "1.0",
"Name": "Ayu Dark",
"Author": "@Hectoralvf",
"Url": "https://codeberg.org/hectoralvf",
"BasicColors": {
"Window": "#0d1017",
"WindowBorder": "#0d1017",
"TitleBar": "#171b24",
"ToolBar": "#14171f",
"Popup": "#1c212b",
"Contents": "#0d1017",
"Badge": "#e6b450",
"BadgeFG": "#000000",
"Border0": "#1f2430",
"Border1": "#1f2430",
"Border2": "#a2a9b12e",
"FlatButton.Background": "#0d1017",
"FlatButton.BackgroundHovered": "#1f2430",
"FG1": "#cccac2",
"FG2": "#bfbdb6",
"Diff.EmptyBG": "#14171f",
"Diff.AddedBG": "#87d96c1f",
"Diff.DeletedBG": "#f279831f",
"Diff.AddedHighlight": "#87d96c",
"Diff.DeletedHighlight": "#f27983",
"SystemAccentColor": "#e6b450",
"HistoryBG": "#0d1017"
},
"OpacityForNotMergedCommits": 0.4,
"GraphColors": [
"#ea6c73",
"#f29668",
"#e6b450",
"#87d96c",
"#cda1fa"
]
}