/ColorKraken

A simple theme editor for GitKraken

Primary LanguageC#MIT LicenseMIT

ColorKraken

A simple WPF application for editing GitKraken themes. gitkraken-logo-light-hz

GitKraken v8.2.0 introduced custom color themes. This simple desktop applications allows for easy editing of those themes.

Installation

You can download pre-compiled versions of the application from the latest Release. Alternatively you can install using chocolatey

choco install colorkraken

About

Though the color picker on each theme color defaults to an RGB value, the theming in GitKraken supports more advanced CSS functions (such as lighten(), fade(), etc). Check out the existing themes to get an idea of what is possible.

Once you create a theme, in GitKraken, open Preferences >> UI Customization and select your new theme from the Theme drop down. Once selected changes you make in this app will appear immediately in GitKraken. Check out changing app__bg0 to change the main application background color for a very noticiple change.

image

Local Chocolately Package Testing

You can download the NuGet package that would be pushed to chocolatey and test it locally. Because it takes a dependency on the dotnet 6 desktop runtime you will need to run the following command from the directory where the downloaded nupkg is located. If it is a pre-release package you will also need to specify --pre

choco install colorkraken -dv -source "'.;https://community.chocolatey.org/api/v2/'" --pre