Home
last modified time | relevance | path

Searched refs:dark (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/src/extra/themes/basic/
Dlv_theme_basic.c34 lv_style_t dark; member
98 style_init_reset(&styles->dark); in style_init()
99 lv_style_set_bg_opa(&styles->dark, LV_OPA_COVER); in style_init()
100 lv_style_set_bg_color(&styles->dark, COLOR_DARK); in style_init()
101 lv_style_set_line_width(&styles->dark, 1); in style_init()
102 lv_style_set_line_color(&styles->dark, COLOR_DARK); in style_init()
103 lv_style_set_arc_width(&styles->dark, 2); in style_init()
104 lv_style_set_arc_color(&styles->dark, COLOR_DARK); in style_init()
213 lv_obj_add_style(obj, &styles->dark, 0); in theme_apply()
239 lv_obj_add_style(obj, &styles->dark, LV_PART_INDICATOR); in theme_apply()
[all …]
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.h39 …eme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_secondary, bool dark,
Dlv_theme_default.c645 …eme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_secondary, bool dark, in lv_theme_default_init() argument
669 theme.flags = dark ? MODE_DARK : 0; in lv_theme_default_init()
/lvgl-3.7.0/docs/overview/
Dcolor.md132 c1.full = lv_color_to1(c); /*Return 1 for light colors, 0 for dark colors*/
Dstyle.md75 - the basic button style defines dark-gray color for the default state and light-gray color for the…
318 false, /*Light or dark mode*/
331 Any number of themes can be chained this way. E.g. default theme -> custom theme -> dark theme.
/lvgl-3.7.0/
DKconfig887 bool "Yes to set dark mode, No to set light mode"
/lvgl-3.7.0/docs/
DCHANGELOG.md586 - example(slider): make lv_example_slider_3 work with dark theme too [`4a766c5`](https://github.com…
1465 - kconfig: minor fix for default dark theme option [`2426`](https://github.com/lvgl/lvgl/pull/2426)