Revert "use templated colors"

This reverts commit 93ae0b51ef.
This commit is contained in:
lelgenio 2020-10-28 03:45:12 -03:00
parent 8aa1907f0f
commit 89a4d6c533
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ outlineButtonBgRipple: outlineButtonOutlineFg ;
menuBg: {{@@ color.bg @@}} ;
menuBgOver: windowBgOver ;
menuBgRipple: windowBgRipple ;
menuIconFg: {{@@ accent_color @@}} ;
menuIconFgOver: {{@@ accent_color @@}} ;
menuIconFg: #D3DAE3 ;
menuIconFgOver: #D3DAE3 ;
menuSubmenuArrowFg: {{@@ color.bg_light @@}} ;
menuFgDisabled: #cccccc ;
menuSeparatorFg: #f1f1f1 ;