Update OneDark theme to use light-gray for inlay hints. (#6503)

Co-authored-by: Jack Allison <jacallis@cisco.com>
pull/6568/head
Jack Allison 2023-04-03 04:34:19 -04:00 committed by GitHub
parent d63c717b82
commit 1fcfef12be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
"ui.virtual.indent-guide" = { fg = "faint-gray" }
"ui.virtual.whitespace" = { fg = "light-gray" }
"ui.virtual.ruler" = { bg = "gray" }
"ui.virtual.inlay-hint" = { fg = "light-gray" }
"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }