Merge pull request #7927 from vector-im/nadonomy/accent

Added new colour var to all themes
pull/8109/head
Nad Chishtie 2018-12-20 17:25:03 +00:00 committed by GitHub
commit 8b97e2ceab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ $focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
$accent-color: #6CC1F6;
$accent-color-alt: $accent-color;
$accent-color-50pct: #6CC1F67F;
$accent-hover-color: #84cfff;