diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 25749a95894..0cd6b6c540a 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 5b3c411f9b0..dc1d5b06fcc 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 67f62f26d50..a57c3da139e 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 00000000000..9c8c2f04879 --- /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 00000000000..4540d4462f4 --- /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 00000000000..d1e45443359 --- /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 00000000000..4c5b0c01c9e --- /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 00000000000..269ce60bc65 --- /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 00000000000..dbf434c2a66 --- /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 00000000000..19817494894 --- /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 00000000000..9a8a17fb89a --- /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 00000000000..b093b3ed838 --- /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 00000000000..949eb3b67b0 --- /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 00000000000..9226818f7cc --- /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 00000000000..363e4b180a6 --- /dev/null +++ b/editor/icons/InputEventShortcut.svg @@ -0,0 +1 @@ + diff --git a/editor/icons/JoyAxis.svg b/editor/icons/JoyAxis.svg index 11c694aeded..c36aacb8691 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 d3d6e229293..d7eafadee43 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 ead745379b0..1ac10605b51 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 877b9b89b92..1a8bcf93c48 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 2e9a69d8b69..10a5c894c6b 100644 --- a/editor/icons/Shortcut.svg +++ b/editor/icons/Shortcut.svg @@ -1 +1 @@ - +