forked from sourcegit-scm/sourcegit-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCatpuccin_Mocha.json
More file actions
40 lines (40 loc) · 947 Bytes
/
Catpuccin_Mocha.json
File metadata and controls
40 lines (40 loc) · 947 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
{
"BasicColors": {
"Window": "#1e1e2e",
"WindowBorder": "#313244",
"TitleBar": "#1e1e2e",
"ToolBar": "#1e1e2e",
"Popup": "#1e1e2e",
"Contents": "#1e1e2e",
"Badge": "#f38ba8",
"BadgeFG": "#1e1e2e",
"Conflict": "#f38ba8",
"ConflictForeground": "#1e1e2e",
"Border0": "#313244",
"Border1": "#45475a",
"Border2": "#6c7086",
"FlatButton.Background": "#313244",
"FlatButton.BackgroundHovered": "#45475a",
"FG1": "#cdd6f4",
"FG2": "#bac2de",
"Diff.EmptyBG": "#1e1e2e",
"Diff.AddedBG": "#a6e3a1",
"Diff.DeletedBG": "#f38ba8",
"Diff.AddedHighlight": "#a6e3a1",
"Diff.DeletedHighlight": "#f38ba8",
"SystemAccentColor": "#f5c2e7",
"Link": "#89b4fa"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#f5c2e7",
"#f38ba8",
"#fab387",
"#f9e2af",
"#a6e3a1",
"#94e2d5",
"#89b4fa",
"#b4befe"
]
}