Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2024-08-22 10:30:06 +00:00
parent 33a9d9f17d
commit be49f70ea2
2 changed files with 20 additions and 2 deletions

View file

@ -52,7 +52,7 @@
"782c1dae-bada-4f90-b00f-446e5f6e8402": {
"id": "782c1dae-bada-4f90-b00f-446e5f6e8402",
"name": "Compact Sidebar",
"description": "Allow the tab sidebar to take up less space!",
"description": "Allow the tab sidebar to take up less space! New: Smaller Compact Mode",
"homepage": "https://github.com/n7itro/Zen-Themes/",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/782c1dae-bada-4f90-b00f-446e5f6e8402/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/782c1dae-bada-4f90-b00f-446e5f6e8402/readme.md",
@ -81,6 +81,16 @@
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/83a641f7-eca9-4c0f-91af-45627bef0539/image.png",
"author": "mauro-balades"
},
"ef16716a-58dc-42d4-99f8-b1667d32247d": {
"id": "ef16716a-58dc-42d4-99f8-b1667d32247d",
"name": "Formula 1",
"description": "Theme based on Formula 1 logo (it's just black and red lol)",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/image.png",
"author": "thejournalwriter"
},
"ea1a5ace-f698-4b45-ab88-6e8bd3a563f0": {
"id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0",
"name": "Bookmark Toolbar Tweaks",

View file

@ -1 +1,9 @@
/* This is a color theme. */
/* This is an auto generated color theme. */
:root {
--zen-colors-primary: color-mix(in srgb, var(--zen-primary-color) 100%, black 0%) !important;
--zen-colors-secondary: color-mix(in srgb, var(--zen-primary-color) 0%, black 100%) !important;
--zen-colors-tertiary: color-mix(in srgb, var(--zen-primary-color) 10%, black 90%) !important;
--zen-colors-border: color-mix(in srgb, var(--zen-colors-primary) 100%, black 0%) !important;
--zen-primary-color: #ff2600 !important;
color-scheme: dark !important;
}