Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2024-08-31 21:28:15 +00:00
parent 585cde2253
commit b758207353
2 changed files with 22 additions and 1 deletions

View file

@ -332,5 +332,18 @@
"author": "n7itro",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json",
"version": "1.0.0"
},
"5ca67725-1f43-4ff2-9fcf-0c59af71c73a": {
"id": "5ca67725-1f43-4ff2-9fcf-0c59af71c73a",
"name": "Midnight",
"description": "A dark and pleasant to the eyes purple theme :)",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/image.png",
"author": "shaeriz",
"version": "1.0.0",
"isDarkMode": true,
"isColorTheme": true
}
}

View file

@ -1 +1,9 @@
/* This is a color theme. */
/* This is an auto generated color theme. */
:root {
--zen-colors-primary: #8f77f2 !important;
--zen-colors-secondary: #393061 !important;
--zen-colors-tertiary: #13121c !important;
--zen-colors-border: #514480 !important;
--zen-primary-color: #8f77f2 !important;
--zen-dialog-background: #13121c !important;
}