Skip to content

Commit

Permalink
Rebuild themes.json after theme submission
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent 585cde2 commit b758207
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
13 changes: 13 additions & 0 deletions themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
10 changes: 9 additions & 1 deletion themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit b758207

Please sign in to comment.