Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Vintage theme #9361

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
055f605
added voxed theme
rojebd Dec 25, 2023
d1817aa
updated voxed.toml theme
rojebd Dec 25, 2023
f0c7068
makes the theme not transparent by default
rojebd Dec 25, 2023
9342ae1
updated voxed theme comments
rojebd Dec 25, 2023
a18b94d
updated voxed punctuation option
rojebd Dec 25, 2023
6af3a6c
updated voxed numeric colors
rojebd Dec 25, 2023
cce5a3d
updated voxed background
rojebd Dec 26, 2023
2ef84aa
applied changes that were suggested
rojebd Dec 27, 2023
409a43b
used palette's own colours instead of helix's default such as lavende…
rojebd Dec 28, 2023
d25b810
fixed suggested stuff
rojebd Dec 29, 2023
e1e6e8a
makes cursor always white
rojebd Dec 29, 2023
8b0a3a3
fixed lsp popup colors
rojebd Jan 1, 2024
59ba52a
made statusline more readable
rojebd Jan 3, 2024
b9d5e40
updated cursor colors to [reversed]
rojebd Jan 3, 2024
a82ce83
updated cursor colors so white is more visible
rojebd Jan 3, 2024
80fd431
updated ruler colors to bgrey-two
rojebd Jan 6, 2024
fc93edb
updated ruler colors to bgrey-two
rojebd Jan 6, 2024
2bdac2d
accidentally reverted changes now i actually changed ruler to bgrey-two
rojebd Jan 6, 2024
56ca1ac
update voxed theme
rojebd Jan 13, 2024
a3e281f
increase statusline readability colors
rojebd Jan 13, 2024
6944660
updated ident guide
rojebd Jan 16, 2024
4530cb5
added theme repo and about theme
rojebd Jan 16, 2024
031ca77
added vintage theme
rojebd Jan 17, 2024
ff024bd
accidentally added theme meant to create new pull request SORRY
rojebd Jan 17, 2024
7b96a91
added vintage theme
rojebd Jan 17, 2024
21c87a0
updated theme's cursorline
rojebd Jan 27, 2024
db6237f
Changed escape character colors "\n" and made git gutters colors bold
rojebd Feb 8, 2024
ffaaeb7
Merge branch 'master' into vintage-theme
rojebd Nov 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions runtime/themes/vintage.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Vintage Theme for the Helix Editor
# Author: rojebd<[email protected]>
# Repo: https://github.com/rojebd/vintage
# This theme is vintage inspired
# Info: I made this theme one afternoon because my bus was late and I stayed home :)

attribute = "#a7bf67"
keyword = "#A4A2B4"
"keyword.directive" = "light-gray"
namespace = "#7095bf"
punctuation = "white"
"punctuation.delimeter" = "white"
operator = "muddy"
special = "pink"
"variable.other.member" = "green"
variable = "green"
"variable.parameter" = "light-green"
"variable.builtin" = "light-green"
type = "#efbe4c"
"type.builtin" = "#efbe4c"
constructor = "#c19ef7"
function = "muddy"
"function.macro" = "muddy"
"function.builtin" = "#db985e"
tag = "#d37a78"
comment = "light-gray"
constant = "#A5C4D4"
"constant.builtin" = "bright-yellow"
string = "#d6a560"
"constant.numeric" = "#b577b0"
"constant.character.escape" = "#c95c56"
label = "#abcc8a"

"markup.heading" = "bright-pink"
"markup.bold" = { fg = "markdown-bold", modifiers = ["bold"] }
"markup.italic" = { fg = "markdown-italic", modifiers = ["italic"] }
"markup.strikethrough" = { fg = "bright-pink", modifiers = ["crossed_out", "bold"] }
"markup.link.url" = { fg = "blueish", modifiers = ["underlined"] }
"markup.link.text" = "orange"
"markup.raw" = "gray"

"diff.plus" = { fg = "bright-green", modifiers = ["bold"] }
"diff.minus" = { fg = "redish", modifiers = ["bold"] }
"diff.delta" = { fg = "blueish", modifiers = ["bold"] }

"ui.background" = { bg = "background" }
"ui.background.separator" = { fg = "white" }
"ui.linenr" = { fg = "#747575" }
"ui.linenr.selected" = { fg = "#c7dddd" }
"ui.statusline" = { fg = "black", bg = "gray" }
"ui.statusline.inactive" = { fg = "gray", bg = "#3c3836" }
"ui.popup" = { bg = "#3b3b3d" }
"ui.window" = { fg = "yellow" }
"ui.help" = { bg = "#35353a", fg = "light-gray" }

"ui.text" = { fg = "light-gray" }
"ui.text.focus" = { fg = "#83c679" }
"ui.text.inactive" = "#93a56f"
"ui.virtual" = { fg = "yellow" }
"ui.virtual.indent-guide" = { fg = "#5b5b5a" }
"ui.virtual.ruler" = { bg = "#363638" }

"ui.selection" = { fg = "white", bg = "gray" }
"ui.selection.primary" = { fg = "white", bg = "gray" }
"ui.cursor.match" = { fg = "white", bg = "gray" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "#3b3b3f" }

"ui.debug" = { fg = "#634450" }
"ui.debug.breakpoint" = { fg = "redish" }
"ui.debug.active" = { fg = "blueish" }
"ui.menu" = { fg = "gray", bg = "black" }
"ui.menu.selected" = { fg = "black", bg = "gray" }

"diagnostic.hint" = { underline = { color = "bright-yellow", style = "curl" } }
"diagnostic.info" = { underline = { color = "bright-yellow", style = "curl" } }
"diagnostic.warning" = { underline = { color = "bright-yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "bright-pink", style = "curl" } }

warning = "bright-yellow"
error = "bright-pink"
info = "bright-yellow"
hint = "bright-yellow"

[palette]
bright-pink = "#DE6468"
background = "#1f1f21"
green = "#778e61"
light-green = "#9B9B7A"
brown = "#BAA587"
pink = "#D9AE94"
yellow = "#F1DCA7"
bright-yellow = "#FFCB69"
orange = "#E8AC65"
muddy = "#D08C60"
markdown-italic = "#80a552"
markdown-bold = "#6faa75"
dark-brown = "#B58463"
purple-ish = "#997B66"
bright-green = "#4F6F52"
blueish = "#3876BF"
redish = "#B80000"
12 changes: 8 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 @@ -54,15 +60,15 @@ 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 +81,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