Skip to content

Instantly share code, notes, and snippets.

@CptPotato
Last active January 24, 2023 09:31
Show Gist options
  • Save CptPotato/e83c5b18f1c9ad68e5890f6f22cf5f43 to your computer and use it in GitHub Desktop.
Save CptPotato/e83c5b18f1c9ad68e5890f6f22cf5f43 to your computer and use it in GitHub Desktop.
gruvbox stealth helix theme
"type" = "yellow"
"constant" = "purple"
"constant.numeric" = "purple"
"constant.character.escape" = "orange"
"string" = "olive"
"string.regexp" = "blue"
"comment" = { fg = "grey0", modifiers = ["italic"] }
"variable" = "fg0"
"variable.builtin" = "blue"
"variable.parameter" = "fg0"
"variable.other.member" = "fg0"
"label" = "aqua"
"punctuation" = "grey2"
"punctuation.delimiter" = "grey2"
"punctuation.bracket" = "fg0"
# "keyword" = "violet"
"keyword" = "red"
"keyword.control" = "red"
"keyword.control.exception" = "red"
"keyword.control.return" = "red"
"keyword.directive" = "aqua"
"keyword.function" = "red"
"operator" = "orange"
"function" = "green"
"function.builtin" = "blue"
"function.macro" = "aqua"
"tag" = "yellow"
"namespace" = "aqua"
"attribute" = "aqua"
"constructor" = "yellow"
"module" = "blue"
"special" = "orange"
"markup.heading.marker" = "grey2"
"markup.heading.1" = { fg = "red", modifiers = ["bold"] }
"markup.heading.2" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.3" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.4" = { fg = "green", modifiers = ["bold"] }
"markup.heading.5" = { fg = "blue", modifiers = ["bold"] }
"markup.heading.6" = { fg = "fg0", modifiers = ["bold"] }
"markup.list" = "red"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "blue", modifiers = ["underlined"] }
"markup.link.text" = "purple"
"markup.quote" = "grey2"
"markup.raw" = "green"
"diff.plus" = "green"
"diff.delta" = "orange"
"diff.minus" = "red"
"ui.background" = { bg = "bg0" }
"ui.background.separator" = "grey0"
"ui.cursor" = { fg = "bg0", bg = "grey0" }
"ui.cursor.match" = { fg = "orange", bg = "bg_visual_yellow" }
"ui.cursor.primary" = { fg = "bg0", bg = "fg0" }
"ui.cursor.primary.match" = { fg = "orange", bg = "bg_visual_yellow" }
"ui.cursor.primary.insert" = { fg = "bg0", bg = "grey2" }
"ui.cursor.primary.select" = { fg = "bg0", bg = "blue" }
"ui.cursorline.primary" = { bg = "bg1" }
"ui.cursorline.secondary" = { bg = "bg0" }
"ui.selection" = { bg = "bg3" }
# "ui.linenr" = "bg5" # visible line numbers
"ui.linenr" = "bg0" # invisible line numbers
"ui.linenr.selected" = "grey0"
"ui.statusline" = { fg = "grey0", bg = "bg0" }
"ui.statusline.inactive" = { fg = "bg0", bg = "bg0" }
"ui.statusline.normal" = { fg = "grey2", bg = "bg3", modifiers = ["italic"] }
"ui.statusline.insert" = { fg = "yellow", bg = "bg_visual_yellow", modifiers = ["italic"] }
"ui.statusline.select" = { fg = "blue", bg = "bg_visual_blue", modifiers = ["italic"] }
"ui.bufferline" = { fg = "bg5", bg = "bg_black", modifiers = ["italic"] }
"ui.bufferline.active" = { fg = "grey0", bg = "bg0", modifiers = ["italic"] }
"ui.popup" = { fg = "bg2", bg = "bg2" }
"ui.window" = { fg = "bg5", bg = "bg0" }
"ui.help" = { fg = "grey2", bg = "bg2" }
"ui.text" = "fg0"
"ui.text.focus" = "fg0"
"ui.menu" = { fg = "grey2", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "blue", modifiers = ["bold"] }
"ui.virtual.whitespace" = { fg = "bg4" }
"ui.virtual.indent-guide" = { fg = "bg4" }
"ui.virtual.ruler" = { bg = "bg2" }
"hint" = "blue"
"info" = "aqua"
"warning" = "yellow"
"error" = "red"
"diagnostic" = { underline = { style = "curl" } }
"diagnostic.hint" = { bg = "bg_visual_blue", underline = { color = "blue", style = "dotted" } }
"diagnostic.info" = { bg = "bg_visual_blue", underline = { color = "aqua", style = "dotted" } }
"diagnostic.warning" = { bg = "bg_visual_yellow", underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { bg = "bg_visual_red", underline = { color = "red", style = "curl" } }
[palette]
bg_black = "#1d2021"
bg0 = "#282828"
bg1 = "#32302f"
bg2 = "#32302f"
bg3 = "#45403d"
bg4 = "#45403d"
bg5 = "#5a524c"
bg_statusline1 = "#32302f"
bg_statusline2 = "#3a3735"
bg_statusline3 = "#504945"
bg_diff_green = "#34381b"
bg_visual_green = "#3b4439"
bg_diff_red = "#402120"
bg_visual_red = "#4c3432"
bg_diff_blue = "#0e363e"
bg_visual_blue = "#374141"
bg_visual_yellow = "#4f422e"
bg_current_word = "#3c3836"
fg0 = "#d4be98"
fg1 = "#ddc7a1"
red = "#ea6962"
orange = "#e78a4e"
yellow = "#d8a657"
green = "#a9b665"
olive = "#7d9362"
aqua = "#89b482"
blue = "#7daea3"
# violet = "#a897bc"
purple = "#d3869b"
bg_red = "#ea6962"
bg_green = "#a9b665"
bg_yellow = "#d8a657"
grey0 = "#7c6f64"
grey1 = "#928374"
grey2 = "#a89984"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment