Skip to content

Commit 4d27ba2

Browse files
committed
added-summer-theme
1 parent ac80145 commit 4d27ba2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

src/background/plugins.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default {
141141
}
142142
},
143143
'themes': {
144-
keys: ['dark', 'themes', 'mode', 'light'],
144+
keys: ['dark', 'themes', 'mode', 'light', 'pride'],
145145
displayName: '🎨 Themes',
146146
item: [
147147
{
@@ -173,6 +173,12 @@ export default {
173173
url: '',
174174
emoji: '🌊',
175175
theme: 'ocean'
176+
},
177+
{
178+
title: 'Summer',
179+
url: '',
180+
emoji: '🌻',
181+
theme: 'summer',
176182
}
177183
],
178184
handler({ theme }, sendResponse) {

src/themes/themes.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,20 @@
7171
--blue-400-45: rgba(30, 143, 255, 0.45);
7272
--border-col: #20354f;
7373
}
74+
75+
.search-wrapper.theme-summer
76+
{
77+
78+
--bg: #e0aa13; /*repeating-linear-gradient(45deg, red 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee); */
79+
--bg-80: #e0b66d; /*repeating-linear-gradient(45deg, #ff0000 0px, #ffa500 20px, #ffff00 20px, #008000 20px, #0000ff 20px, #4b0082 20px, #ee82ee, 0.8); */ /* background */
80+
--white: #e2e06e;
81+
--gray-300-90: rgb(82, 87, 24);
82+
--gray-500: #000000; /*close button */
83+
--gray-600: #000000; /* search tab*/
84+
--gray-700: #000000;/*navigate, bottom tab, on hover */
85+
--gray-800: #1d3f0d; /* table content, no hover */
86+
--blue-400: #800020;
87+
--blue-400-45: rgba(227, 243, 8, 0.45);
88+
--border-col: #20354f;
89+
90+
}

0 commit comments

Comments
 (0)