Skip to content

fix: rename Wisp theme to Custom and hide accent picker for presets#192

Merged
barrydeen merged 1 commit intomainfrom
fix/custom-theme-rename
Mar 10, 2026
Merged

fix: rename Wisp theme to Custom and hide accent picker for presets#192
barrydeen merged 1 commit intomainfrom
fix/custom-theme-rename

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Rename the "Wisp" theme to "Custom" across Themes.kt, Theme.kt, InterfacePreferences.kt, and InterfaceScreen.kt
  • Wrap the accent color picker section in if (isCustomTheme) so it only appears when the Custom theme is selected
  • Preset themes (Nord, Dracula, etc.) no longer show the irrelevant color picker

Test plan

  • Settings → Interface → verify "Custom" label on theme card
  • Select a preset theme (e.g. Nord) → accent color section disappears
  • Select "Custom" → accent color section reappears with correct color
  • Changing accent color still updates the theme live

The accent color picker was always visible even when a preset theme was
selected, which was confusing. Now it only appears for the Custom theme.
@barrydeen barrydeen merged commit d2ce1ba into main Mar 10, 2026
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.

1 participant