Skip to content

Commit

Permalink
theme(onedark): Add ui.highlight scope (#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudormrfbin committed Jan 31, 2023
1 parent 4dcf1fe commit 0f562df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}

"ui.selection" = { bg = "light-gray" }
"ui.selection" = { bg = "faint-gray" }
"ui.selection.primary" = { bg = "gray" }
"ui.cursorline.primary" = { bg = "light-black" }

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

"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "white" }

Expand Down

0 comments on commit 0f562df

Please sign in to comment.