summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme/overbright_indicator.png
Commit message (Collapse)AuthorAgeFilesLines
* Improve the default project themeHugo Locurcio2022-01-191-0/+0
| | | | | | | | | | | | | | | | | | | | | | | The new default project theme uses StyleBoxFlat extensively for a more modern design and better scalability to multiple resolutions. SVG icons are now used in place of PNG icons. While this does not allow for true vector-based icon drawing (icons are still rasterized at load-time), this makes the design work easier for contributors and opens the door to vector drawing in the future (e.g. with polygons or SDFs). Like for editor icons, the SVG header file is now built automatically when a SVG file is changed. This removing the need for running `make_header.py` manually (TODO). The "Use Hidpi" project setting has been removed in favor of a "Default Theme Scale" project setting, which allows creating the default theme at a higher/lower scale than the default. This can be used when designing GUIs with a high base resolution to ensure crisp visuals. Co-authored-by: Yuri Sizov <yuris@humnom.net>
* Tweak overbright indicator icon to be more visible on white backgroundHugo Locurcio2021-10-291-0/+0
| | | | | An outline is now present on all sides to ensure it's more visible when the "new" color (on the right of a ColorPicker) is overbright.
* Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio2019-09-271-0/+0
This makes it faster to distinguish overbright colors from "standard" colors.