summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/tree_bg.png
AgeCommit message (Collapse)Author
2022-01-19Improve the default project themeHugo Locurcio
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>
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2016-06-22Fixed iCCp chunk in pngsJ08nY
neccesary for libpng 1.6.27 to work silently
2015-10-20-work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky
2015-01-15New iteration of the themeRalf Hölzemer
- try to implement ndee's mockup from the forum - new color palette - get rid of most gradients probably needs some more tweaks
2015-01-15New neutral default themeRalf Hölzemer
- desaturated UI elements to grey - desaturated all near-white icons to grey - changed some hardcoded colors
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky