From 4bf7b0aa1174b356c3b569560d653471b799477e Mon Sep 17 00:00:00 2001 From: Genius Joelraj <128304308+geniusjoelraj@users.noreply.github.com> Date: Sun, 16 Nov 2025 10:49:46 +0530 Subject: [PATCH] Add Catppuccin theme to themes.json Might as well #25 --- src/themes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/themes.json b/src/themes.json index 54ba51d..343e9cf 100644 --- a/src/themes.json +++ b/src/themes.json @@ -174,5 +174,9 @@ { "label": "Outrun", "value": "outrun" + }, + { + "label": "Catppuccin", + "value": "catppuccin_mocha" } ]