Skip to content

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.

Where to Find colors.json

The colors.json file is located in your sleek user data directory. The exact location depends on your operating system.

How to Modify Colors

To modify the colors, follow these steps:

  1. Locate the colors.json file in your sleek user data directory.
  2. Open the file in a text editor.
  3. Modify the color values as needed. Make sure to use valid hex color codes (e.g., #ffffff).
  4. Save the file.
  5. Restart sleek to apply the changes.

Light/Dark Theme Modes

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.

Clone this wiki locally