Skip to content

Commit

Permalink
Add ui.virtual theme scopes for onedark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sudormrfbin authored and the-mikedavis committed Apr 27, 2022
1 parent 52f5a42 commit 3626e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ diagnostic = { modifiers = ["underlined"] }
"error" = { fg = "red", modifiers = ["bold"] }

"ui.background" = { bg = "black" }
"ui.virtual" = { fg = "light-gray" }
"ui.virtual.whitespace" = { fg = "light-gray" }
"ui.virtual.ruler" = { bg = "gray" }

"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
Expand Down

0 comments on commit 3626e38

Please sign in to comment.