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
1 merge request!232Resolve "Highlight the voted icon even more"
......@@ -15,8 +15,8 @@ export const blue = {
'--on-background': '#000000',
'--on-surface': '#000000',
'--green': '#81c784',
'--red': '#FF8A80',
'--green': '#4caf50',
'--red': '#f44336',
'--yellow': '#FFD54F',
'--blue': '#3f51b5',
'--purple': '#9c27b0',
......
......@@ -15,8 +15,8 @@ export const dark = {
'--on-background': '#FFFFFF',
'--on-surface': '#FFFFFF',
'--green': '#81c784',
'--red': '#FF8A80',
'--green': '#4caf50',
'--red': '#f44336',
'--yellow': '#FFD54F',
'--blue': '#3f51b5',
'--purple': '#9c27b0',
......
......@@ -15,8 +15,8 @@ export const arsnova = {
'--on-background': '#000000',
'--on-surface': '#000000',
'--green': '#80bb26',
'--red': '#9c132d',
'--green': '#4caf50',
'--red': '#f44336',
'--yellow': '#f5aa01',
'--blue': '#002878',
'--purple': '#9c27b0',
......
......@@ -15,8 +15,8 @@ export const purple = {
'--on-background': '#000000',
'--on-surface': '#000000',
'--green': '#81c784',
'--red': '#FF8A80',
'--green': '#4caf50',
'--red': '#f44336',
'--yellow': '#FFD54F',
'--blue': '#3f51b5',
'--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