From 57ac0fe6c4a0f88ef3f5639613741ce524bae634 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 14 Oct 2021 20:05:31 -0600 Subject: [PATCH] Created Theme Template (markdown) --- Theme-Template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Theme-Template.md diff --git a/Theme-Template.md b/Theme-Template.md new file mode 100644 index 0000000..9c63221 --- /dev/null +++ b/Theme-Template.md @@ -0,0 +1,30 @@ + +## 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: #______; +} +``` \ No newline at end of file