diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 3585112275..2e18b8a3cd 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -4186,6 +4186,35 @@ html .monaco-editor.vs-dark .find-widget .button:not(.disabled):hover { background-color: var(--background-modifier-hover); } +html .monaco-quick-open-widget { + background-color: var(--background-secondary) !important; + box-shadow: 0 0 0 1px rgba(var(--vbackgroundtertiary),.6),0 2px 10px 0 rgba(0,0,0,.2) !important; + color: var(--header-secondary) !important; +} +html .monaco-quick-open-widget input { + background-color: var(--background-primary) !important; + color: var(--text-normal) !important; +} +html .monaco-quick-open-widget .results-group { + color: var(--text-muted) !important; +} +html .monaco-tree.monaco-tree-instance-2 .monaco-tree-rows > .monaco-tree-row:hover:not(.highlighted):not(.selected):not(.focused) { + background-color: var(--background-primary) !important; + color: var(--header-primary) !important; +} +html .monaco-tree.monaco-tree-instance-2 .monaco-tree-rows > .monaco-tree-row:hover:not(.highlighted):not(.selected):not(.focused) .results-group { + color: var(--header-primary) !important; +} +html .monaco-tree.focused .monaco-tree-rows > .monaco-tree-row.focused:not(.highlighted), +html .monaco-tree.monaco-tree-instance-2.focused .monaco-tree-rows > .monaco-tree-row.focused:not(.highlighted) { + background-color: rgb(var(--vaccentcolor)); + color: #ffffff; +} +html .monaco-tree.focused .monaco-tree-rows > .monaco-tree-row.focused:not(.highlighted) .results-group, +html .monaco-tree.monaco-tree-instance-2.focused .monaco-tree-rows > .monaco-tree-row.focused:not(.highlighted) .results-group { + color: #ffffff !important; +} + html .monaco-editor .peekview-widget .head { background: var(--background-tertiary) !important; }