summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2020-02-13 09:03:03 +0300
committerGitHub <noreply@github.com>2020-02-13 09:03:03 +0300
commit3bc7fe5f1c5e3ce798c717566554fb719fef541a (patch)
tree976fe684efb04a2074bd69dd9fc605d723455551 /editor/editor_node.cpp
parentc48237967a0a4d3901c157a828017d7330df0578 (diff)
parent516cd821c0a97a3000eb98deeb6ee5f10f7e03f9 (diff)
Merge pull request #36150 from Chaosus/vs_vk_label
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"));
}
}