Skip to content
Snippets Groups Projects
Commit 169c9535 authored by Gilgard's avatar Gilgard
Browse files

Added error, warn, success

parent 0b369467
No related branches found
No related tags found
1 merge request!71Theme
......@@ -22,10 +22,13 @@ module.exports = {
medium: "#004aad",
dark: "#003884",
},
contrast: {
secondary: {
light: "#653273",
dark: "#731050",
},
error: "#E23636",
warn: "#EDB95E",
success: "#82DD55",
},
},
plugins: [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment