Editors
Helix
Copy the themes to ~/.config/helix/themes/ (Windows: %AppData%\helix\themes). The colored mode badge in the status line needs color-modes = true under [editor]. Rainbow brackets come from the theme's rainbow key, which Helix 25.07.1 skips with a warning in its log; builds after it read it.
Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.
Helix Report a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this port
The quick way
The installer sets it up for you, then tells you the one thing it can't do. More ways to install
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor walnut --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only helix
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only helix
Turn it on
theme = "subway_seat"theme = "subway_seat_tunnel"theme = "subway_seat_enamel"theme = "london_moquette"theme = "london_deep_level"theme = "london_portland"theme = "paris_guimard"theme = "paris_catacombes"theme = "paris_carrelage"Follow light and dark
One setting that changes with your system’s light and dark mode, no switching by hand.
theme = … line. Needs a Helix build newer than 25.07.1 (25.07.1 rejects a [theme] table) and a terminal that reports light or dark (mode 2031)[theme]
dark = "subway_seat"
light = "subway_seat_enamel"
fallback = "subway_seat"The files
subway_seat.tomlsave as ~/.config/helix/themes/subway_seat.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat — Walnut paneling and orange bucket seats. The original.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
subway_seat_tunnel.tomlsave as ~/.config/helix/themes/subway_seat_tunnel.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Tunnel — The late local after midnight: espresso-deep, same warm lights.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
subway_seat_enamel.tomlsave as ~/.config/helix/themes/subway_seat_enamel.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Enamel — Cream enamel panels in the morning sun. The light one.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "orange", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
london_moquette.tomlsave as ~/.config/helix/themes/london_moquette.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Moquette — The seat you're sitting on. Corporate Blue, turned right down.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
london_deep_level.tomlsave as ~/.config/helix/themes/london_deep_level.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Deep Level — Below the cut-and-cover lines. The ground drops; the signals don't.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
london_portland.tomlsave as ~/.config/helix/themes/london_portland.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Portland — Holden's Portland stone. Links are the exact Corporate Blue.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "orange", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
paris_guimard.tomlsave as ~/.config/helix/themes/paris_guimard.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Guimard — Cast iron off a Metro entrance, which is nearly black. Brass leads.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
paris_catacombes.tomlsave as ~/.config/helix/themes/paris_catacombes.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Catacombes — Under the quarries: the same green with the lights turned down.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.
paris_carrelage.tomlsave as ~/.config/helix/themes/paris_carrelage.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Carrelage — Bevelled white tile under a vaulted platform. The light one.
"attribute" = { fg = "clay", modifiers = ["italic"] }
"type" = "sage"
"type.builtin" = { fg = "sage", modifiers = ["italic"] }
"type.parameter" = { fg = "sage", modifiers = ["italic"] }
"type.enum.variant" = "red_hi"
"constructor" = "sage"
"constant" = "red_hi"
"constant.builtin" = "red_hi"
"constant.builtin.boolean" = "red_hi"
"constant.character" = "green"
"constant.character.escape" = "clay"
"constant.numeric" = "red_hi"
"string" = "green"
"string.regexp" = "clay"
"string.special" = "clay"
"string.special.path" = "green"
"string.special.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"string.special.symbol" = "clay"
"comment" = { fg = "overlay1", modifiers = ["italic"] }
"comment.line.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "overlay1", modifiers = ["italic"] }
"comment.unused" = "overlay1"
"variable" = "text"
"variable.mutable" = "text"
"variable.builtin" = { fg = "red_hi", modifiers = ["italic"] }
"variable.builtin.mutable" = { fg = "red_hi", modifiers = ["italic"] }
"variable.parameter" = { fg = "subtext1", modifiers = ["italic"] }
"variable.parameter.mutable" = { fg = "subtext1", modifiers = ["italic"] }
"variable.other.member" = "subtext1"
"variable.other.member.private" = "subtext1"
"label" = { fg = "clay", modifiers = ["italic"] }
"punctuation" = "overlay2"
"punctuation.delimiter" = "overlay2"
"punctuation.bracket" = "overlay2"
"punctuation.special" = "clay"
"keyword" = "orange"
"keyword.control" = "orange"
"keyword.control.conditional" = "orange"
"keyword.control.repeat" = "orange"
"keyword.control.import" = "orange"
"keyword.control.return" = "orange"
"keyword.control.exception" = "orange"
"keyword.operator" = "orange"
"keyword.directive" = "clay"
"keyword.function" = "orange"
"keyword.storage" = "orange"
"keyword.storage.type" = "orange"
"keyword.storage.modifier" = "orange"
"operator" = "overlay2"
"function" = "yellow"
"function.public" = "yellow"
"function.builtin" = { fg = "yellow", modifiers = ["italic"] }
"function.method" = "yellow"
"function.method.public" = "yellow"
"function.method.private" = "yellow"
"function.macro" = { fg = "clay", modifiers = ["italic"] }
"function.special" = "clay"
"tag" = "orange"
"tag.builtin" = "orange"
"namespace" = "subtext0"
"special" = { fg = "yellow", modifiers = ["bold"] }
"embedded" = "text"
"markup.heading" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.marker" = { fg = "overlay2", modifiers = ["bold"] }
"markup.heading.1" = { fg = "orange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "green", modifiers = ["bold"] }
"markup.heading.4" = { fg = "sage", modifiers = ["bold"] }
"markup.heading.5" = { fg = "clay", modifiers = ["bold"] }
"markup.heading.6" = { fg = "subtext1", modifiers = ["bold"] }
"markup.list" = "orange"
"markup.list.unnumbered" = "orange"
"markup.list.numbered" = "orange"
"markup.list.checked" = "green"
"markup.list.unchecked" = "overlay1"
"markup.bold" = { fg = "text_hi", modifiers = ["bold"] }
"markup.italic" = { fg = "text", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link" = "denim"
"markup.link.url" = { fg = "denim", underline = { color = "denim", style = "line" } }
"markup.link.label" = "denim"
"markup.link.text" = "denim"
"markup.quote" = { fg = "subtext0", modifiers = ["italic"] }
"markup.raw" = "green"
"markup.raw.inline" = "green"
"markup.raw.block" = "green"
"markup.normal.completion" = "text"
"markup.normal.hover" = "text"
"markup.heading.completion" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.hover" = { fg = "yellow", modifiers = ["bold"] }
"markup.raw.inline.completion" = "green"
"markup.raw.inline.hover" = "green"
"diff.plus" = "green"
"diff.plus.gutter" = "green"
"diff.minus" = "red_hi"
"diff.minus.gutter" = "red_hi"
"diff.delta" = "yellow"
"diff.delta.gutter" = "yellow"
"diff.delta.moved" = "sage"
"diff.delta.conflict" = "orange"
"ui.background" = { fg = "text", bg = "base" }
"ui.background.separator" = "surface1"
"ui.text" = "text"
"ui.text.focus" = { fg = "text_hi", bg = "surface1", modifiers = ["bold"] }
"ui.text.inactive" = "overlay1"
"ui.text.info" = "subtext1"
"ui.text.directory" = "yellow"
"ui.text.symlink" = "sage"
"ui.cursor" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.normal" = { fg = "base", bg = "cursor_secondary" }
"ui.cursor.insert" = { fg = "base", bg = "cursor_secondary_insert" }
"ui.cursor.select" = { fg = "base", bg = "cursor_secondary_select" }
"ui.cursor.match" = { fg = "bracket", bg = "bracket_bg", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.normal" = { fg = "base", bg = "cursor" }
"ui.cursor.primary.insert" = { fg = "base", bg = "green" }
"ui.cursor.primary.select" = { fg = "base", bg = "cursor_select" }
"ui.cursorline.primary" = { bg = "cursorline" }
"ui.cursorline.secondary" = { bg = "cursorline_secondary" }
"ui.cursorcolumn.primary" = { bg = "cursorline" }
"ui.cursorcolumn.secondary" = { bg = "cursorline_secondary" }
"ui.selection" = { bg = "selection_secondary" }
"ui.selection.primary" = { bg = "selection" }
"ui.highlight" = { bg = "surface1" }
"ui.highlight.frameline" = { bg = "frameline" }
"ui.gutter" = { bg = "base" }
"ui.gutter.selected" = { bg = "cursorline" }
"ui.linenr" = "overlay0"
"ui.linenr.selected" = { fg = "orange", modifiers = ["bold"] }
"ui.debug.breakpoint" = "red_hi"
"ui.debug.active" = "yellow"
"ui.statusline" = { fg = "subtext1", bg = "mantle" }
"ui.statusline.inactive" = { fg = "overlay0", bg = "crust" }
"ui.statusline.normal" = { fg = "ink", bg = "orange", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "ink", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "ink", bg = "yellow", modifiers = ["bold"] }
"ui.statusline.separator" = "surface1"
"ui.bufferline" = { fg = "overlay1", bg = "crust" }
"ui.bufferline.active" = { fg = "text_hi", bg = "base", underline = { color = "orange", style = "line" }, modifiers = ["bold"] }
"ui.bufferline.background" = { bg = "crust" }
"ui.popup" = { fg = "text", bg = "paper" }
"ui.popup.info" = { fg = "text", bg = "paper" }
"ui.picker.header" = { fg = "subtext0", bg = "mantle", modifiers = ["bold"] }
"ui.picker.header.column" = "overlay1"
"ui.picker.header.column.active" = { fg = "yellow", modifiers = ["bold"] }
"ui.window" = "crust"
"ui.help" = { fg = "subtext1", bg = "paper" }Showing 150 of 227 lines.