summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2020-02-12 18:39:19 +0300
committerChaosus <chaosus89@gmail.com>2020-02-12 23:17:00 +0300
commit516cd821c0a97a3000eb98deeb6ee5f10f7e03f9 (patch)
tree9e12d491b98cef9b26ffbcfb9e9961897ccd93f8 /editor/editor_node.cpp
parent8080e5c4f3685b062190be3e1b54a18f0e2229a7 (diff)
downloadredot-engine-516cd821c0a97a3000eb98deeb6ee5f10f7e03f9.tar.gz
Added high-end (Vulkan) label to some functions in visual shader
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index a6172faeaa..8cb196f1f2 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -5356,7 +5356,7 @@ void EditorNode::_update_video_driver_color() {
} else if (video_driver->get_text() == "GLES3") {
video_driver->add_color_override("font_color", Color::hex(0xa5557dff));
} else if (video_driver->get_text() == "Vulkan") {
- video_driver->add_color_override("font_color", Color::hex(0xad1128ff));
+ video_driver->add_color_override("font_color", theme_base->get_color("vulkan_color", "Editor"));
}
}