Unnamed repository; edit this file 'description' to name the repository.
Small refinements for modus themes (#12670)
Alexis Mousset 2025-01-25
parent 81708b7 · commit de738ba
-rw-r--r--runtime/themes/modus_operandi.toml3
-rw-r--r--runtime/themes/modus_vivendi.toml3
2 files changed, 4 insertions, 2 deletions
diff --git a/runtime/themes/modus_operandi.toml b/runtime/themes/modus_operandi.toml
index 5d84741b..c0c76a3d 100644
--- a/runtime/themes/modus_operandi.toml
+++ b/runtime/themes/modus_operandi.toml
@@ -72,9 +72,10 @@ punctuation = "fg-dim"
"ui.popup" = { fg = "fg-main", bg = "bg-dim" }
"ui.window" = { fg = "fg-dim" }
-"ui.help" = { fg = "fg-main", bg = "bg-dim" }
+"ui.help" = { fg = "fg-main", bg = "bg-active" }
"ui.gutter" = { bg = "bg-dim" }
"ui.text" = "fg-main"
+"ui.text.directory" = "blue"
"ui.text.focus" = { fg = "fg-main", bg = "bg-completion", modifiers = ["bold"] }
"ui.text.inactive" = { fg = "fg-dim" }
"ui.virtual" = "bg-active"
diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml
index 00c55e3b..5868f4f8 100644
--- a/runtime/themes/modus_vivendi.toml
+++ b/runtime/themes/modus_vivendi.toml
@@ -75,9 +75,10 @@ punctuation = "fg-dim"
"ui.popup" = { fg = "fg-main", bg = "bg-dim" }
"ui.window" = { fg = "fg-dim" }
-"ui.help" = { fg = "fg-main", bg = "bg-dim" }
+"ui.help" = { fg = "fg-main", bg = "bg-active" }
"ui.gutter" = { bg = "bg-dim" }
"ui.text" = "fg-main"
+"ui.text.directory" = "blue-cooler"
"ui.text.focus" = { fg = "fg-main", bg = "bg-completion", modifiers = ["bold"] }
"ui.text.inactive" = { fg = "fg-dim" }
"ui.virtual" = "bg-active"