diff --git a/screenshots/CatpuccinFrappe.png b/screenshots/CatpuccinFrappe.png index f428bbe..3e91430 100644 Binary files a/screenshots/CatpuccinFrappe.png and b/screenshots/CatpuccinFrappe.png differ diff --git a/screenshots/CatpuccinMacchiato.png b/screenshots/CatpuccinMacchiato.png index 621dbc6..8eb83e5 100644 Binary files a/screenshots/CatpuccinMacchiato.png and b/screenshots/CatpuccinMacchiato.png differ diff --git a/screenshots/CatpuccinMocha.png b/screenshots/CatpuccinMocha.png index 2088a63..379a90e 100644 Binary files a/screenshots/CatpuccinMocha.png and b/screenshots/CatpuccinMocha.png differ diff --git a/themes/Catpuccin_Frappe.json b/themes/Catpuccin_Frappe.json index f0d7972..ce8072a 100644 --- a/themes/Catpuccin_Frappe.json +++ b/themes/Catpuccin_Frappe.json @@ -6,25 +6,34 @@ "ToolBar": "#303446", "Popup": "#303446", "Contents": "#303446", + "Badge": "#f2cdcd", "BadgeFG": "#303446", - "Conflict": "#f2cdcd", + "Conflict": "#c45a5f", "ConflictForeground": "#303446", + "Border0": "#313244", "Border1": "#313244", "Border2": "#313244", + "FlatButton.Background": "#313244", "FlatButton.BackgroundHovered": "#45475a", + "FG1": "#c6d0f5", "FG2": "#b5bfe2", + "Diff.EmptyBG": "#303446", - "Diff.AddedBG": "#abd18f", - "Diff.DeletedBG": "#ea999c", - "Diff.AddedHighlight": "#abd18f", - "Diff.DeletedHighlight": "#ea999c", + + "Diff.AddedBG": "#4f6b52", + "Diff.AddedHighlight": "#5b7a5f", + + "Diff.DeletedBG": "#7f3a3f", + "Diff.DeletedHighlight": "#8f4248", + "SystemAccentColor": "#f2cdcd", "Link": "#8caaee" }, + "GraphPenThickness": 2, "OpacityForNotMergedCommits": 0.5, "GraphColors": [ diff --git a/themes/Catpuccin_Macchiato.json b/themes/Catpuccin_Macchiato.json index 53836bd..adba885 100644 --- a/themes/Catpuccin_Macchiato.json +++ b/themes/Catpuccin_Macchiato.json @@ -6,25 +6,34 @@ "ToolBar": "#1e2030", "Popup": "#24273a", "Contents": "#363a4f", + "Badge": "#8aadf4", "BadgeFG": "#1e2030", - "Conflict": "#e78284", + "Conflict": "#c24f5f", "ConflictForeground": "#1e2030", + "Border0": "#363a4f", "Border1": "#494d64", "Border2": "#5b6078", + "FlatButton.Background": "#363a4f", "FlatButton.BackgroundHovered": "#494d64", + "FG1": "#cad3f5", "FG2": "#b8c0e0", + "Diff.EmptyBG": "#363a4f", - "Diff.AddedBG": "#a6da95", - "Diff.DeletedBG": "#ed8796", - "Diff.AddedHighlight": "#a6da95", - "Diff.DeletedHighlight": "#ed8796", + + "Diff.AddedBG": "#425f55", + "Diff.AddedHighlight": "#4f7266", + + "Diff.DeletedBG": "#7a3942", + "Diff.DeletedHighlight": "#8a414c", + "SystemAccentColor": "#8aadf4", "Link": "#8aadf4" }, + "GraphPenThickness": 2, "OpacityForNotMergedCommits": 0.5, "GraphColors": ["#8aadf4", "#ed8796", "#a6da95", "#f5a97f", "#c6a0f6"] diff --git a/themes/Catpuccin_Mocha.json b/themes/Catpuccin_Mocha.json index e2981bc..0f0bce9 100644 --- a/themes/Catpuccin_Mocha.json +++ b/themes/Catpuccin_Mocha.json @@ -6,35 +6,46 @@ "ToolBar": "#1e1e2e", "Popup": "#1e1e2e", "Contents": "#1e1e2e", - "Badge": "#f38ba8", + + "Badge": "#8c3a3a", "BadgeFG": "#1e1e2e", - "Conflict": "#f38ba8", + "Conflict": "#8c3a3a", "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", + + "Diff.AddedBG": "#425a4f", + "Diff.AddedHighlight": "#4c6a5d", + + "Diff.DeletedBG": "#8c3a3a", + "Diff.DeletedHighlight": "#9a4242", + "SystemAccentColor": "#f5c2e7", "Link": "#89b4fa" }, + "GraphPenThickness": 2, "OpacityForNotMergedCommits": 0.5, + "GraphColors": [ - "#f5c2e7", + "#cba6f7", "#f38ba8", "#fab387", - "#f9e2af", + "#e5c890", "#a6e3a1", "#94e2d5", "#89b4fa", "#b4befe" ] } +