Skip to content

Commit e7a0e7c

Browse files
committed
theme(quiet_light): tune UI chrome
- Fix invisible popup/menu bg by using editor bg consistently - Set ui.background fg so picker outer border (Block::bordered, no explicit style) inherits a visible color - Switch popup.info from peek-bg (pale blue) to editor bg for consistency - Add chrome-border palette entry (#c9d0d9, QL tab.lastPinnedBorder) for ui.window and ui.background.separator - Quote underline + mark link-url underline style properly
1 parent 72a5536 commit e7a0e7c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

runtime/themes/quiet_light.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117

118118
# --- UI ---
119119

120-
"ui.background" = { bg = "bg" }
121-
"ui.background.separator" = { fg = "border" }
120+
"ui.background" = { fg = "chrome-border", bg = "bg" }
121+
"ui.background.separator" = { fg = "chrome-border" }
122122

123123
"ui.text" = { fg = "fg" }
124124
"ui.text.focus" = { fg = "fg", bg = "menu-sel" }
@@ -161,8 +161,8 @@
161161
"ui.bufferline.background" = { bg = "sidebar" }
162162

163163
"ui.popup" = { fg = "fg", bg = "bg" }
164-
"ui.popup.info" = { fg = "fg", bg = "peek-bg" }
165-
"ui.window" = { fg = "border" }
164+
"ui.popup.info" = { fg = "fg", bg = "bg" }
165+
"ui.window" = { fg = "chrome-border" }
166166
"ui.help" = { fg = "fg", bg = "bg" }
167167

168168
"ui.picker.header" = { fg = "accent-dark", modifiers = ["bold"] }
@@ -250,6 +250,7 @@ match-bg = "#edc9d8"
250250
title-inactive = "#c4b7d7"
251251
sidebar = "#F2F2F2"
252252
border = "#d0d0d0"
253+
chrome-border = "#c9d0d9"
253254
ruler = "#ececec"
254255
indent-guide = "#d0d0d0"
255256
inlay-bg = "#ececec"

0 commit comments

Comments
 (0)