fix: better icons
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 1,018 B After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 1.2 KiB |
|
@ -1,5 +1,5 @@
|
||||||
using "ui/colors.palette";
|
using "ui/colors.palette";
|
||||||
using "ui/widgets/widgets.style";
|
using "ui/widgets/widgets.style";
|
||||||
|
|
||||||
ayuGhostIcon: icon {{ "ayu/ghost", settingsIconFg }};
|
ayuGhostIcon: icon {{ "ayu/ghost", menuIconColor }};
|
||||||
ayuMenuIcon: icon {{ "ayu/ayu_menu", menuIconColor }};
|
ayuMenuIcon: icon {{ "ayu/ayu_menu", menuIconColor }};
|
||||||
|
|
|
@ -888,7 +888,7 @@ void MainMenu::setupMenu() {
|
||||||
{
|
{
|
||||||
_ghostModeToggle = addAction(
|
_ghostModeToggle = addAction(
|
||||||
tr::ayu_GhostModeToggle(),
|
tr::ayu_GhostModeToggle(),
|
||||||
{ &st::menuIconSilent } // todo: fix `ayuGhostIcon`
|
{ &st::ayuGhostIcon }
|
||||||
)->toggleOn(AyuSettings::get_ghostModeEnabledReactive());
|
)->toggleOn(AyuSettings::get_ghostModeEnabledReactive());
|
||||||
|
|
||||||
_ghostModeToggle->toggledChanges(
|
_ghostModeToggle->toggledChanges(
|
||||||
|
|