Skip to content

Commit 3de5a0a

Browse files
committed
Add Catpuccin Mocha theme.
1 parent 0363a18 commit 3de5a0a

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

screenshots/CatpuccinMocha.png

1.12 MB
Loading

themes/Catpuccin_Mocha.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#1e1e2e",
4+
"WindowBorder": "#313244",
5+
"TitleBar": "#1e1e2e",
6+
"ToolBar": "#1e1e2e",
7+
"Popup": "#1e1e2e",
8+
"Contents": "#1e1e2e",
9+
"Badge": "#f38ba8",
10+
"BadgeFG": "#1e1e2e",
11+
"Conflict": "#f38ba8",
12+
"ConflictForeground": "#1e1e2e",
13+
"Border0": "#313244",
14+
"Border1": "#45475a",
15+
"Border2": "#6c7086",
16+
"FlatButton.Background": "#313244",
17+
"FlatButton.BackgroundHovered": "#45475a",
18+
"FG1": "#cdd6f4",
19+
"FG2": "#bac2de",
20+
"Diff.EmptyBG": "#1e1e2e",
21+
"Diff.AddedBG": "#a6e3a1",
22+
"Diff.DeletedBG": "#f38ba8",
23+
"Diff.AddedHighlight": "#a6e3a1",
24+
"Diff.DeletedHighlight": "#f38ba8",
25+
"SystemAccentColor": "#f5c2e7",
26+
"Link": "#89b4fa"
27+
},
28+
"GraphPenThickness": 2,
29+
"OpacityForNotMergedCommits": 0.5,
30+
"GraphColors": [
31+
"#f5c2e7",
32+
"#f38ba8",
33+
"#fab387",
34+
"#f9e2af",
35+
"#a6e3a1",
36+
"#94e2d5",
37+
"#89b4fa",
38+
"#b4befe"
39+
]
40+
}

0 commit comments

Comments
 (0)