@@ -16,6 +16,7 @@ export const CssWidth = '--search-js-width'
16
16
export const CssHeight = '--search-js-height'
17
17
export const CssFontFamily = '--search-js-font-family'
18
18
export const CssPositionTop = '--search-js-top'
19
+ export const CssBorderColor = '--search-js-border-color'
19
20
20
21
export const AvailableThemes : any = {
21
22
[ SearchJSTheme . ThemeDark ] : {
@@ -32,6 +33,7 @@ export const AvailableThemes: any = {
32
33
[ CssItemBackground ] : '#1c1e21' ,
33
34
[ CssItemBoxShadow ] : 'none' ,
34
35
[ CssTextColor ] : '#b3b3b3' ,
36
+ [ CssBorderColor ] : '#32354778' ,
35
37
} ,
36
38
[ SearchJSTheme . ThemeLight ] : {
37
39
[ CssBackdropBackground ] : 'rgba(101, 108, 133, 0.8)' ,
@@ -46,6 +48,7 @@ export const AvailableThemes: any = {
46
48
[ CssItemBackground ] : 'white' ,
47
49
[ CssItemBoxShadow ] : '0 1px 3px 0 #d4d9e1' ,
48
50
[ CssTextColor ] : '#969faf' ,
51
+ [ CssBorderColor ] : '#cfcfcf4f' ,
49
52
} ,
50
53
[ SearchJSTheme . ThemeGithubDark ] : {
51
54
[ CssBackdropBackground ] : 'rgba(1,4,9,0.8)' ,
@@ -60,6 +63,7 @@ export const AvailableThemes: any = {
60
63
[ CssItemBoxShadow ] : 'none' ,
61
64
[ CssTextColor ] : '#C5CED6' ,
62
65
[ CssTheme ] : 'transparent' ,
66
+ [ CssBorderColor ] : '#30363d' ,
63
67
} ,
64
68
[ SearchJSTheme . ThemeGithubLight ] : {
65
69
[ CssBackdropBackground ] : 'rgba(27,31,36,0.5)' ,
@@ -74,5 +78,6 @@ export const AvailableThemes: any = {
74
78
[ CssItemBoxShadow ] : 'none' ,
75
79
[ CssTextColor ] : '#1F2329' ,
76
80
[ CssTheme ] : 'transparent' ,
81
+ [ CssBorderColor ] : '#d0d7de' ,
77
82
} ,
78
83
}
0 commit comments