elm - palettes - add an empty palette by default for edj colorclasses

edj files can (and should) ship their own color_classes and
definitions. these color palette files override those. if you want to
purely use what is in the theme edj you need no palette - or an empty
one. this is that palette.
This commit is contained in:
Carsten Haitzler 2022-05-09 17:25:00 +01:00
parent 7743b17dba
commit c535a3a6f4
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
group "Elm_Palette" struct {
value "version" int: 1000;
}

View File

@ -1,5 +1,6 @@
pals = [
'default',
'empty',
'light',
'mauve-sunset',
'candy-mint',