File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ export const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'] = {
6
6
foreground : '#7982a9' ,
7
7
caret : '#c0caf5' ,
8
8
selection : '#6f7bb630' ,
9
- selectionMatch : '#1f2335 ' ,
9
+ selectionMatch : '#343b5f ' ,
10
10
gutterBackground : '#24283b' ,
11
11
gutterForeground : '#7982a9' ,
12
12
gutterBorder : 'transparent' ,
13
- lineHighlight : '#292e42 ' ,
13
+ lineHighlight : '#292e427a ' ,
14
14
} ;
15
15
16
16
export const tokyoNightStormInit = ( options ?: Partial < CreateThemeOptions > ) => {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const defaultSettingsTokyoNight: CreateThemeOptions['settings'] = {
10
10
gutterBackground : '#1a1b26' ,
11
11
gutterForeground : '#787c99' ,
12
12
gutterBorder : 'transparent' ,
13
- lineHighlight : '#1e202e ' ,
13
+ lineHighlight : '#474b6611 ' ,
14
14
} ;
15
15
16
16
export const tokyoNightInit = ( options ?: Partial < CreateThemeOptions > ) => {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const config = {
5
5
selectionMatch : '#003f8e' ,
6
6
cursor : '#ffffff' ,
7
7
dropdownBackground : '#001733' ,
8
- activeLine : '#00346e ' ,
8
+ activeLine : '#00346e7a ' ,
9
9
matchingBracket : '#00346e' ,
10
10
keyword : '#EBBBFF' ,
11
11
storage : '#EBBBFF' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const config = {
6
6
cursor : '#7d46fc' ,
7
7
dropdownBackground : '#0a0b0f' ,
8
8
dropdownBorder : '#1e1d27' ,
9
- activeLine : '#7d46fc14 ' ,
9
+ activeLine : '#00346eb0 ' ,
10
10
matchingBracket : '#7d46fc7f' ,
11
11
keyword : null ,
12
12
storage : null ,
You can’t perform that action at this time.
0 commit comments