Darkened Fields of Assembly Editor to Match UI Elsewhere

This commit is contained in:
2025-10-03 14:48:19 -06:00
parent 5a1e165abf
commit d27e70dc2d

View File

@@ -47,7 +47,7 @@ const VARIABLE_TYPE_OPTIONS = [
]; ];
const BACKGROUND_COLORS = { const BACKGROUND_COLORS = {
field: "#2A2A2A", /* Shared surface color for text fields, dropdown inputs, and script editors */ field: "#1C1C1C", /* Shared surface color for text fields, dropdown inputs, and script editors */
sectionCard: "#2E2E2E", /* Background for section container cards */ sectionCard: "#2E2E2E", /* Background for section container cards */
menuSelected: "rgba(88,166,255,0.16)", /* Background for selected dropdown items */ menuSelected: "rgba(88,166,255,0.16)", /* Background for selected dropdown items */
menuSelectedHover: "rgba(88,166,255,0.24)", /* Background for hovered selected dropdown items */ menuSelectedHover: "rgba(88,166,255,0.24)", /* Background for hovered selected dropdown items */