mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 15:02:59 +02:00
* 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
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2015 - present Microsoft Corporation
|
|
Copyright (c) 2026 Tyler Laprade
|
|
|
|
Based on the "Quiet Light" theme bundled with Visual Studio Code
|
|
(extensions/theme-quietlight), which itself ports the TextMate theme
|
|
"Quiet Light" originally authored by Ian Beck.
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|