Skip to content

Commit 7c1f39f

Browse files
committed
Add Catpuccin Latte theme.
1 parent 3de5a0a commit 7c1f39f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

screenshots/CatpuccinLatte.png

1.12 MB
Loading

themes/Catpuccin_Latte.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#eff1f5",
4+
"WindowBorder": "#e6e9ef",
5+
"TitleBar": "#e6e9ef",
6+
"ToolBar": "#e6e9ef",
7+
"Popup": "#eff1f5",
8+
"Contents": "#e6e9ef",
9+
"Badge": "#8caaee",
10+
"BadgeFG": "#eff1f5",
11+
"Conflict": "#f2cdcd",
12+
"ConflictForeground": "#d20f39",
13+
"Border0": "#e6e9ef",
14+
"Border1": "#bcc0cc",
15+
"Border2": "#bcc0cc",
16+
"FlatButton.Background": "#e6e9ef",
17+
"FlatButton.BackgroundHovered": "#dce0e8",
18+
"FG1": "#4c4f69",
19+
"FG2": "#6c6f85",
20+
"Diff.EmptyBG": "#eff1f5",
21+
"Diff.AddedBG": "#d1e8d4",
22+
"Diff.DeletedBG": "#f2cdcd",
23+
"Diff.AddedHighlight": "#b5e8e0",
24+
"Diff.DeletedHighlight": "#f2cdcd",
25+
"SystemAccentColor": "#8caaee",
26+
"Link": "#8caaee"
27+
},
28+
"GraphPenThickness": 2,
29+
"OpacityForNotMergedCommits": 0.5,
30+
"GraphColors": [
31+
"#8caaee",
32+
"#81c8be",
33+
"#a6d189",
34+
"#e5c890",
35+
"#ef9f76",
36+
"#f2cdcd"
37+
]
38+
}

0 commit comments

Comments
 (0)