Sync Catppuccin theme changes (#12304)

pull/11145/head
uncenter 2024-12-20 10:43:45 -05:00 committed by GitHub
parent 355e381626
commit 1e9412269a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
"variable" = "text" "variable" = "text"
"variable.parameter" = { fg = "maroon", modifiers = ["italic"] } "variable.parameter" = { fg = "maroon", modifiers = ["italic"] }
"variable.builtin" = "red" "variable.builtin" = "red"
"variable.other.member" = "teal" "variable.other.member" = "blue"
"label" = "sapphire" # used for lifetimes "label" = "sapphire" # used for lifetimes
@ -50,10 +50,10 @@
"markup.heading.5" = "pink" "markup.heading.5" = "pink"
"markup.heading.6" = "teal" "markup.heading.6" = "teal"
"markup.list" = "mauve" "markup.list" = "mauve"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.list.unchecked" = "overlay2" "markup.list.unchecked" = "overlay2"
"markup.list.checked" = "green" "markup.list.checked" = "green"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] } "markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] }
"markup.link.text" = "blue" "markup.link.text" = "blue"
"markup.raw" = "flamingo" "markup.raw" = "flamingo"