diff --git a/src/ctxt/theme.enums b/src/ctxt/theme.enums index 0656c07..e0d7a37 100644 --- a/src/ctxt/theme.enums +++ b/src/ctxt/theme.enums @@ -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")] diff --git a/src/ctxt/theme.h b/src/ctxt/theme.h index 72ee545..0408bd6 100644 --- a/src/ctxt/theme.h +++ b/src/ctxt/theme.h @@ -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 {