-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy paththeme.json
More file actions
53 lines (44 loc) · 1.12 KB
/
Copy paththeme.json
File metadata and controls
53 lines (44 loc) · 1.12 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
49
50
51
52
53
{
"$schema": "https://sourcegit-scm.github.io/sourcegit-theme.schema.json",
"Version": "1.0",
"Name": "Catpuccin Frappe",
"Author": "@eljoth",
"Url": "https://github.com/eljoth",
"BasicColors": {
"Window": "#303446",
"WindowBorder": "#313244",
"TitleBar": "#303446",
"ToolBar": "#303446",
"Popup": "#303446",
"Contents": "#303446",
"HistoryBG": "#303446",
"Badge": "#f2cdcd",
"BadgeFG": "#303446",
"Conflict": "#c45a5f",
"Conflict.Foreground": "#303446",
"Border0": "#313244",
"Border1": "#313244",
"Border2": "#313244",
"FlatButton.Background": "#313244",
"FlatButton.BackgroundHovered": "#45475a",
"FG1": "#c6d0f5",
"FG2": "#b5bfe2",
"Diff.EmptyBG": "#303446",
"Diff.AddedBG": "#4f6b52",
"Diff.AddedHighlight": "#5b7a5f",
"Diff.DeletedBG": "#7f3a3f",
"Diff.DeletedHighlight": "#8f4248",
"SystemAccentColor": "#f2cdcd",
"Link": "#8caaee"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#f2cdcd",
"#f5bde6",
"#f5a97f",
"#cecacd",
"#abd18f",
"#8caaee"
]
}