mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Dark and Light Theme #629
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hakanct on GitHub (May 23, 2025).
Eligibility
Individual Commercial Use License
Suggestion
I use Auto Dark Mode so when it changes i change komorebi's theme manually. It could be better if there was a selection for both dark and light theme selection like:
"dark_theme": {
"palette": "Base16",
"name": "Nord",
"accent": "Base0D"
},
"light_theme": {
"palette": "Base16",
"name": "NordLight",
"accent": "Base0D"
},
Alternatives Considered
Well there is VSCode. It iplements it like this:
"workbench.preferredLightColorTheme": "Nord Light",
"workbench.preferredDarkColorTheme": "Nord Deep"
and many more websites and apps do have system based theme.
@github-actions[bot] commented on GitHub (May 23, 2025):
Feature requests on this repository are only open to current GitHub sponsors on the $5/month tier and above, people with a valid individual commercial use license, and approved contributors.
This issue has been automatically closed until one of those pre-requisites can be validated.