Skip to content

Commit

Permalink
fix: catppuccin theme colors for checked and unchecked lists (#12167)
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev authored Dec 2, 2024
1 parent ec1628c commit c0bfdd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/catppuccin_mocha.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c0bfdd7

Please sign in to comment.