From 4d27ba20105afd459af578637f27bd42fc04047c Mon Sep 17 00:00:00 2001 From: Vamsi Koneti Date: Sat, 31 Oct 2020 22:42:25 +0530 Subject: [PATCH 1/3] added-summer-theme --- src/background/plugins.js | 8 +++++++- src/themes/themes.css | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/src/background/plugins.js b/src/background/plugins.js index 24857de..691d718 100644 --- a/src/background/plugins.js +++ b/src/background/plugins.js @@ -141,7 +141,7 @@ export default { } }, 'themes': { - keys: ['dark', 'themes', 'mode', 'light'], + keys: ['dark', 'themes', 'mode', 'light', 'pride'], displayName: '🎨 Themes', item: [ { @@ -173,6 +173,12 @@ export default { url: '', emoji: '🌊', theme: 'ocean' + }, + { + title: 'Summer', + url: '', + emoji: '🌻', + theme: 'summer', } ], handler({ theme }, sendResponse) { diff --git a/src/themes/themes.css b/src/themes/themes.css index a5e26b2..eabcd62 100644 --- a/src/themes/themes.css +++ b/src/themes/themes.css @@ -71,3 +71,20 @@ --blue-400-45: rgba(30, 143, 255, 0.45); --border-col: #20354f; } + +.search-wrapper.theme-summer +{ + + --bg: #e0aa13; /*repeating-linear-gradient(45deg, red 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee); */ + --bg-80: #e0b66d; /*repeating-linear-gradient(45deg, #ff0000 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee, 0.8); */ /* background */ + --white: #e2e06e; + --gray-300-90: rgb(82, 87, 24); + --gray-500: #000000; /*close button */ + --gray-600: #000000; /* search tab*/ + --gray-700: #000000;/*navigate, bottom tab, on hover */ + --gray-800: #1d3f0d; /* table content, no hover */ + --blue-400: #800020; + --blue-400-45: rgba(227, 243, 8, 0.45); + --border-col: #20354f; + +} \ No newline at end of file From 68f46c2c02153fc6982780412b378a543f5a8538 Mon Sep 17 00:00:00 2001 From: Vamsi Koneti Date: Sat, 31 Oct 2020 23:50:58 +0530 Subject: [PATCH 2/3] added-summer-theme-2 --- src/themes/themes.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/themes/themes.css b/src/themes/themes.css index eabcd62..ccc2a24 100644 --- a/src/themes/themes.css +++ b/src/themes/themes.css @@ -78,10 +78,10 @@ --bg: #e0aa13; /*repeating-linear-gradient(45deg, red 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee); */ --bg-80: #e0b66d; /*repeating-linear-gradient(45deg, #ff0000 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee, 0.8); */ /* background */ --white: #e2e06e; - --gray-300-90: rgb(82, 87, 24); - --gray-500: #000000; /*close button */ - --gray-600: #000000; /* search tab*/ - --gray-700: #000000;/*navigate, bottom tab, on hover */ + --gray-300-90: rgb(224,182,109); + --gray-500: #1d3f0d; /*close button */ + --gray-600: #1d3f0d; /* search tab*/ + --gray-700: #1d3f0d;/*navigate, bottom tab, on hover */ --gray-800: #1d3f0d; /* table content, no hover */ --blue-400: #800020; --blue-400-45: rgba(227, 243, 8, 0.45); From 8c7693cea01023a2d74c88e108849798decaba50 Mon Sep 17 00:00:00 2001 From: Vamsi Koneti Date: Sun, 1 Nov 2020 00:05:25 +0530 Subject: [PATCH 3/3] added-summer-theme-3 --- src/themes/themes.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/themes/themes.css b/src/themes/themes.css index ccc2a24..132ceeb 100644 --- a/src/themes/themes.css +++ b/src/themes/themes.css @@ -79,10 +79,10 @@ --bg-80: #e0b66d; /*repeating-linear-gradient(45deg, #ff0000 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee, 0.8); */ /* background */ --white: #e2e06e; --gray-300-90: rgb(224,182,109); - --gray-500: #1d3f0d; /*close button */ - --gray-600: #1d3f0d; /* search tab*/ - --gray-700: #1d3f0d;/*navigate, bottom tab, on hover */ - --gray-800: #1d3f0d; /* table content, no hover */ + --gray-500: #325e1e; /*close button */ + --gray-600: #325e1e; /* search tab*/ + --gray-700: #325e1e;/*navigate, bottom tab, on hover */ + --gray-800: #325e1e; /* table content, no hover */ --blue-400: #800020; --blue-400-45: rgba(227, 243, 8, 0.45); --border-col: #20354f;