Skip to content

KDE Colors

A CLI tool that helps you discover, explore, and extract color schemes from KDE Plasma desktop themes.

CI Documentation PyPI version codecov

Installation

pip install kde-colors

Usage

KDE Colors offers several commands to help you discover and explore themes in your KDE Plasma desktop environment:

List Available Themes

View all available KDE themes on your system:

kde-colors list

Output as JSON:

kde-colors list --json

Save output to a file:

kde-colors list --output themes.txt

Show Theme Color Details

View details of the currently active theme:

kde-colors theme

View details of a specific theme:

kde-colors theme "Breeze Dark"

Output as JSON:

kde-colors theme --json

Show Theme File Paths

View paths to theme files:

kde-colors paths

Output as JSON:

kde-colors paths --json

License

MIT