Add colorblind theme and command support#4936
Conversation
🦋 Changeset detectedLatest commit: 56a2e6d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@idreesmuhammadqazi-create a cli changeset is missing. |
|
added a changeset |
|
@idreesmuhammadqazi-create thanks for the adjustments. Can we keep the colorblind theme but remove the |
|
@marius-kilocode yeah the /colorblind command was an overkill |
cli/src/commands/colorblind.ts
Outdated
| name: "colorblind", | ||
| aliases: ["cb"], | ||
| description: "Toggle colorblind-friendly theme", | ||
| usage: "/colorblind [on|off]", |
There was a problem hiding this comment.
Would it not be enough to have the colorblind theme selectable via /theme?
The toggle mechanism hard resets to the dark them when the colorblind theme is un-toggled .
Context
Added a new /colorblind command to the Kilo Code CLI that allows users to toggle a colorblind-friendly theme. This feature addresses accessibility needs for users with various forms of color vision deficiency by providing high-contrast colors and patterns that ensure maximum readability and usability.
Implementation
The implementation consists of three main components:
The implementation leverages the existing theme system, so the colorblind theme works seamlessly with all CLI components and maintains consistency with other theme switching functionality.
How to Test
Get in Touch
Discord: crypt0phage