Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/voxed.toml')
| -rw-r--r-- | runtime/themes/voxed.toml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index fff0bfba..c2be9afe 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -1,9 +1,3 @@ -# 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" @@ -49,7 +43,6 @@ 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" } @@ -61,8 +54,7 @@ label = "yellow" "ui.text.inactive" = "bgrey" "ui.virtual" = { fg = "blue" } "ui.virtual.ruler" = { bg = "bgrey-two" } -"ui.virtual.indent-guide" = { fg = "gray" } - +"ui.virtual.indent-guide" = { fg = "bpink" } "ui.selection" = { bg = "maize" } "ui.selection.primary" = { fg = "white", bg = "bgrey" } @@ -70,8 +62,7 @@ label = "yellow" "ui.cursor.insert" = { bg = "white" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } "ui.cursor" = { bg = "bgrey-two", modifiers = ["reversed"] } -"ui.cursorline.primary" = { bg = "#44414c" } - +"ui.cursorline.primary" = { bg = "white" } "ui.highlight" = { bg = "white" } "ui.highlight.frameline" = { bg = "#634450" } "ui.debug" = { fg = "#634450" } @@ -84,6 +75,8 @@ 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" |