refacto: full rewrite of theme with catppuccin guidelines + colors

This commit is contained in:
Ungol 2025-12-23 22:27:51 +01:00
parent 7f253abdac
commit b650cc8f76
21 changed files with 4387 additions and 1301 deletions

View file

@ -13,8 +13,8 @@ build_search_index = true
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "ungol-dark", filename = "syntax-theme-dark.css" },
{ theme = "ungol-light", filename = "syntax-theme-light.css" },
{ theme = "Catppuccin-macchiato", filename = "syntax-theme-dark.css" },
{ theme = "Catppuccin-latte", filename = "syntax-theme-light.css" },
]
extra_syntaxes_and_themes = ["highlight_themes"]