diff --git a/client/src/editor.c b/client/src/editor.c index d9fe8f8..891e375 100644 --- a/client/src/editor.c +++ b/client/src/editor.c @@ -461,7 +461,7 @@ VkResult color_ui(ClientContext* context) { { .pos = {0, 0}, .size = {190, 150}, - .color = {{0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}}, + .color = {{0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}}, }, { .type = DRAWABLE_TYPE_RECT_HSV, @@ -737,7 +737,7 @@ VkResult hex_info_ui(ClientContext* context) { { .pos = {0, 0}, .size = {150, 175}, - .color = {{0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}}, + .color = {{0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}}, }, }; @@ -803,7 +803,7 @@ VkResult region_info_ui(ClientContext* context) { { .pos = {0, 0}, .size = {225, 155}, - .color = {{0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}, {0.4, 0.4, 0.4, 0.4}}, + .color = {{0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}, {0.4, 0.4, 0.4, 0.8}}, }, };