[FEAT]: Dark and Light Theme #629

Closed
opened 2026-01-05 14:52:05 +01:00 by adam · 1 comment
Owner

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.

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.
adam added the enhancement label 2026-01-05 14:52:05 +01:00
adam closed this issue 2026-01-05 14:52:05 +01:00
Author
Owner

@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.

@github-actions[bot] commented on GitHub (May 23, 2025): Feature requests on this repository are only open to current [GitHub sponsors](https://github.com/sponsors/LGUG2Z) on the $5/month tier and above, people with a valid [individual commercial use license](https://lgug2z.com/software/komorebi), and approved contributors. This issue has been automatically closed until one of those pre-requisites can be validated.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#629