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 voxed theme #9328

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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
updated voxed.toml theme
  • Loading branch information
rojebd committed Dec 25, 2023
commit d1817aa6b35b89193518cf94759a36d095165c7f
8 changes: 5 additions & 3 deletions runtime/themes/voxed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ string = "redish"
label = "honey"

"markup.heading" = "functionish"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.list" = "status-two"
"markup.quote" = "tan"
"markup.bold" = { fg = "sglow", modifiers = ["bold"] }
"markup.italic" = { fg = "sglow", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "sglow", modifiers = ["underlined"] }
"markup.link.text" = "greenish"
"markup.raw" = "bgray"
"markup.raw" = "light-grey"

"diff.plus" = "#7DDF64"
"diff.minus" = "#F22B29"
Expand Down