# Syntax highlighting "attribute" = "peach" "type" = "rosewater" "type.enum.variant" = "teal" "constructor" = "sapphire" "constant" = "sky" "constant.character" = "teal" "constant.character.escape" = "pink" "string" = "green" "string.regexp" = "pink" "string.special" = "blue" "string.special.symbol" = "red" "comment" = { fg = "overlay2", modifiers = ["italic"] } "variable" = "text" "variable.parameter" = { fg = "maroon" } "variable.builtin" = "red" "variable.other.member" = "blue" "label" = "sapphire" # used for lifetimes "punctuation" = "overlay2" "punctuation.special" = "sky" "keyword" = "mauve" "keyword.control.conditional" = { fg = "mauve" } "operator" = "sky" "function" = "blue" "function.macro" = "sky" "tag" = "blue" "namespace" = { fg = "rosewater", 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" "diff.plus" = "green" "diff.minus" = "red" "diff.delta" = "blue" # User Interface "ui.background" = { fg = "text" } "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.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.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" = { fg = "selectfg", bg = "selectbg" } "ui.cursor" = { fg = "base", bg = "secondary_cursor" } "ui.cursor.primary" = { fg = "base", bg = "rosewater" } "ui.cursor.match" = { fg = "peach", modifiers = ["bold"] } "ui.cursor.primary.normal" = { fg = "base", bg = "yellow" } "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.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 = "peach", style = "curl" } } "diagnostic.info" = { underline = { color = "sky", style = "curl" } } "diagnostic.hint" = { underline = { color = "teal", style = "curl" } } "diagnostic.unnecessary" = { modifiers = ["dim"] } error = "red" warning = "peach" info = "sky" hint = "teal" rainbow = [ "sapphire", "maroon", "mauve", "green", "yellow", "blue", "peach" ] [palette] rosewater = "#ffefef" flamingo = "#ffc0c1" pink = "#ff9395" mauve = "#bdabff" red = "#f67d80" maroon = "#d46065" peach = "#f5a648" yellow = "#f8de7e" green = "#d1dba0" teal = "#f1fcbf" sky = "#bcd8f6" sapphire = "#6c87a3" blue = "#9bb7d4" lavender = "#dac6ff" text = "#f8de7e" subtext1 = "#d4bc5e" subtext0 = "#b49f42" overlay2 = "#b7b8c2" overlay1 = "#9c9da7" overlay0 = "#82838c" surface2 = "#696a73" surface1 = "#53545d" surface0 = "#3f3f47" base = "#16161d" mantle = "#202128" crust = "#05140b" selectfg = "#501b00" selectbg = "#ffc263" cursorline = "#2b2c33" secondary_cursor = "#f8de7e" secondary_cursor_normal = "#968225" secondary_cursor_insert = "#d1dba0" secondary_cursor_select = "#dac6ff"