14 lines
532 B
CSS
14 lines
532 B
CSS
@define-color theme_bg_color #212C2A;
|
|
@define-color theme_fg_color #F8F8F2;
|
|
@define-color theme_base_color #1A2322;
|
|
@define-color theme_text_color #F8F8F2;
|
|
@define-color theme_selected_bg_color #415854;
|
|
@define-color theme_selected_fg_color #F8F8F2;
|
|
@define-color theme_button_background_normal #2A3835;
|
|
@define-color theme_button_foreground_normal #F8F8F2;
|
|
@define-color borders #4C6762;
|
|
@define-color link_color #80FFEA;
|
|
@define-color error_color #FF9580;
|
|
@define-color success_color #8AFF80;
|
|
@define-color warning_color #FFFF80;
|