Make toolbar icon color themable in views
See original GitHub issueAs a developer who likes to create custom themes, I would like the ability to select a color for “product icons” such as the down arrow or refresh button in this picture:
Currently, it appears that the only way to change the color of these icons is by changing the theme’s type (e.g. light, dark).
I am able to change the background color with this property:
toolbar.hoverBackground
I would like to have something like this to control the color of the icon itself:
toolbar.productIcon.foreground
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Change color of mobile toolbar icons
Hi @meisha. You can do this with a little bit of custom CSS code. Go into your site's admin Dashboard and select Appearance...
Read more >How to change Toolbar home icon color - android
In my toolbar.axml file I am setup theme is android:theme=@style/ThemeOverlay.AppCompat.Dark.ActionBar and in my styles.axml file I have write ...
Read more >How to use the taskbar in Windows
Change the color of your taskbar · Select Start > Settings > Personalization. · Select Colors and scroll to Accent color. · Turn...
Read more >How to Fix Show Color on Taskbar Greyed Out on Windows 10
This new theme affects parts of Windows like the taskbar, Start menu, ... While trying to make changes to the Colors settings in...
Read more >Windows 11 - How To Change Taskbar Color - YouTube
For more information, check out this guide:https://www.techy.how/tutorials/win11-custom-taskbarA short tutorial on how to change your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Product icons can appear at many location so they can’t have the same color everywhere. So the request has to be for specific locations. E.g. here it’s the view action bar.
I’m rewording the issue.
I see. I do not think all tool bars might have the same bg colour. This can be made specific to views.