From 2e0ce61829df7e43f2233b98cacd81901c856b38 Mon Sep 17 00:00:00 2001 From: Milo Turner Date: Wed, 12 Feb 2020 12:05:33 -0500 Subject: [PATCH] [theme] remove default color --- src/ctxt/theme.enums | 3 +-- src/ctxt/theme.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 {