Changes from One Dark theme

This commit is contained in:
Daniel Dayley 2022-06-26 09:28:18 -06:00
parent b3a753fc83
commit f2a03cdfa2

View File

@ -30,10 +30,10 @@
@define-color item_box_selected @pro-white;
@define-color item_text_selected @pro-black;
@define-color item_name_selected @pro-black;
@define-color item_shortcut_color @pro-black;
@define-color item_shortcut_shadow darker(@bg_color);
@define-color item_shortcut_color @pro-white;
@define-color item_shortcut_shadow @bg_color;
@define-color item_shortcut_color_sel @pro-black;
@define-color item_shortcut_shadow_sel darker(@item_box_selected);
@define-color item_shortcut_shadow_sel @bg_color;
.app {
background-color: @window_bg;