From 4b2c8991795d9bbb4049963dac74234016af9d41 Mon Sep 17 00:00:00 2001 From: DevKumar00001 Date: Wed, 20 Sep 2023 20:44:45 +0530 Subject: [PATCH] feat: Color improvement in sora editor quietlight theme --- editor/src/main/assets/Editor/SoraEditor/quietlight.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/src/main/assets/Editor/SoraEditor/quietlight.json b/editor/src/main/assets/Editor/SoraEditor/quietlight.json index 9b8bec18..72c5e629 100644 --- a/editor/src/main/assets/Editor/SoraEditor/quietlight.json +++ b/editor/src/main/assets/Editor/SoraEditor/quietlight.json @@ -491,19 +491,19 @@ "list.inactiveSelectionBackground": "#d3dbcd", "list.highlightForeground": "#9769dc", "selection.background": "#C9D0D9", - "editor.background": "#F5F5F5", + "editor.background": "#00000000", "editorWhitespace.foreground": "#AAAAAA", "editor.lineHighlightBackground": "#E4F6D4", "editorLineNumber.activeForeground": "#9769dc", "editor.selectionBackground": "#C9D0D9", "minimap.selectionHighlight": "#C9D0D9", - "panel.background": "#F5F5F5", + "panel.background": "#00000000", "sideBar.background": "#F2F2F2", "sideBarSectionHeader.background": "#ede8ef", "editorLineNumber.foreground": "#6D705B", "editorCursor.foreground": "#54494B", "inputOption.activeBorder": "#adafb7", - "dropdown.background": "#F5F5F5", + "dropdown.background": "#00000000", "editor.findMatchBackground": "#BF9CAC", "editor.findMatchHighlightBackground": "#edc9d8", "peekViewEditor.matchHighlightBackground": "#C2DFE3",