Disable acrylic pref for now

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-05-12 00:14:21 -07:00
committed by GitHub
parent fcc823c33a
commit 5ddedbbd50

View File

@@ -37,7 +37,7 @@ pref('zen.theme.border-radius', 8); // In pixels
#ifdef XP_MACOSX
pref('zen.theme.acrylic-elements', false);
#else
pref('zen.theme.acrylic-elements', true);
pref('zen.theme.acrylic-elements', false);
#endif
pref('zen.theme.color-prefs.use-workspace-colors', true);