summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-08-11 12:48:43 +0200
committerkobewi <kobewi4e@gmail.com>2022-08-11 12:48:43 +0200
commitbe0de927c744600e0ad9e93715503b835062728d (patch)
tree7a4aea3cd7cd825c4b5aec671276a701c9ef5fb6 /editor/editor_log.h
parente9e9e92e4864f9dc34e24f37cb93c88cc3649104 (diff)
downloadredot-engine-be0de927c744600e0ad9e93715503b835062728d.tar.gz
Optimize theme usage in editor log
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index 003a148b9b..c225e6d8c5 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -67,6 +67,16 @@ private:
}
};
+ struct {
+ Color error_color;
+ Ref<Texture2D> error_icon;
+
+ Color warning_color;
+ Ref<Texture2D> warning_icon;
+
+ Color message_color;
+ } theme_cache;
+
// Encapsulates all data and functionality regarding filters.
struct LogFilter {
private: