diff options
author | Kirawi | 2023-03-11 14:02:04 +0000 |
---|---|---|
committer | GitHub | 2023-03-11 14:02:04 +0000 |
commit | bb720797432df9805288856c4f6e87a8c55728a8 (patch) | |
tree | d3be34e4edcae1c04c63b36c3819b2721f99d54e /runtime/themes | |
parent | 81601b1c6c61a7981d17e53e511e06bf5404afb4 (diff) |
fleet_dark: theme inlay hints (#6266)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/fleet_dark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index 83caf8f3..337853cc 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -92,6 +92,7 @@ "ui.text.focus" = { fg = "White", bg = "Blue 40" } "ui.virtual" = "Gray 80" # .whitespace +"ui.virtual.inlay-hint" = "Purple 20" # "ui.virtual.ruler" = { bg = "darker"} "hint" = "Gray 80" |