Skip to content

Commit

Permalink
Update cursorline for tokyonight + tokyonight_storm (#2927)
Browse files Browse the repository at this point in the history
Co-authored-by: s0LA1337 <dreamer@neoncity.dev>
  • Loading branch information
SoraTenshi and s0LA1337 authored Jun 30, 2022
1 parent f2768da commit 26501af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/tokyonight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "orange", modifiers = ["bold"] }
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "background_menu" }
"ui.help" = { fg = "foreground", bg = "background_menu" }
"ui.linenr" = { fg = "foreground_gutter" }
"ui.linenr.selected" = { fg = "foreground" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/tokyonight_storm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "orange", modifiers = ["bold"] }
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "background_menu" }
"ui.help" = { fg = "foreground", bg = "background_menu" }
"ui.linenr" = { fg = "foreground_gutter" }
"ui.linenr.selected" = { fg = "foreground" }
Expand Down

0 comments on commit 26501af

Please sign in to comment.