virtualx-engine/scene/resources/default_theme
Hugo Locurcio 84a69d7429 Improve the default project theme
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>
2022-01-19 18:46:01 +03:00
..
add.svg
arrow_down.svg
arrow_left.svg
arrow_right.svg
bookmark.svg
breakpoint.svg
checked.svg
checked_disabled.svg
close.svg
close_hl.svg
color_picker_bar_arrow.svg
color_picker_cursor.svg
color_picker_hue.svg
color_picker_overbright.svg
color_picker_pipette.svg
color_picker_sample.svg
default_theme.cpp
default_theme.h
default_theme_builders.py
default_theme_icons_builders.py
error_icon.svg
file.svg
folder.svg
folder_up.svg
graph_port.svg
grid_layout.svg
grid_minimap.svg
grid_snap.svg
hslider_tick.svg
hsplitter.svg
indeterminate.svg
line_edit_clear.svg
mini_checkerboard.svg
option_button_arrow.svg
radio_checked.svg
radio_checked_disabled.svg
radio_unchecked.svg
radio_unchecked_disabled.svg
reload.svg
resizer_nw.svg
resizer_se.svg
scroll_button_left.svg
scroll_button_left_hl.svg
scroll_button_right.svg
scroll_button_right_hl.svg
SCsub
slider_grabber.svg
slider_grabber_disabled.svg
slider_grabber_hl.svg
tabs_menu.svg
tabs_menu_hl.svg
text_edit_ellipsis.svg
text_edit_space.svg
text_edit_tab.svg
toggle_off.svg
toggle_off_disabled.svg
toggle_off_disabled_mirrored.svg
toggle_off_mirrored.svg
toggle_on.svg
toggle_on_disabled.svg
toggle_on_disabled_mirrored.svg
toggle_on_mirrored.svg
unchecked.svg
unchecked_disabled.svg
updown.svg
visibility_visible.svg
vslider_tick.svg
vsplitter.svg
zoom_less.svg
zoom_more.svg
zoom_reset.svg