Update inlay-hint color for mellow & rasmus themes (#6583)

This commit is contained in:
Rohit K Viswanath 2023-04-04 19:35:13 +05:30 committed by GitHub
parent dbafe756fa
commit 480784d2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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" }

View File

@ -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" }