Skip to content

[+] Separate lightness values for light and dark themes - #533

Merged
hykilpikonna merged 1 commit into
hykilpikonna:masterfrom
AnonymousRand:lightness-per-theme
Aug 9, 2026
Merged

[+] Separate lightness values for light and dark themes#533
hykilpikonna merged 1 commit into
hykilpikonna:masterfrom
AnonymousRand:lightness-per-theme

Conversation

@AnonymousRand

Copy link
Copy Markdown
Contributor

Description

Add a lightness_per_mode config key accepting separate lightness values for dark and light themes.

(Note: PR also contains the same commit from #528 since I branched off my fork for that)

Relevant Links

Closes #529.

Screenshots

Before, with

"auto_detect_light_dark": true,
"lightness": 0.85
screenshot_2026-07-19_12-56-19 screenshot_2026-07-19_12-56-29

After, with

"auto_detect_light_dark": true,
"lightness_per_theme": {
  "light": 0.85,
  "dark": 0.6
}
screenshot_2026-07-19_12-55-39 screenshot_2026-07-19_12-55-09

Additional context

@hykilpikonna
hykilpikonna merged commit 08f8024 into hykilpikonna:master Aug 9, 2026
2 checks passed
@hykilpikonna

Copy link
Copy Markdown
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support separate lightness values for light and dark theme

2 participants