fix focus highlight on bright theme

This commit is contained in:
Matthew Hodgson 2017-04-19 02:28:16 +01:00
parent ccc33db9dd
commit 751f715e77
3 changed files with 5 additions and 1 deletions

View file

@ -15,6 +15,8 @@ $accent-color: #76CFA6;
$selection-fg-color: $primary-fg-color;
$focus-brightness: 200%;
// red warning colour
$warning-color: #ff0064;