fix: removed leftover die colors
This commit is contained in:
parent
4477d1cca7
commit
037f18bf5c
11
src/style.h
11
src/style.h
|
|
@ -71,17 +71,6 @@ constexpr Clay_CornerRadius buttonRadii = {
|
||||||
3, 3, 3, 3
|
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
|
// COMPILATIONS
|
||||||
// | Functions and expressions that combine styling data from the settings above.
|
// | Functions and expressions that combine styling data from the settings above.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue