Created
February 6, 2025 11:11
-
-
Save MembrilloAmarillo/94606239ea44142946cf4d730924cc40 to your computer and use it in GitHub Desktop.
Handmade Hero inspired theme - Helix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"ui.background" = "#0c0c0cff" # Text area background color | |
"ui.text" = "#b99468ff" # UI Regular text | |
"ui.text.focus" = { bg = "#1E1E1Eff",fg = "#a08563ff" } | |
variable = "#b99468ff" | |
label = "#b99468ff" | |
comment = "#686868ff" | |
"ui.cursor" = { bg = "#00EE00ff", fg = "#00EE00ff"} | |
"ui.cursor.insert" = { bg = "#00EE00ff", fg = "#00EE00ff"} | |
"ui.cursor.select" = { bg = "#00EE00ff", fg = "#00EE00ff"} | |
keyword = "#ac7b0bff" | |
type = "#b99468ff" | |
punctuation = "#907553ff" | |
operator = "#907553ff" | |
constant = "#6b8e23ff" | |
string = "#6b8e23ff" | |
function = "#cc5735ff" | |
"function.macro" = "#478980ff" | |
"ui.selection" = {bg = "#1E1E1Eff", fg = "#a08563ff"} | |
"ui.linenr" = {bg = "#0c0c0cff", fg = "#a08563ff"} | |
"ui.linenr.selected" = {bg = "#0c0c0cff", fg = "#a08563ff"} | |
error = {bg = "#0c0c0cff", fg = "#ff0000ff"} | |
"diagnostic.error" = {bg = "#0c0c0cff", fg = "#ff0000ff"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment