Add nord theme to marketplace
This commit is contained in:
parent
e6b1d52987
commit
88fa88c623
5 changed files with 21 additions and 1 deletions
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
BIN
public/marketplace/nord-theme/logo.png
Normal file
BIN
public/marketplace/nord-theme/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 KiB |
9
public/marketplace/nord-theme/theme.css
Normal file
9
public/marketplace/nord-theme/theme.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
@ -22,9 +22,18 @@
|
||||||
"title": "Dracula Theme",
|
"title": "Dracula Theme",
|
||||||
"description": "A port of the Dracula theme for Alu.",
|
"description": "A port of the Dracula theme for Alu.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"image": "/marketplace/dracula-theme/dracula.svg",
|
"image": "/marketplace/dracula-theme/logo.svg",
|
||||||
"script": "/marketplace/dracula-theme/theme.css",
|
"script": "/marketplace/dracula-theme/theme.css",
|
||||||
"type": "theme",
|
"type": "theme",
|
||||||
"themeName": "dracula"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,8 @@ export const getStaticPaths = () => {
|
||||||
.marketplace-item-image {
|
.marketplace-item-image {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
border-radius: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
.marketplace-item-desc {
|
.marketplace-item-desc {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue