Unnamed repository; edit this file 'description' to name the repository.
Cyan Theme : fix popup not having any background (#12891)
Abderrahmane TAHRI JOUTI 2025-02-17
parent 7275b7f · commit 4672804
-rw-r--r--runtime/themes/cyan_light.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/cyan_light.toml b/runtime/themes/cyan_light.toml
index 6273b0dd..fe3f743a 100644
--- a/runtime/themes/cyan_light.toml
+++ b/runtime/themes/cyan_light.toml
@@ -93,7 +93,7 @@
"ui.statusline.insert" = { fg = "shade00", bg = "green" }
"ui.statusline.select" = { fg = "shade00", bg = "purple" }
-"ui.popup" = { fg = "shade04", bg = "shade00" }
+"ui.popup" = { fg = "shade04", bg = "shade01_lighter" }
"ui.window" = { fg = "shade04", bg = "shade00" }
"ui.help" = { fg = "shade06", bg = "shade00" }
"ui.text" = "shade05"