mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 11:30:52 +02:00
ce4276dcd6
* feat(themes): add Quiet Light theme Port of VSCode's built-in "Quiet Light" theme. Distinctive for its bold-on-functions and bold-on-types styling, a rare choice among existing Helix themes. Upstream: https://github.com/microsoft/vscode/tree/main/extensions/theme-quietlight * 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 * Mute type inlay hints in Quiet Light theme * Make popups distinct from editor bg in Quiet Light