diff options
Diffstat (limited to 'runtime/themes/ayu_mirage.toml')
-rw-r--r-- | runtime/themes/ayu_mirage.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml index d6c9410d..f3b49d87 100644 --- a/runtime/themes/ayu_mirage.toml +++ b/runtime/themes/ayu_mirage.toml @@ -59,6 +59,8 @@ "diagnostic.info"= { fg = "blue", modifiers = ["underlined"] } "diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] } "diagnostic.error"= { fg = "red", modifiers = ["underlined"] } +"ui.bufferline" = { fg = "gray", bg = "black" } +"ui.bufferline.active" = { fg = "foreground", bg = "background" } "special" = { fg = "orange" } |