[theme] remove default color
This commit is contained in:
parent
2d9bad3303
commit
2e0ce61829
|
@ -7,5 +7,4 @@
|
|||
(AX_COLOR_ON_BACKGROUND "on background")
|
||||
(AX_COLOR_ON_SURFACE "on surface")
|
||||
(AX_COLOR_ON_PRIMARY "on primary")
|
||||
(AX_COLOR_ON_SECONDARY "on secondary")
|
||||
(AX_COLOR__DEFAULT "default")]
|
||||
(AX_COLOR_ON_SECONDARY "on secondary")]
|
||||
|
|
|
@ -15,7 +15,6 @@ enum ax_color_cat {
|
|||
AX_COLOR_ON_PRIMARY,
|
||||
AX_COLOR_ON_SECONDARY,
|
||||
AX_COLOR__COUNT,
|
||||
AX_COLOR__DEFAULT,
|
||||
};
|
||||
|
||||
struct ax_theme {
|
||||
|
|
Loading…
Reference in New Issue