From be49f70ea243e0d37fb0a0a2ca73bb0d6534e21c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Aug 2024 10:30:06 +0000 Subject: [PATCH] Rebuild themes.json after theme submission --- themes.json | 12 +++++++++++- .../ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css | 10 +++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/themes.json b/themes.json index e139da56..9cb1f0e5 100644 --- a/themes.json +++ b/themes.json @@ -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", diff --git a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css index 8491ed21..d6661414 100644 --- a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css +++ b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css @@ -1 +1,9 @@ -/* This is a color theme. */ \ No newline at end of file +/* 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; +}