Skip to content

Instantly share code, notes, and snippets.

@Falconerd
Created February 7, 2026 10:23
Show Gist options
  • Select an option

  • Save Falconerd/df47f47c412578e445baea89bc4c64e7 to your computer and use it in GitHub Desktop.

Select an option

Save Falconerd/df47f47c412578e445baea89bc4c64e7 to your computer and use it in GitHub Desktop.
Helix theme
inherits = "adwaita-dark"
"ui.background" = { bg = "bg" }
"ui.text" = { fg = "fg" }
"ui.selection" = { bg = "selection", underline = { style = "line" } }
"ui.cursor" = { fg = "bg", bg = "cursor" }
"ui.cursorline" = { bg = "#0a0a30" }
"ui.statusline" = { fg = "fg", bg = "statusbg" }
"ui.menu" = { fg = "fg", bg = "menu" }
"ui.menu.selected" = { fg = "bg", bg = "keyword" }
"ui.virtual.ruler" = { bg = "statusbg" }
# Wow, what a comment
"comment" = { fg = "comment", modifiers = ["italic", "slow_blink"] }
"keyword" = { fg = "keyword", modifiers = ["bold"] }
"string" = { fg = "string" }
"type" = { fg = "type" }
"number" = { fg = "number" }
"function" = { fg = "function" }
[palette]
bg = "#00001c"
fg = "#f8e8c8"
comment = "#ffff00"
keyword = "#ffb347"
string = "#ffd97a"
type = "#ffcc66"
number = "#ff9966"
function = "#ffc266"
cursor = "#ffffff"
selection = "#333355"
statusbg = "#111133"
menu = "#1a1a3a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment