Add better colors

This commit is contained in:
Djordje Atlialp 2021-01-10 18:29:01 +01:00
parent d549a90e48
commit 81f58d3911
5 changed files with 10 additions and 10 deletions

View file

@ -8,9 +8,9 @@ $light-color-secondary: #999;
$light-border-color: #dcdcdc;
/* dark theme colors */
$dark-background: #292a2d;
$dark-background: #232425;
$dark-background-secondary: #3b3d42;
$dark-color: #a9a9b3;
$dark-color: #b3b3bd;
$dark-color-secondary: #73747b;
$dark-border-color: #4a4b50;