From 8088b642f791d971b80f401c24f6ae1b793b528f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 18 Nov 2020 17:19:25 +0100 Subject: [PATCH] stuff --- Themes/BlurpleRecolor/BlurpleRecolor.css | 15 +++++++++++---- Themes/DiscordRecolor/DiscordRecolor.css | 23 ++++++----------------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 78737e590c..601c40ffb8 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -2030,11 +2030,13 @@ html .monaco-editor [class*="arrow-decoration"] { border-bottom-color: rgb(var(--vaccentcolor)); } -.embedFull-2tM8--[style*="border-color: rgb(62, 130, 229)"], -.embedFull-2tM8--[style*="border-color: rgb(62, 130, 226)"] { - border-color: rgb(var(--vaccentcolor)) !important; +html .monaco-tree[class*="monaco-tree-instance"].focused .monaco-tree-rows > .monaco-tree-row.focused:not(.highlighted) { + background-color: rgb(var(--vaccentcolor)); + color: #ffffff; +} +html .monaco-tree[class*="monaco-tree-instance"].focused .monaco-tree-rows > .monaco-tree-row.focused:not(.highlighted) .results-group { + color: #ffffff !important; } - html .monaco-editor [style*="background-color: rgb(0, 122, 204)"], html .monaco-editor [style*="background: rgb(0, 122, 204)"], @@ -2077,6 +2079,11 @@ html .monaco-editor [style*="border-left-color: rgb(9, 71, 113)"] { border-left-color: rgb(var(--vaccentcolor)) !important; } +.embedFull-2tM8--[style*="border-color: rgb(62, 130, 229)"], +.embedFull-2tM8--[style*="border-color: rgb(62, 130, 226)"] { + border-color: rgb(var(--vaccentcolor)) !important; +} + /* ~~~~ 16. POWERCORDSUPPORT ~~~~ */ diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 2e18b8a3cd..1be5ae1f79 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -4198,22 +4198,13 @@ html .monaco-quick-open-widget input { 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) { +html .monaco-tree[class*="monaco-tree-instance"] .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 { +html .monaco-tree[class*="monaco-tree-instance"] .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; @@ -4229,12 +4220,11 @@ html .monaco-editor .reference-zone-widget .ref-tree { color: var(--header-secondary) !important; } html .monaco-drag-image, -html .monaco-list:focus .monaco-list-row.selected.focused, -html .monaco-list.list_id_3:focus .monaco-list-row.selected.focused { +html .monaco-list[class*="list_id"]:focus .monaco-list-row.selected.focused { color: var(--header-primary) !important; } -html .monaco-list.list_id_3 .monaco-list-row.selected, -html .monaco-list.list_id_3 .monaco-list-row.selected:hover { +html .monaco-list[class*="list_id"] .monaco-list-row.selected, +html .monaco-list[class*="list_id"] .monaco-list-row.selected:hover { background: var(--background-primary) !important; } html .monaco-editor .reference-zone-widget .preview .monaco-editor .margin { @@ -4244,8 +4234,7 @@ html .monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-edito html .monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input { background: var(--background-secondary) linear-gradient(0deg, rgba(var(--vaccentcolor), 0.1), rgba(var(--vaccentcolor), 0.1)); } -html .monaco-list .monaco-list-rows, -html .monaco-list.list_id_3 .monaco-list-rows { +html .monaco-list[class*="list_id"] .monaco-list-rows { background: var(--background-secondary) !important; } html .monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) {