Skip to content

Instantly share code, notes, and snippets.

View Nequo's full-sized avatar
⚔️
Exploring Roshar

Nadim Edde Gomez Nequo

⚔️
Exploring Roshar
View GitHub Profile
@Nequo
Nequo / carbon.toml
Created March 13, 2023 17:29
helix carbon theme
"ui.background" = { bg = "base00" }
"ui.virtual.whitespace" = "base03"
"ui.menu" = { fg = "base05", bg = "base01" }
"ui.menu.selected" = { fg = "base01", bg = "base04" }
"ui.linenr" = { fg = "base03", bg = "base01" }
"ui.popup" = { bg = "base01" }
"ui.window" = { bg = "base01" }
"ui.linenr.selected" = { fg = "base04", bg = "base01", modifiers = ["bold"] }
"ui.selection" = { bg = "base02" }
"comment" = { fg = "cyan", modifiers = ["italic"] }