add visual bell color to theme + choose better value for dark mode
This commit is contained in:
parent
29f96e659a
commit
eddaece43e
4 changed files with 6 additions and 2 deletions
|
@ -247,6 +247,8 @@ $button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
|
|||
$button-link-fg-color: $accent-color;
|
||||
$button-link-bg-color: transparent;
|
||||
|
||||
$visual-bell-bg-color: #faa;
|
||||
|
||||
// Toggle switch
|
||||
$togglesw-off-color: #c1c9d6;
|
||||
$togglesw-on-color: $accent-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue