Theme change
This commit is contained in:
parent
37ff3da023
commit
a0b1b20c26
2 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en" data-theme="dracula">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
|
|
@ -8,15 +8,15 @@ export default {
|
||||||
themes: [
|
themes: [
|
||||||
{
|
{
|
||||||
mytheme: {
|
mytheme: {
|
||||||
"primary": "#86e8d9",
|
"primary": "#64279e",
|
||||||
"secondary": "#b5385d",
|
"secondary": "#9454af",
|
||||||
"accent": "#88ed5a",
|
"accent": "#6ff7c5",
|
||||||
"neutral": "#14171f",
|
"neutral": "#1f2329",
|
||||||
"base-100": "#343154",
|
"base-100": "#2a3a47",
|
||||||
"info": "#9bc3e9",
|
"info": "#8b9be5",
|
||||||
"success": "#1f9363",
|
"success": "#79e2b4",
|
||||||
"warning": "#f2ce4a",
|
"warning": "#efb261",
|
||||||
"error": "#e77d6a",
|
"error": "#e1604c",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue