diff options
| author | Ariane Emory <[email protected]> | 2025-11-23 02:51:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-23 01:51:07 -0600 |
| commit | 7d11986a0a2ac0386a4289a4b05c6ea5fc598ba6 (patch) | |
| tree | 139e562df70e7bfcc98edc8810b5379848ce0a88 /packages/web | |
| parent | d75d90c53e9c4aff82d70e9af1fb2b01a676d7ab (diff) | |
| download | opencode-7d11986a0a2ac0386a4289a4b05c6ea5fc598ba6.tar.gz opencode-7d11986a0a2ac0386a4289a4b05c6ea5fc598ba6.zip | |
feature: optional selectedListItemText element in themes and luminance-based fallback to solve 4369 (#4572)
Co-authored-by: knanao <[email protected]>
Co-authored-by: knanao <[email protected]>
Diffstat (limited to 'packages/web')
| -rw-r--r-- | packages/web/public/theme.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/public/theme.json b/packages/web/public/theme.json index b3e97f7ca..7c8077634 100644 --- a/packages/web/public/theme.json +++ b/packages/web/public/theme.json @@ -46,6 +46,7 @@ "info": { "$ref": "#/definitions/colorValue" }, "text": { "$ref": "#/definitions/colorValue" }, "textMuted": { "$ref": "#/definitions/colorValue" }, + "selectedListItemText": { "$ref": "#/definitions/colorValue" }, "background": { "$ref": "#/definitions/colorValue" }, "backgroundPanel": { "$ref": "#/definitions/colorValue" }, "backgroundElement": { "$ref": "#/definitions/colorValue" }, |
