Skip to content

Commit

Permalink
Update inlay-hint color for mellow & rasmus themes (#6583)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrohit authored Apr 4, 2023
1 parent dbafe75 commit 480784d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/mellow.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

"ui.virtual" = { fg = "gray02" }
"ui.virtual.indent-guide" = { fg = "gray02" }
"ui.virtual.inlay-hint" = { fg = "gray04" }

"ui.selection" = { bg = "gray03" }
"ui.selection.primary" = { bg = "gray03" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/rasmus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

"ui.virtual" = { fg = "gray03" }
"ui.virtual.indent-guide" = { fg = "gray04" }
"ui.virtual.inlay-hint" = { fg = "gray05" }

"ui.selection" = { bg = "gray03" }
"ui.selection.primary" = { bg = "gray03" }
Expand Down

0 comments on commit 480784d

Please sign in to comment.