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

Update current hex themes, add a new hex theme #10849

Merged
merged 18 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
updates to selection colors for better read
  • Loading branch information
PORTALSURFER committed May 29, 2024
commit 5391bbb632751306fd022785cf71f81816eefea3
3 changes: 2 additions & 1 deletion runtime/themes/hex_lavender.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ highlight_three = "#29bbff"
black = "#000000"

selection = "#290019"
# 9aacfe
selection_fg = "#958e9a"

comment = "#404768"
comment_doc = "#0affa9"

Expand Down
1 change: 1 addition & 0 deletions runtime/themes/hex_poison.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ highlight_three = "#d7ff52"
black = "#000000"

selection = "#290019"
selection_fg = "#c8e732"

comment = "#396884"
comment_doc = "#234048"
Expand Down
4 changes: 2 additions & 2 deletions runtime/themes/hex_steel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"ui.popup" = { fg = "t4", bg = "t1" }
"ui.window" = { fg = "t4" }

"ui.selection.primary" = { bg = "selection" }
"ui.selection" = { bg = "selection" }
"ui.selection" = { fg = "selection_fg", bg = "selection" }

"ui.cursorline.primary" = { bg = "t1" }

Expand Down Expand Up @@ -106,6 +105,7 @@ highlight_two = "#f69c3c"
highlight_three = "#d4d987"

selection = "#264e60"
selection_fg = "#080a0b"

black = "#000000"
comment = "#654642"
Expand Down
3 changes: 2 additions & 1 deletion runtime/themes/hex_toxic.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ highlight_three = "#f8ed8b"

black = "#000000"

selection = "#382e1e"
selection = "#b10656"
selection_fg = "#101719"

comment = "#417e8c"
comment_doc = "#234048"
Expand Down
Loading