update voxed theme (#9328)

This commit is contained in:
rojebd 2024-12-04 16:03:45 -07:00 committed by GitHub
parent cd972ae77d
commit 8a7006dd57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,9 @@
# Voxed theme for the Helix Editor
# Author: rojebd<roniellberrios@gmail.com>
# Repo: https://github.com/rojebd/voxed
# Version: 1.0
# Info: This is a theme I made one afternoon because I was bored
attribute = "buff" attribute = "buff"
keyword = "sglow" keyword = "sglow"
"keyword.directive" = "defineish" "keyword.directive" = "defineish"
@ -43,6 +49,7 @@ label = "yellow"
"ui.background.separator" = { fg = "sglow" } "ui.background.separator" = { fg = "sglow" }
"ui.linenr" = { fg = "light-grey", modifiers = ["italic"] } "ui.linenr" = { fg = "light-grey", modifiers = ["italic"] }
"ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] } "ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }
"ui.statusline" = { fg = "black", bg = "light-grey", modifiers = ["bold"] } "ui.statusline" = { fg = "black", bg = "light-grey", modifiers = ["bold"] }
"ui.statusline.inactive" = { fg = "black", bg = "bgrey-two" } "ui.statusline.inactive" = { fg = "black", bg = "bgrey-two" }
"ui.popup" = { fg = "bgrey", bg = "#25262B" } "ui.popup" = { fg = "bgrey", bg = "#25262B" }
@ -54,7 +61,8 @@ label = "yellow"
"ui.text.inactive" = "bgrey" "ui.text.inactive" = "bgrey"
"ui.virtual" = { fg = "blue" } "ui.virtual" = { fg = "blue" }
"ui.virtual.ruler" = { bg = "bgrey-two" } "ui.virtual.ruler" = { bg = "bgrey-two" }
"ui.virtual.indent-guide" = { fg = "bpink" } "ui.virtual.indent-guide" = { fg = "gray" }
"ui.selection" = { bg = "maize" } "ui.selection" = { bg = "maize" }
"ui.selection.primary" = { fg = "white", bg = "bgrey" } "ui.selection.primary" = { fg = "white", bg = "bgrey" }
@ -62,7 +70,8 @@ label = "yellow"
"ui.cursor.insert" = { bg = "white" } "ui.cursor.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { bg = "bgrey-two", modifiers = ["reversed"] } "ui.cursor" = { bg = "bgrey-two", modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "white" } "ui.cursorline.primary" = { bg = "#44414c" }
"ui.highlight" = { bg = "white" } "ui.highlight" = { bg = "white" }
"ui.highlight.frameline" = { bg = "#634450" } "ui.highlight.frameline" = { bg = "#634450" }
"ui.debug" = { fg = "#634450" } "ui.debug" = { fg = "#634450" }
@ -75,8 +84,6 @@ label = "yellow"
"diagnostic.info" = { underline = { color = "sglow", style = "curl" } } "diagnostic.info" = { underline = { color = "sglow", style = "curl" } }
"diagnostic.warning" = { underline = { color = "redish", style = "curl" } } "diagnostic.warning" = { underline = { color = "redish", style = "curl" } }
"diagnostic.error" = { underline = { color = "bpink", style = "curl" } } "diagnostic.error" = { underline = { color = "bpink", style = "curl" } }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
warning = "bpink" warning = "bpink"
error = "bsienna" error = "bsienna"