An update to the theme natural

This commit is contained in:
Knut Sveidqvist 2021-03-11 18:34:51 +01:00
parent b50eea26ed
commit 10b002889c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { mkBorder } from './theme-helpers';
class Theme {
constructor() {
this.primaryColor = '#eee';
this.contrast = '#26a';
this.contrast = '#707070';
this.secondaryColor = lighten(this.contrast, 55);
this.background = '#ffffff';