Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/resource.h

    ref4d684 r214aefb  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2020 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5959        bool textmode;
    6060
    61         /** UI background color */
    62         gfx_color_t *ui_bg_color;
    63 
    6461        /** Button frame color */
    6562        gfx_color_t *btn_frame_color;
    6663        /** Button face color */
    6764        gfx_color_t *btn_face_color;
    68         /** Lit button face color */
    69         gfx_color_t *btn_face_lit_color;
    7065        /** Button text color */
    7166        gfx_color_t *btn_text_color;
     
    7974        /** Window text color */
    8075        gfx_color_t *wnd_text_color;
    81         /** Disabled text color */
    82         gfx_color_t *wnd_dis_text_color;
    83         /** Window text highlight color */
    84         gfx_color_t *wnd_text_hgl_color;
    8576        /** Window selected text color */
    8677        gfx_color_t *wnd_sel_text_color;
    87         /** Window selected text highlight color */
    88         gfx_color_t *wnd_sel_text_hgl_color;
    8978        /** Window selected text background color */
    9079        gfx_color_t *wnd_sel_text_bg_color;
     
    113102        /** Entry (text entry, checkbox, raido button) active background color */
    114103        gfx_color_t *entry_act_bg_color;
    115         /** Entry selected text foreground color */
    116         gfx_color_t *entry_sel_text_fg_color;
    117         /** Entry selected text background color */
    118         gfx_color_t *entry_sel_text_bg_color;
    119 
    120         /** Scrollbar trough color */
    121         gfx_color_t *sbar_trough_color;
    122         /** Scrollbar active trough color */
    123         gfx_color_t *sbar_act_trough_color;
    124104
    125105        /** Expose callback or @c NULL */
Note: See TracChangeset for help on using the changeset viewer.