Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/catppuccin_mocha.toml')
| -rw-r--r-- | runtime/themes/catppuccin_mocha.toml | 101 |
1 files changed, 38 insertions, 63 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index d6d53f05..c4750b28 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -1,10 +1,7 @@ -# NOTE: For contributors looking to modify the theme, please submit a pull request at https://github.com/catppuccin/helix instead of updating this file. Changes are frequently synchronized from the catppuccin/helix theme repository. # Syntax highlighting # ------------------- -"attribute" = "yellow" - "type" = "yellow" -"type.enum.variant" = "teal" +"type.enum.variant" = "peach" "constructor" = "sapphire" @@ -13,21 +10,19 @@ "constant.character.escape" = "pink" "string" = "green" -"string.regexp" = "pink" -"string.special" = "blue" -"string.special.symbol" = "red" +"string.regexp" = "peach" +"string.special" = "pink" -"comment" = { fg = "overlay2", modifiers = ["italic"] } +"comment" = { fg = "overlay1", modifiers = ["italic"] } "variable" = "text" "variable.parameter" = { fg = "maroon", modifiers = ["italic"] } "variable.builtin" = "red" -"variable.other.member" = "blue" +"variable.other.member" = "teal" "label" = "sapphire" # used for lifetimes "punctuation" = "overlay2" -"punctuation.special" = "sky" "keyword" = "mauve" "keyword.control.conditional" = { fg = "mauve", modifiers = ["italic"] } @@ -35,34 +30,32 @@ "operator" = "sky" "function" = "blue" -"function.macro" = "mauve" +"function.builtin" = "peach" +"function.macro" = "teal" -"tag" = "blue" +"tag" = "mauve" -"namespace" = { fg = "yellow", modifiers = ["italic"] } +"namespace" = { fg = "blue", modifiers = ["italic"] } "special" = "blue" # fuzzy highlight -"markup.heading.1" = "red" -"markup.heading.2" = "peach" -"markup.heading.3" = "yellow" -"markup.heading.4" = "green" -"markup.heading.5" = "sapphire" -"markup.heading.6" = "lavender" -"markup.list" = "teal" -"markup.list.unchecked" = "overlay2" -"markup.list.checked" = "green" -"markup.bold" = { fg = "red", modifiers = ["bold"] } -"markup.italic" = { fg = "red", modifiers = ["italic"] } -"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] } -"markup.link.text" = "lavender" -"markup.link.label" = "sapphire" -"markup.raw" = "green" -"markup.quote" = "pink" +"markup.heading.marker" = { fg = "peach", modifiers = ["bold"] } +"markup.heading.1" = "lavender" +"markup.heading.2" = "mauve" +"markup.heading.3" = "green" +"markup.heading.4" = "yellow" +"markup.heading.5" = "pink" +"markup.heading.6" = "teal" +"markup.list" = "mauve" +"markup.bold" = { modifiers = ["bold"] } +"markup.italic" = { modifiers = ["italic"] } +"markup.link.url" = { fg = "peach", modifiers = ["underlined"] } +"markup.link.text" = "blue" +"markup.raw" = "flamingo" "diff.plus" = "green" "diff.minus" = "red" -"diff.delta" = "blue" +"diff.delta" = "yellow" # User Interface # -------------- @@ -71,30 +64,25 @@ "ui.linenr" = { fg = "surface1" } "ui.linenr.selected" = { fg = "lavender" } -"ui.statusline" = { fg = "subtext1", bg = "mantle" } -"ui.statusline.inactive" = { fg = "surface2", bg = "mantle" } -"ui.statusline.normal" = { fg = "base", bg = "rosewater", modifiers = ["bold"] } -"ui.statusline.insert" = { fg = "base", bg = "green", modifiers = ["bold"] } -"ui.statusline.select" = { fg = "base", bg = "lavender", modifiers = ["bold"] } +"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.popup" = { fg = "text", bg = "surface0" } "ui.window" = { fg = "crust" } "ui.help" = { fg = "overlay2", bg = "surface0" } -"ui.bufferline" = { fg = "subtext0", bg = "mantle" } -"ui.bufferline.active" = { fg = "mauve", bg = "base", underline = { color = "mauve", style = "line" } } -"ui.bufferline.background" = { bg = "crust" } - -"ui.text" = "text" +"ui.text" = "text" "ui.text.focus" = { fg = "text", bg = "surface0", modifiers = ["bold"] } -"ui.text.inactive" = { fg = "overlay1" } -"ui.text.directory" = { fg = "blue" } "ui.virtual" = "overlay0" "ui.virtual.ruler" = { bg = "surface0" } "ui.virtual.indent-guide" = "surface0" -"ui.virtual.inlay-hint" = { fg = "surface1", bg = "mantle" } -"ui.virtual.jump-label" = { fg = "rosewater", modifiers = ["bold"] } "ui.selection" = { bg = "surface1" } @@ -102,35 +90,22 @@ "ui.cursor.primary" = { fg = "base", bg = "rosewater" } "ui.cursor.match" = { fg = "peach", modifiers = ["bold"] } -"ui.cursor.primary.normal" = { fg = "base", bg = "rosewater" } -"ui.cursor.primary.insert" = { fg = "base", bg = "green" } -"ui.cursor.primary.select" = { fg = "base", bg = "lavender" } - -"ui.cursor.normal" = { fg = "base", bg = "secondary_cursor_normal" } -"ui.cursor.insert" = { fg = "base", bg = "secondary_cursor_insert" } -"ui.cursor.select" = { fg = "base", bg = "secondary_cursor_select" } - "ui.cursorline.primary" = { bg = "cursorline" } -"ui.highlight" = { bg = "surface1", modifiers = ["bold"] } +"ui.highlight" = { bg = "surface1" } "ui.menu" = { fg = "overlay2", bg = "surface0" } "ui.menu.selected" = { fg = "text", bg = "surface1", modifiers = ["bold"] } -"diagnostic.error" = { underline = { color = "red", style = "curl" } } -"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } -"diagnostic.info" = { underline = { color = "sky", style = "curl" } } -"diagnostic.hint" = { underline = { color = "teal", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } +diagnostic = { modifiers = ["underlined"] } error = "red" warning = "yellow" info = "sky" hint = "teal" -rainbow = ["red", "peach", "yellow", "green", "sapphire", "lavender"] - [palette] +# catppuccin palette colors rosewater = "#f5e0dc" flamingo = "#f2cdcd" pink = "#f5c2e7" @@ -145,6 +120,7 @@ sky = "#89dceb" sapphire = "#74c7ec" blue = "#89b4fa" lavender = "#b4befe" + text = "#cdd6f4" subtext1 = "#bac2de" subtext0 = "#a6adc8" @@ -154,12 +130,11 @@ overlay0 = "#6c7086" surface2 = "#585b70" surface1 = "#45475a" surface0 = "#313244" + base = "#1e1e2e" mantle = "#181825" crust = "#11111b" +# derived colors by blending existing palette colors cursorline = "#2a2b3c" secondary_cursor = "#b5a6a8" -secondary_cursor_select = "#878ec0" -secondary_cursor_normal = "#b5a6a8" -secondary_cursor_insert = "#7ea87f" |