Skip to content

Instantly share code, notes, and snippets.

@huytd
Created March 16, 2023 18:33
Show Gist options
  • Select an option

  • Save huytd/c3ff20c9a0567bb2749edecf12e703da to your computer and use it in GitHub Desktop.

Select an option

Save huytd/c3ff20c9a0567bb2749edecf12e703da to your computer and use it in GitHub Desktop.
Github Light theme for Helix Editor
"comment" = { fg = "#969da5", modifiers = ["italic"] }
"constant" = { fg = "#24292f" }
"constant.character.escape" = { fg = "#007025" }
"diagnostic.warning" = { underline = { color = "#7d4e00", style = "curl" } }
"diagnostic.error" = { underline = { color = "#f07171", style = "curl" } }
"diagnostic.info" = { underline = { color = "#007025", style = "curl" } }
"diagnostic.hint" = { underline = { color = "#007025", style = "curl" } }
"error" = { fg = "#f07171" }
"function" = { fg = "#24292f" }
"function.macro" = {}
"keyword" = { fg = "#0033b3" }
"markup.bold" = { fg = "#24292f", modifiers = ["bold"] }
"markup.heading" = { fg = "#0033b3", modifiers = ["bold"] }
"markup.italic" = { fg = "#24292f", modifiers = ["italic"] }
"markup.link" = { fg = "#007025", modifiers = ["underline"] }
"markup.quote" = { fg = "#116329" }
"markup.raw" = { fg = "#0033b3" }
"operator" = { fg = "#24292f" }
"string" = { fg = "#007025" }
"string.regexp" = { fg = "#007025" }
"tag" = { fg = "#2ea043" }
"type" = { fg = "#953800" }
"ui.background" = { bg = "#ffffff", fg = "#24292f" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "#dcf3fc" }
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "#f6f8fa" }
"ui.help" = { bg = "#f6f8fa", fg = "#24292f" }
"ui.linenr" = { fg = "#8c959f" }
"ui.linenr.selected" = { fg = "#24292f" }
"ui.menu" = { bg = "#f6f8fa", fg = "#24292f" }
"ui.menu.selected" = { bg = "#f6f8fa" }
"ui.popup" = { bg = "#f6f8fa", fg = "#24292f" }
"ui.selection" = { bg = "#dcf3fc" }
"ui.selection.primary" = { bg = "#dcf3fc" }
"ui.statusline" = { bg = "#f6f8fa", fg = "#24292f" }
"ui.text" = { fg = "#24292f" }
"ui.virtual.ruler" = { bg = "#d7dce0" }
"ui.virtual.whitespace" = { fg = "#d7dce0" }
"ui.window" = { fg = "#ffffff" }
"variable" = { fg = "#24292f" }
"variable.parameter" = { fg = "#953800" }
"variable.other" = { fg = "#24292f" }
"warning" = { fg = "#7d4e00" }
"diff.plus" = "#86b300"
"diff.minus" = "#f07171"
"diff.delta" = "#ffaa33"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment