add visual bell color to theme + choose better value for dark mode

This commit is contained in:
Bruno Windels 2019-08-28 18:00:57 +02:00
parent 29f96e659a
commit eddaece43e
4 changed files with 6 additions and 2 deletions

View file

@ -129,7 +129,7 @@ limitations under the License.
}
@keyframes visualbell {
from { background-color: #faa; }
from { background-color: $visual-bell-bg-color; }
to { background-color: $primary-bg-color; }
}