From 84a69d7429635984999852b69046706effd2e9ad Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 30 Dec 2021 19:22:06 +0300 Subject: 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 --- doc/classes/CodeEdit.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes/CodeEdit.xml') diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 4a9d79978c..289ac2cb28 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -574,7 +574,7 @@ [Color] of the text behind the caret when block caret is enabled. - + [Color] of the caret. @@ -601,13 +601,13 @@ [Color] of the executing icon for executing lines. - + Sets the font [Color]. The tint of text outline of the [CodeEdit]. - + Sets the font [Color] when [member TextEdit.editable] is disabled. @@ -625,7 +625,7 @@ [Color] behind the text that matches the search query. - + Sets the highlight [Color] of text selections. -- cgit v1.2.3