fix: catppuccin theme colors for checked and unchecked lists (#12167)

This commit is contained in:
Nikita Revenco 2024-12-02 18:37:01 +00:00 committed by GitHub
parent ec1628c07f
commit c0bfdd7bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,8 @@
"markup.list" = "mauve"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.list.unchecked" = "overlay2"
"markup.list.checked" = "green"
"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] }
"markup.link.text" = "blue"
"markup.raw" = "flamingo"