Update BlurpleRecolor.css
This commit is contained in:
parent
bd960e73c7
commit
fa32224024
|
@ -2038,34 +2038,41 @@ html .monaco-editor [class*="arrow-decoration"] {
|
|||
|
||||
html .monaco-editor [style*="background-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="background: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="background-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="background: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="background-color: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="background: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="background-color: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="background: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="background-color: rgb(9, 71, 113)"],
|
||||
html .monaco-editor [style*="background: rgb(9, 71, 113)"] {
|
||||
background: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
html .monaco-editor [style*="border-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-color: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="border-color: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="border-color: rgb(9, 71, 113)"] {
|
||||
border-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
html .monaco-editor [style*="border-top-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-top-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-top-color: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="border-top-color: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="border-top-color: rgb(9, 71, 113)"] {
|
||||
border-top-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
html .monaco-editor [style*="border-right-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-right-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-right-color: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="border-right-color: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="border-right-color: rgb(9, 71, 113)"] {
|
||||
border-right-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
html .monaco-editor [style*="border-bottom-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-bottom-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-bottom-color: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="border-bottom-color: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="border-bottom-color: rgb(9, 71, 113)"] {
|
||||
border-bottom-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
html .monaco-editor [style*="border-left-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-left-color: rgb(0, 122, 204)"],
|
||||
html .monaco-editor [style*="border-left-color: rgb(14, 122, 192)"],
|
||||
html .monaco-editor [style*="border-left-color: rgb(14, 99, 156)"],
|
||||
html .monaco-editor [style*="border-left-color: rgb(9, 71, 113)"] {
|
||||
border-left-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue