Skip to content
Snippets Groups Projects
Commit a2012944 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust red & green in several themes

parent bb684950
No related merge requests found
...@@ -15,8 +15,8 @@ export const blue = { ...@@ -15,8 +15,8 @@ export const blue = {
'--on-background': '#000000', '--on-background': '#000000',
'--on-surface': '#000000', '--on-surface': '#000000',
'--green': '#81c784', '--green': '#4caf50',
'--red': '#FF8A80', '--red': '#f44336',
'--yellow': '#FFD54F', '--yellow': '#FFD54F',
'--blue': '#3f51b5', '--blue': '#3f51b5',
'--purple': '#9c27b0', '--purple': '#9c27b0',
......
...@@ -15,8 +15,8 @@ export const dark = { ...@@ -15,8 +15,8 @@ export const dark = {
'--on-background': '#FFFFFF', '--on-background': '#FFFFFF',
'--on-surface': '#FFFFFF', '--on-surface': '#FFFFFF',
'--green': '#81c784', '--green': '#4caf50',
'--red': '#FF8A80', '--red': '#f44336',
'--yellow': '#FFD54F', '--yellow': '#FFD54F',
'--blue': '#3f51b5', '--blue': '#3f51b5',
'--purple': '#9c27b0', '--purple': '#9c27b0',
......
...@@ -15,8 +15,8 @@ export const arsnova = { ...@@ -15,8 +15,8 @@ export const arsnova = {
'--on-background': '#000000', '--on-background': '#000000',
'--on-surface': '#000000', '--on-surface': '#000000',
'--green': '#80bb26', '--green': '#4caf50',
'--red': '#9c132d', '--red': '#f44336',
'--yellow': '#f5aa01', '--yellow': '#f5aa01',
'--blue': '#002878', '--blue': '#002878',
'--purple': '#9c27b0', '--purple': '#9c27b0',
......
...@@ -15,8 +15,8 @@ export const purple = { ...@@ -15,8 +15,8 @@ export const purple = {
'--on-background': '#000000', '--on-background': '#000000',
'--on-surface': '#000000', '--on-surface': '#000000',
'--green': '#81c784', '--green': '#4caf50',
'--red': '#FF8A80', '--red': '#f44336',
'--yellow': '#FFD54F', '--yellow': '#FFD54F',
'--blue': '#3f51b5', '--blue': '#3f51b5',
'--purple': '#9c27b0', '--purple': '#9c27b0',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment