Skip to content
Snippets Groups Projects
Commit 5b7a70b1 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

revise light theme

parent cb9bb25e
Branches
Tags
No related merge requests found
export const arsnova = {
'--primary' : '#263238',
'--primary' : '#FF4500', /* Orangered */
'--primary-variant': '#FFFFFF',
'--secondary': '#FF6D00',
'--secondary': '#A52A2A', /* Brown */
'--secondary-variant': '#FFFFFF',
'--background': '#FFE4B5', /* Moccasin */
......@@ -19,7 +19,7 @@ export const arsnova = {
'--green': 'green',
'--red': 'red',
'--yellow': '#FF6D00',
'--yellow': '#FF4500', /* Orangered */
'--blue': '#002878',
'--purple': '#9c27b0',
'--light-green': '#80ba24',
......
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