chore(theme): switch back to Catppuccin

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-11-11 14:02:07 +02:00
parent 743ebb0e9f
commit 79be2d41bc
8 changed files with 211 additions and 111 deletions

View File

@@ -66,9 +66,11 @@ config.scrollback_lines = 3000
-- Function to detect the theme based on appearance
function Scheme_for_appearance(appearance)
if appearance:find 'Dark' then
return 'Everforest Dark (Medium)'
return 'Catppuccin Mocha'
-- return 'Everforest Dark (Medium)'
else
return 'Everforest Light (Medium)'
return 'Catppuccin Latte'
-- return 'Everforest Light (Medium)'
end
end