diff --git a/src/style.h b/src/style.h index 7e5131b..07a9707 100644 --- a/src/style.h +++ b/src/style.h @@ -71,17 +71,6 @@ constexpr Clay_CornerRadius buttonRadii = { 3, 3, 3, 3 }; -constexpr Clay_Color dieColors[] = { - { 230, 184, 48, 255 }, - { 177, 56, 52, 255 }, - { 115, 177, 52, 255 }, - { 52, 177, 125, 255 }, - { 52, 177, 176, 255 }, - { 52, 93, 177, 255 }, - { 177, 52, 140, 255 }, - { 95, 52, 177, 255 }, -}; - //////////////////////////////////// // COMPILATIONS // | Functions and expressions that combine styling data from the settings above.