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>
|
||||
<html lang="en" data-theme="dracula">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
|
@ -8,15 +8,15 @@ export default {
|
|||
themes: [
|
||||
{
|
||||
mytheme: {
|
||||
"primary": "#86e8d9",
|
||||
"secondary": "#b5385d",
|
||||
"accent": "#88ed5a",
|
||||
"neutral": "#14171f",
|
||||
"base-100": "#343154",
|
||||
"info": "#9bc3e9",
|
||||
"success": "#1f9363",
|
||||
"warning": "#f2ce4a",
|
||||
"error": "#e77d6a",
|
||||
"primary": "#64279e",
|
||||
"secondary": "#9454af",
|
||||
"accent": "#6ff7c5",
|
||||
"neutral": "#1f2329",
|
||||
"base-100": "#2a3a47",
|
||||
"info": "#8b9be5",
|
||||
"success": "#79e2b4",
|
||||
"warning": "#efb261",
|
||||
"error": "#e1604c",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue