aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/catppuccin_mocha.toml
diff options
context:
space:
mode:
authorValentin Bersier2023-01-11 02:14:40 +0000
committerGitHub2023-01-11 02:14:40 +0000
commit2412f7c8374d2f6a8bfd66ecf424153a37c814bf (patch)
treeabd6fef7e0c73beee144112191612232050adb99 /runtime/themes/catppuccin_mocha.toml
parent75dfaff33891d0505e3018a8357fa0619ef1fcc2 (diff)
Update catppuccin themes (#5404)
Diffstat (limited to 'runtime/themes/catppuccin_mocha.toml')
-rw-r--r--runtime/themes/catppuccin_mocha.toml42
1 files changed, 25 insertions, 17 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml
index c4750b28..575ef303 100644
--- a/runtime/themes/catppuccin_mocha.toml
+++ b/runtime/themes/catppuccin_mocha.toml
@@ -1,19 +1,19 @@
# Syntax highlighting
# -------------------
"type" = "yellow"
-"type.enum.variant" = "peach"
"constructor" = "sapphire"
"constant" = "peach"
+"constant.builtin" = "peach"
"constant.character" = "teal"
"constant.character.escape" = "pink"
"string" = "green"
"string.regexp" = "peach"
-"string.special" = "pink"
+"string.special" = "blue"
-"comment" = { fg = "overlay1", modifiers = ["italic"] }
+"comment" = { fg = "surface2", modifiers = ["italic"] }
"variable" = "text"
"variable.parameter" = { fg = "maroon", modifiers = ["italic"] }
@@ -23,6 +23,7 @@
"label" = "sapphire" # used for lifetimes
"punctuation" = "overlay2"
+"punctuation.special" = "sky"
"keyword" = "mauve"
"keyword.control.conditional" = { fg = "mauve", modifiers = ["italic"] }
@@ -31,7 +32,7 @@
"function" = "blue"
"function.builtin" = "peach"
-"function.macro" = "teal"
+"function.macro" = "mauve"
"tag" = "mauve"
@@ -49,13 +50,13 @@
"markup.list" = "mauve"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
-"markup.link.url" = { fg = "peach", modifiers = ["underlined"] }
+"markup.link.url" = { fg = "rosewater", modifiers = ["italic", "underlined"] }
"markup.link.text" = "blue"
"markup.raw" = "flamingo"
"diff.plus" = "green"
"diff.minus" = "red"
-"diff.delta" = "yellow"
+"diff.delta" = "blue"
# User Interface
# --------------
@@ -64,20 +65,24 @@
"ui.linenr" = { fg = "surface1" }
"ui.linenr.selected" = { fg = "lavender" }
-"ui.statusline" = { fg = "overlay1", bg = "surface0" }
-"ui.statusline.inactive" = { fg = "overlay1", bg = "mantle" }
-"ui.statusline.normal" = { fg = "surface0", bg = "lavender", modifiers = ["bold"] }
-"ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] }
-"ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] }
-
-"ui.bufferline.active" = { fg = "text", bg = "base", modifiers = ["bold"] }
-"ui.bufferline" = { fg = "overlay1", bg = "mantle" }
+"ui.statusline" = { fg = "text", bg = "mantle" }
+"ui.statusline.inactive" = { fg = "surface2", bg = "mantle" }
+"ui.statusline.normal" = { fg = "base", bg = "lavender", modifiers = ["bold"] }
+"ui.statusline.insert" = { fg = "base", bg = "green", modifiers = ["bold"] }
+"ui.statusline.select" = { fg = "base", bg = "flamingo", modifiers = ["bold"] }
"ui.popup" = { fg = "text", bg = "surface0" }
"ui.window" = { fg = "crust" }
"ui.help" = { fg = "overlay2", bg = "surface0" }
-"ui.text" = "text"
+"ui.bufferline" = { fg = "surface1", bg = "mantle" }
+"ui.bufferline.active" = { fg = "text", bg = "base", modifiers = [
+ "bold",
+ "italic",
+] }
+"ui.bufferline.background" = { bg = "surface0" }
+
+"ui.text" = "text"
"ui.text.focus" = { fg = "text", bg = "surface0", modifiers = ["bold"] }
"ui.virtual" = "overlay0"
@@ -92,12 +97,15 @@
"ui.cursorline.primary" = { bg = "cursorline" }
-"ui.highlight" = { bg = "surface1" }
+"ui.highlight" = { bg = "surface1", modifiers = ["bold"] }
"ui.menu" = { fg = "overlay2", bg = "surface0" }
"ui.menu.selected" = { fg = "text", bg = "surface1", modifiers = ["bold"] }
-diagnostic = { modifiers = ["underlined"] }
+"diagnostic.error" = { fg = "red", underline = { color = "red", style = "curl" } }
+"diagnostic.warning" = { fg = "yellow", underline = { color = "yellow", style = "curl" } }
+"diagnostic.info" = { fg = "sky", underline = { color = "sky", style = "curl" } }
+"diagnostic.hint" = { fg = "teal", underline = { color = "teal", style = "curl" } }
error = "red"
warning = "yellow"