mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 13:07:06 +04:00
fix: catppuccin theme colors for checked and unchecked lists (#12167)
This commit is contained in:
parent
ec1628c07f
commit
c0bfdd7bfe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user