@@ -60,11 +60,10 @@ void ekg::service::theme::init() {
6060 .description = " Pasted dark-theme... mwm" ,
6161 };
6262
63- dark_theme.symmetric_layout = true ;
6463 dark_theme.frame .background = ekg::color<int32_t >(43 , 43 , 43 , 255 );
6564 dark_theme.frame .outline = ekg::color<int32_t >(190 , 190 , 190 , 0 );
6665 dark_theme.frame .outline = ekg::color<int32_t >(30 , 40 , 60 , 100 );
67- dark_theme.frame .margin_actions_offset = 18 ;
66+ dark_theme.frame .actions_margin_pixel_thickness = 18 ;
6867 dark_theme.button .background = ekg::color<int32_t >(85 , 85 , 85 , 50 );
6968 dark_theme.button .text = ekg::color<int32_t >(202 , 202 , 202 , 255 );
7069 dark_theme.button .outline = ekg::color<int32_t >(202 , 207 , 222 , 0 );
@@ -132,11 +131,10 @@ void ekg::service::theme::init() {
132131 .description = " Pasted light-theme... moow" ,
133132 };
134133
135- light_theme.symmetric_layout = true ;
136134 light_theme.frame .background = ekg::color<int32_t >(242 , 242 , 242 , 255 );
137135 light_theme.frame .outline = ekg::color<int32_t >(190 , 190 , 190 , 0 );
138136 light_theme.frame .outline = ekg::color<int32_t >(202 , 207 , 222 , 150 );
139- light_theme.frame .margin_actions_offset = 18 ;
137+ light_theme.frame .actions_margin_pixel_thickness = 18 ;
140138 light_theme.button .text = ekg::color<int32_t >(141 , 141 , 141 , 255 );
141139 light_theme.button .background = ekg::color<int32_t >(204 , 204 , 204 , 50 );
142140 light_theme.button .active = ekg::color<int32_t >(44 , 166 , 255 , 100 );
@@ -204,11 +202,10 @@ void ekg::service::theme::init() {
204202 .description = " Pasted light-theme... moow" ,
205203 };
206204
207- light_pinky_theme.symmetric_layout = true ;
208205 light_pinky_theme.frame .background = ekg::color<int32_t >(242 , 242 , 242 , 255 );
209206 light_pinky_theme.frame .outline = ekg::color<int32_t >(190 , 190 , 190 , 0 );
210207 light_pinky_theme.frame .outline = ekg::color<int32_t >(202 , 207 , 222 , 150 );
211- light_pinky_theme.frame .margin_actions_offset = 18 ;
208+ light_pinky_theme.frame .actions_margin_pixel_thickness = 18 ;
212209 light_pinky_theme.button .text = ekg::color<int32_t >(141 , 141 , 141 , 255 );
213210 light_pinky_theme.button .background = ekg::color<int32_t >(204 , 204 , 204 , 50 );
214211 light_pinky_theme.button .active = ekg::color<int32_t >(245 , 169 , 184 , 100 );
@@ -276,11 +273,10 @@ void ekg::service::theme::init() {
276273 .description = " Pasted dark-theme... mooo mwm" ,
277274 };
278275
279- dark_pinky_theme.symmetric_layout = true ;
280276 dark_pinky_theme.frame .background = ekg::color<int32_t >(43 , 43 , 43 , 255 );
281277 dark_pinky_theme.frame .outline = ekg::color<int32_t >(190 , 190 , 190 , 0 );
282278 dark_pinky_theme.frame .outline = ekg::color<int32_t >(30 , 40 , 60 , 100 );
283- dark_pinky_theme.frame .margin_actions_offset = 18 ;
279+ dark_pinky_theme.frame .actions_margin_pixel_thickness = 18 ;
284280 dark_pinky_theme.button .background = ekg::color<int32_t >(85 , 85 , 85 , 50 );
285281 dark_pinky_theme.button .text = ekg::color<int32_t >(202 , 202 , 202 , 255 );
286282 dark_pinky_theme.button .outline = ekg::color<int32_t >(202 , 207 , 222 , 0 );
0 commit comments