Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2020-11-17 23:12:28 +01:00
parent fa32898b75
commit bd960e73c7
1 changed files with 29 additions and 0 deletions

View File

@ -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;
}