From 7c39fb516c98aa22cccebf4ff2b93fcc07b66398 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 14 Oct 2021 20:05:13 -0600 Subject: [PATCH] Updated User Contributed CSS Themes (markdown) --- User-Contributed-CSS-Themes.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/User-Contributed-CSS-Themes.md b/User-Contributed-CSS-Themes.md index 44222ef..1475e58 100644 --- a/User-Contributed-CSS-Themes.md +++ b/User-Contributed-CSS-Themes.md @@ -1,34 +1,4 @@ -*If you have an idea for a theme, open a new Issue with the theme in the issue description, and I'll add it to the wiki* - -## Templates -### Format -```css -:root { - /* LIGHT THEME COLORS */ - --whoogle-logo: #______; - --whoogle-page-bg: #______; - --whoogle-element-bg: #______; - --whoogle-text: #______; - --whoogle-contrast-text: #______; - --whoogle-secondary-text: #______; - --whoogle-result-bg: #______; - --whoogle-result-title: #______; - --whoogle-result-url: #______; - --whoogle-result-visited: #______; - - /* DARK THEME COLORS */ - --whoogle-dark-logo: #______; - --whoogle-dark-page-bg: #______; - --whoogle-dark-element-bg: #______; - --whoogle-dark-text: #______; - --whoogle-dark-contrast-text: #______; - --whoogle-dark-secondary-text: #______; - --whoogle-dark-result-bg: #______; - --whoogle-dark-result-title: #______; - --whoogle-dark-result-url: #______; - --whoogle-dark-result-visited: #______; -} -``` +*If you have an idea for a theme, open a new issue with the theme in the issue description, and I'll add it to the wiki -- see the template for contributing!* ## Themes