netstar pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9ab866f32c5cf965a254fd21a47f086887053398
commit 9ab866f32c5cf965a254fd21a47f086887053398 Author: Al Poole <[email protected]> Date: Sun Oct 1 11:10:28 2017 +0100 elm_code_widget: set appropriate background colour. --- src/lib/elementary/elm_code_widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_code_widget.c b/src/lib/elementary/elm_code_widget.c index c6493f4cd7..dc2f49fe33 100644 --- a/src/lib/elementary/elm_code_widget.c +++ b/src/lib/elementary/elm_code_widget.c @@ -2217,7 +2217,7 @@ _elm_code_widget_efl_canvas_group_group_add(Eo *obj, Elm_Code_Widget_Data *pd) pd->scroller = scroller; background = elm_bg_add(scroller); - evas_object_color_set(background, 145, 145, 145, 255); + evas_object_color_set(background, 36, 36, 36, 255); evas_object_size_hint_weight_set(background, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(background, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_show(background); --
