From 824b79a922a59c5c19d4b058cea8f8b4fc196849 Mon Sep 17 00:00:00 2001 From: Samuel Guyah Date: Sun, 20 Oct 2024 16:06:21 +0200 Subject: [PATCH] format themes --- runtime/themes/black_and_white.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/themes/black_and_white.toml b/runtime/themes/black_and_white.toml index 5b7719b2c..0bec5a027 100644 --- a/runtime/themes/black_and_white.toml +++ b/runtime/themes/black_and_white.toml @@ -40,9 +40,9 @@ "ui.selection" = { bg = "secondary", underline = { style = "curl" } } "ui.selection.primary" = { bg = "primary", underline = { style = "curl" }} "ui.statusline" = { fg = "background", bg = "foreground" } -"ui.statusline.insert" = { modifiers = ["bold"] } -"ui.statusline.normal" = { modifiers = ["bold"] } -"ui.statusline.select" = { modifiers = ["bold"] } +"ui.statusline.insert" = { modifiers = ["bold"] } +"ui.statusline.normal" = { modifiers = ["bold"] } +"ui.statusline.select" = { modifiers = ["bold"] } "ui.text" = { fg = "foreground" } "ui.text.focus" = { fg = "foreground" } "ui.virtual.inlay-hint.parameter" = { modifiers = ["italic", "dim"] }