themerdev / themer

🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
https://themer.dev
MIT License
5.43k stars 113 forks source link

Kate editor support #126

Open Akselmo opened 2 years ago

Akselmo commented 2 years ago

New theme template request

Since there's now KDE Plasma colors support, having support for KDE default text editor Kate would be nice too!

Website

https://kate-editor.org/

Example theme file

Light: https://invent.kde.org/frameworks/syntax-highlighting/-/blob/master/data/themes/breeze-light.theme

Dark: https://invent.kde.org/frameworks/syntax-highlighting/-/blob/master/data/themes/breeze-dark.theme

Additional theme information

Themes seem to be simple JSON files, they just have .theme filetype.

Akselmo commented 2 years ago

I just noticed this is basically a syntax file that could work widely across KDE apps like KDevelop as well. So even if this was made with Kate in mind other apps could use it too.