diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp
index 25749a9589..0cd6b6c540 100644
--- a/editor/editor_themes.cpp
+++ b/editor/editor_themes.cpp
@@ -63,7 +63,7 @@ void EditorColorMap::create() {
add_conversion_color_pair("#ffffff", "#414141"); // Pure white
add_conversion_color_pair("#000000", "#bfbfbf"); // Pure black
- // Keep pure RGB colors as is, but list them for explicitly.
+ // Keep pure RGB colors as is, but list them for explicitness.
add_conversion_color_pair("#ff0000", "#ff0000"); // Pure red
add_conversion_color_pair("#00ff00", "#00ff00"); // Pure green
add_conversion_color_pair("#0000ff", "#0000ff"); // Pure blue
@@ -107,10 +107,11 @@ void EditorColorMap::create() {
add_conversion_color_pair("#dbee15", "#b7d10a"); // Color track yellow
add_conversion_color_pair("#288027", "#218309"); // Color track green
- // Resource groups
+ // Other objects
add_conversion_color_pair("#ffca5f", "#fea900"); // Mesh resource (orange)
add_conversion_color_pair("#2998ff", "#68b6ff"); // Shape resource (blue)
add_conversion_color_pair("#a2d2ff", "#4998e3"); // Shape resource (light blue)
+ add_conversion_color_pair("#69c4d4", "#29a3cc"); // Input event highlight (light blue)
// Animation editor tracks
// The property track icon color is set by the common icon color.
diff --git a/editor/icons/CapsuleShape2D.svg b/editor/icons/CapsuleShape2D.svg
index 5b3c411f9b..dc1d5b06fc 100644
--- a/editor/icons/CapsuleShape2D.svg
+++ b/editor/icons/CapsuleShape2D.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/Favorites.svg b/editor/icons/Favorites.svg
index 67f62f26d5..a57c3da139 100644
--- a/editor/icons/Favorites.svg
+++ b/editor/icons/Favorites.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/InputEventAction.svg b/editor/icons/InputEventAction.svg
new file mode 100644
index 0000000000..9c8c2f0487
--- /dev/null
+++ b/editor/icons/InputEventAction.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventJoypadButton.svg b/editor/icons/InputEventJoypadButton.svg
new file mode 100644
index 0000000000..4540d4462f
--- /dev/null
+++ b/editor/icons/InputEventJoypadButton.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventJoypadMotion.svg b/editor/icons/InputEventJoypadMotion.svg
new file mode 100644
index 0000000000..d1e4544335
--- /dev/null
+++ b/editor/icons/InputEventJoypadMotion.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventKey.svg b/editor/icons/InputEventKey.svg
new file mode 100644
index 0000000000..4c5b0c01c9
--- /dev/null
+++ b/editor/icons/InputEventKey.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventMIDI.svg b/editor/icons/InputEventMIDI.svg
new file mode 100644
index 0000000000..269ce60bc6
--- /dev/null
+++ b/editor/icons/InputEventMIDI.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventMagnifyGesture.svg b/editor/icons/InputEventMagnifyGesture.svg
new file mode 100644
index 0000000000..dbf434c2a6
--- /dev/null
+++ b/editor/icons/InputEventMagnifyGesture.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventMouseButton.svg b/editor/icons/InputEventMouseButton.svg
new file mode 100644
index 0000000000..1981749489
--- /dev/null
+++ b/editor/icons/InputEventMouseButton.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventMouseMotion.svg b/editor/icons/InputEventMouseMotion.svg
new file mode 100644
index 0000000000..9a8a17fb89
--- /dev/null
+++ b/editor/icons/InputEventMouseMotion.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventPanGesture.svg b/editor/icons/InputEventPanGesture.svg
new file mode 100644
index 0000000000..b093b3ed83
--- /dev/null
+++ b/editor/icons/InputEventPanGesture.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventScreenDrag.svg b/editor/icons/InputEventScreenDrag.svg
new file mode 100644
index 0000000000..949eb3b67b
--- /dev/null
+++ b/editor/icons/InputEventScreenDrag.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventScreenTouch.svg b/editor/icons/InputEventScreenTouch.svg
new file mode 100644
index 0000000000..9226818f7c
--- /dev/null
+++ b/editor/icons/InputEventScreenTouch.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/InputEventShortcut.svg b/editor/icons/InputEventShortcut.svg
new file mode 100644
index 0000000000..363e4b180a
--- /dev/null
+++ b/editor/icons/InputEventShortcut.svg
@@ -0,0 +1 @@
+
diff --git a/editor/icons/JoyAxis.svg b/editor/icons/JoyAxis.svg
index 11c694aede..c36aacb869 100644
--- a/editor/icons/JoyAxis.svg
+++ b/editor/icons/JoyAxis.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/JoyButton.svg b/editor/icons/JoyButton.svg
index d3d6e22929..d7eafadee4 100644
--- a/editor/icons/JoyButton.svg
+++ b/editor/icons/JoyButton.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/Joypad.svg b/editor/icons/Joypad.svg
index ead745379b..1ac10605b5 100644
--- a/editor/icons/Joypad.svg
+++ b/editor/icons/Joypad.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/KeyboardPhysical.svg b/editor/icons/KeyboardPhysical.svg
index 877b9b89b9..1a8bcf93c4 100644
--- a/editor/icons/KeyboardPhysical.svg
+++ b/editor/icons/KeyboardPhysical.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/Shortcut.svg b/editor/icons/Shortcut.svg
index 2e9a69d8b6..10a5c894c6 100644
--- a/editor/icons/Shortcut.svg
+++ b/editor/icons/Shortcut.svg
@@ -1 +1 @@
-
+