-
-
Notifications
You must be signed in to change notification settings - Fork 136
Customizable colors in sleek
ransome1 edited this page Jul 13, 2026
·
3 revisions
sleek allows you to personalize sleek's color scheme to match your preferences or accessibility needs. You can customize colors through the colors.json configuration file, which controls sleek's semantic colors, theme colors, navigation colors, and priority attribute colors.
The colors.json file is located in your sleek user data directory. The exact location depends on your operating system.
To modify the colors, follow these steps:
- Locate the
colors.jsonfile in your sleek user data directory. - Open the file in a text editor.
- Modify the color values as needed. Make sure to use valid hex color codes (e.g.,
#ffffff). - Save the file.
- Restart sleek to apply the changes.
sleek supports both light and dark theme modes. The theme mode can be switched in sleek's settings. The theme colors defined in the colors.json file will be used for the respective theme mode.