1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Minor changes to dark theme

A whole lot more work needed across all of uBO's user
interface.
This commit is contained in:
Raymond Hill 2020-10-01 10:09:59 -04:00
parent fba5f3d597
commit 303240c713
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
3 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,9 @@
position: relative;
}
.CodeMirror {
background-color: var(--default-surface);
box-sizing: border-box;
color: var(--default-ink);
flex-grow: 1;
height: 100%;
width: 100%;
@ -23,6 +25,7 @@
}
/* CodeMirror theme overrides */
.cm-s-default .cm-variable { color: var(--sf-variable-ink); }
.cm-s-default .cm-value { color: #930; }
.cm-s-default .cm-comment { color: var(--sf-comment-ink); }
.cm-s-default .cm-keyword { color: #90b; }

View File

@ -24,7 +24,8 @@
opacity: 0;
}
a {
color: inherit;
color: var(--default-ink);
fill: var(--default-ink);
text-decoration: none;
}
:focus {

View File

@ -161,8 +161,11 @@
--popup-icon-x-ink: var(--red-60);
/* syntax highlight: static filtering */
--sf-variable-ink: var(--default-ink);
--sf-comment-ink: var(--light-gray-90);
--sf-warning-ink: var(--yellow-50);
/* syntax highlight: dynamic filtering */
}
/**
@ -259,7 +262,6 @@
--bg-tooltip: var(--dark-gray-50);
--fg-tooltip: var(--light-gray-30);
--bg-popup-cell-1: var(--dark-gray-50);
--popup-power-ink: var(--violet-70);
--popup-power-disabled-ink: var(--light-gray-60);
--popup-power-ink-hover: var(--dark-gray-30);
--bg-popup-cell-2: var(--dark-gray-50);