Skip to content

Commit

Permalink
theme(rose-pine): add inlay hints (#6384)
Browse files Browse the repository at this point in the history
* add `ui.virtual.inlay-hint`

* normalise line endings
  • Loading branch information
mvllow authored Mar 20, 2023
1 parent 3da63fa commit 9eb1121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion runtime/themes/rose_pine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ui.virtual.ruler" = { bg = "overlay" }
"ui.virtual.whitespace" = { fg = "highlight_low" }
"ui.virtual.indent-guide" = { fg = "muted" }
"ui.virtual.inlay-hint" = { fg = "subtle" }

"ui.menu" = { fg = "subtle", bg = "surface" }
"ui.menu.selected" = { fg = "text" }
Expand Down Expand Up @@ -185,4 +186,4 @@ iris = "#c4a7e7"
iris_10 = "#2b2539"
highlight_low = "#21202e"
highlight_med = "#403d52"
highlight_high = "#524f67"
highlight_high = "#524f67"
2 changes: 1 addition & 1 deletion runtime/themes/rose_pine_dawn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ iris = "#907aa9"
iris_10 = "#f1e8e6"
highlight_low = "#f4ede8"
highlight_med = "#dfdad9"
highlight_high = "#cecacd"
highlight_high = "#cecacd"
2 changes: 1 addition & 1 deletion runtime/themes/rose_pine_moon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ iris = "#c4a7e7"
iris_10 = "#342e4a"
highlight_low = "#2a283e"
highlight_med = "#44415a"
highlight_high = "#56526e"
highlight_high = "#56526e"

0 comments on commit 9eb1121

Please sign in to comment.