Add nord theme to marketplace

This commit is contained in:
wearrrrr 2024-07-29 19:37:16 -05:00
parent e6b1d52987
commit 88fa88c623
5 changed files with 21 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,9 @@
[data-theme="nord"] {
--background-color: #2e3440;
--background-highlight: #3b4252;
--accent-color: #434c5e;
--accent-color-brighter: #4c566a;
--text-color: #f8f8f2;
--text-color-accent: #dddddd;
--dropdown-background-color: #3b4252;
}

View file

@ -22,9 +22,18 @@
"title": "Dracula Theme",
"description": "A port of the Dracula theme for Alu.",
"version": "0.0.1",
"image": "/marketplace/dracula-theme/dracula.svg",
"image": "/marketplace/dracula-theme/logo.svg",
"script": "/marketplace/dracula-theme/theme.css",
"type": "theme",
"themeName": "dracula"
},
"dev.wearr.nord-theme": {
"title": "Nord Theme",
"description": "A port of the Nord theme for Alu.",
"version": "0.0.1",
"image": "/marketplace/nord-theme/logo.png",
"script": "/marketplace/nord-theme/theme.css",
"type": "theme",
"themeName": "nord"
}
}

View file

@ -68,6 +68,8 @@ export const getStaticPaths = () => {
.marketplace-item-image {
width: 64px;
height: 64px;
border-radius: 15px;
margin-bottom: 15px;
}
.marketplace-item-desc {
width: 80%;