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

feat(themes): material theme collection #8211

Merged
merged 11 commits into from
Sep 10, 2023
Prev Previous commit
Add virtual ruler background to the material theme collection
  • Loading branch information
yhyadev committed Sep 10, 2023
commit 20a6d7e1509dcef19054101a4d9d4f3b435d2969
8 changes: 4 additions & 4 deletions runtime/themes/material_deep_ocean.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@

"ui.selection" = { bg = "selection" }

"ui.virtual" = { fg = "gray" }

"ui.virtual.indent-guide" = { fg = "gray" }

"ui.linenr" = { fg = "line-number" }
"ui.linenr.selected" = { fg = "accent" }

Expand All @@ -82,6 +78,10 @@
"ui.cursor.primary" = { bg = "white", fg = "gray" }
"ui.cursorline.primary" = { bg = "white" }

"ui.virtual" = { fg = "gray" }
"ui.virtual.ruler" = { bg = "highlight" }
"ui.virtual.indent-guide" = { fg = "gray" }

"ui.highlight" = { bg = "highlight" }

"ui.menu" = { bg = "highlight", fg = "text" }
Expand Down