Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 427075c

Browse files
committed
refactor(sidebar): add theme support for footer shadows
1 parent 7088b4d commit 427075c

File tree

8 files changed

+14
-1
lines changed

8 files changed

+14
-1
lines changed

utils/themes/skins/cyan.js

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const cyan = {
113113
headerShadowBorderBottom: '1px dashed #316d7b',
114114
footerShadow: '-1px -4px 4px 0px rgba(0,0,0,0.2)',
115115
footerShadowBorderBottom: '1px dashed #316d7b',
116-
117116
searchInputBottom: '#2b6775',
118117
searchInputBottomActive: '#61ABB2',
119118
searchInputHolder: '#3a7786',

utils/themes/skins/github.js

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ const github = {
112112
borderColor: '#14363E',
113113
headerShadow: '0px 6px 4px 0px rgba(0,0,0,0.2)',
114114
headerShadowBorderBottom: '1px dashed #3d5a51',
115+
footerShadow: '-1px -4px 4px 0px rgba(0,0,0,0.2)',
116+
footerShadowBorderBottom: '1px dashed #3d5a51',
115117
searchInputBottom: '#3A3948',
116118
searchInputBottomActive: '#3B8250',
117119
searchInputHolder: '#3B3948',

utils/themes/skins/green.js

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const green = {
113113
borderColor: lighten(0.05, sidebarBg),
114114
headerShadow: '-2px 2px 2px 0px rgb(39, 53, 45)',
115115
headerShadowBorderBottom: '1px solid #576957',
116+
footerShadow: '-1px -4px 4px 0px rgb(39, 53, 45)',
117+
footerShadowBorderBottom: '1px dashed #576957',
116118
searchInputBottom: '#606f64',
117119
searchInputBottomActive: '#92C446',
118120
searchInputHolder: '#607765',

utils/themes/skins/iron_green.js

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ const iconGreen = {
111111
borderColor: '#14363E',
112112
headerShadow: '-1px 6px 2px 0px rgb(9, 171, 165)',
113113
headerShadowBorderBottom: '1px solid #668d90',
114+
footerShadow: '-1px -4px 4px 0px rgb(9, 171, 165)',
115+
footerShadowBorderBottom: '1px dashed #668d90',
114116
searchInputBottom: '#8ED5B4',
115117
searchInputBottomActive: '#BFE4B4',
116118
searchInputHolder: '#8ED5B4',

utils/themes/skins/monokai.js

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ const monokai = {
114114
borderColor: lighten(0.05, sidebarBg),
115115
headerShadow: '-2px 1px 6px 0px rgb(1,21,25)',
116116
headerShadowBorderBottom: '1px solid #6b5f34',
117+
footerShadow: '-1px -4px 4px 0px rgb(1,21,25)',
118+
footerShadowBorderBottom: '1px dashed #6b5f34',
117119
searchInputBottom: '#3A3948',
118120
searchInputBottomActive: '#877853',
119121
searchInputHolder: '#3B3948',

utils/themes/skins/purple.js

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ const purple = {
112112
borderColor: lighten(0.05, sidebarBg),
113113
headerShadow: '-2px 1px 6px 0px rgb(1,21,25)',
114114
headerShadowBorderBottom: '1px solid #615b79',
115+
footerShadow: '-1px -4px 4px 0px rgb(1,21,25)',
116+
footerShadowBorderBottom: '1px dashed #615b79',
115117
searchInputBottom: '#3A3948',
116118
searchInputBottomActive: '#5F5C75',
117119
searchInputHolder: '#3B3948',

utils/themes/skins/solarized_dark.js

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const solarizedDark = {
113113
borderColor: '#14363E',
114114
headerShadow: '-2px 1px 6px 0px rgb(1,21,25)',
115115
headerShadowBorderBottom: '1px solid #06495a',
116+
footerShadow: '-1px -4px 4px 0px rgb(1,21,25)',
117+
footerShadowBorderBottom: '1px dashed #06495a',
116118
searchInputBottom: '#154964',
117119
searchInputBottomActive: '#2e78a4',
118120
searchInputHolder: '#17414E',

utils/themes/skins/yellow.js

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ const yellow = {
112112
borderColor: lighten(0.05, sidebarBg),
113113
headerShadow: '0px 6px 4px 0px rgba(0,0,0,0.2)',
114114
headerShadowBorderBottom: '1px dashed #88755b',
115+
footerShadow: '-1px -4px 4px 0px rgba(0,0,0,0.2)',
116+
footerShadowBorderBottom: '1px dashed #88755b',
115117
searchInputBottom: '#5D4833',
116118
searchInputBottomActive: '#A4644B',
117119
searchInputHolder: '#5D4833',

0 commit comments

Comments
 (0)