update gradient colors for neo-dark

This commit is contained in:
Steph
2024-08-02 08:21:58 -07:00
parent 34ecbba275
commit f834dba3ff
2 changed files with 170 additions and 2 deletions

View File

@@ -50,8 +50,8 @@ class Theme {
this.stateBorder = 'none';
this.useGradient = true;
this.gradientStart = '#eb0042';
this.gradientStop = '#0042eb';
this.gradientStart = '#0042eb';
this.gradientStop = '#eb0042';
this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,0.5))';
}
updateColors() {