Skip to content

Commit

Permalink
update voxed theme (#9328)
Browse files Browse the repository at this point in the history
  • Loading branch information
rojebd authored Dec 4, 2024
1 parent cd972ae commit 8a7006d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions runtime/themes/voxed.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Voxed theme for the Helix Editor
# Author: rojebd<[email protected]>
# Repo: https://github.com/rojebd/voxed
# Version: 1.0
# Info: This is a theme I made one afternoon because I was bored

attribute = "buff"
keyword = "sglow"
"keyword.directive" = "defineish"
Expand Down Expand Up @@ -43,6 +49,7 @@ label = "yellow"
"ui.background.separator" = { fg = "sglow" }
"ui.linenr" = { fg = "light-grey", modifiers = ["italic"] }
"ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }

"ui.statusline" = { fg = "black", bg = "light-grey", modifiers = ["bold"] }
"ui.statusline.inactive" = { fg = "black", bg = "bgrey-two" }
"ui.popup" = { fg = "bgrey", bg = "#25262B" }
Expand All @@ -54,15 +61,17 @@ label = "yellow"
"ui.text.inactive" = "bgrey"
"ui.virtual" = { fg = "blue" }
"ui.virtual.ruler" = { bg = "bgrey-two" }
"ui.virtual.indent-guide" = { fg = "bpink" }
"ui.virtual.indent-guide" = { fg = "gray" }


"ui.selection" = { bg = "maize" }
"ui.selection.primary" = { fg = "white", bg = "bgrey" }
"ui.cursor.select" = { bg = "white" }
"ui.cursor.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { bg = "bgrey-two", modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "white" }
"ui.cursorline.primary" = { bg = "#44414c" }

"ui.highlight" = { bg = "white" }
"ui.highlight.frameline" = { bg = "#634450" }
"ui.debug" = { fg = "#634450" }
Expand All @@ -75,8 +84,6 @@ label = "yellow"
"diagnostic.info" = { underline = { color = "sglow", style = "curl" } }
"diagnostic.warning" = { underline = { color = "redish", style = "curl" } }
"diagnostic.error" = { underline = { color = "bpink", style = "curl" } }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }

warning = "bpink"
error = "bsienna"
Expand Down

0 comments on commit 8a7006d

Please sign in to comment.