[theme] remove default color

This commit is contained in:
Milo Turner 2020-02-12 12:05:33 -05:00
parent 2d9bad3303
commit 2e0ce61829
2 changed files with 1 additions and 3 deletions

View File

@ -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")]

View File

@ -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 {