-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathCatpuccin_Frappe.json
More file actions
47 lines (38 loc) · 927 Bytes
/
Catpuccin_Frappe.json
File metadata and controls
47 lines (38 loc) · 927 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
40
41
42
43
44
45
46
47
{
"BasicColors": {
"Window": "#303446",
"WindowBorder": "#313244",
"TitleBar": "#303446",
"ToolBar": "#303446",
"Popup": "#303446",
"Contents": "#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"
]
}