Describe the problem
Currently, Kunkun only supports basic Light and Dark modes, likely following the system preference. While functional, it lacks the personalization options found in established alternatives like Raycast or Alfred. For many users, the ability to match their launcher's appearance with their overall system theme (ricing) or specifically needed high-contrast colors is crucial for a comfortable workflow.
Describe the solution you'd like
I would love to see support for custom color schemes.
Given that Kunkun uses Tailwind CSS, a good starting point (MVP) could be allowing users to override the base color variables via a configuration file (e.g., theme.json or within the main config).
Alternatives considered
Using standard Light/Dark modes, but they don't always fit specific aesthetic setups or accessibility needs.
Additional context
Since Kunkun is positioned as a modern, extensible alternative to Raycast, having theming support would be a significant competitive advantage and a highly requested feature by the community as the project grows.
Contributes
Searched
Describe the problem
Currently, Kunkun only supports basic Light and Dark modes, likely following the system preference. While functional, it lacks the personalization options found in established alternatives like Raycast or Alfred. For many users, the ability to match their launcher's appearance with their overall system theme (ricing) or specifically needed high-contrast colors is crucial for a comfortable workflow.
Describe the solution you'd like
I would love to see support for custom color schemes.
Given that Kunkun uses Tailwind CSS, a good starting point (MVP) could be allowing users to override the base color variables via a configuration file (e.g.,
theme.jsonor within the main config).Alternatives considered
Using standard Light/Dark modes, but they don't always fit specific aesthetic setups or accessibility needs.
Additional context
Since Kunkun is positioned as a modern, extensible alternative to Raycast, having theming support would be a significant competitive advantage and a highly requested feature by the community as the project grows.
Contributes
Searched