Skip to content

Commit

Permalink
style(theme): modify white/tokyo/tomorrow selection color. (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 26, 2023
1 parent 33e1b98 commit 04f21fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions themes/tokyo-night-storm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'] = {
foreground: '#7982a9',
caret: '#c0caf5',
selection: '#6f7bb630',
selectionMatch: '#1f2335',
selectionMatch: '#343b5f',
gutterBackground: '#24283b',
gutterForeground: '#7982a9',
gutterBorder: 'transparent',
lineHighlight: '#292e42',
lineHighlight: '#292e427a',
};

export const tokyoNightStormInit = (options?: Partial<CreateThemeOptions>) => {
Expand Down
2 changes: 1 addition & 1 deletion themes/tokyo-night/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const defaultSettingsTokyoNight: CreateThemeOptions['settings'] = {
gutterBackground: '#1a1b26',
gutterForeground: '#787c99',
gutterBorder: 'transparent',
lineHighlight: '#1e202e',
lineHighlight: '#474b6611',
};

export const tokyoNightInit = (options?: Partial<CreateThemeOptions>) => {
Expand Down
2 changes: 1 addition & 1 deletion themes/tomorrow-night-blue/src/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const config = {
selectionMatch: '#003f8e',
cursor: '#ffffff',
dropdownBackground: '#001733',
activeLine: '#00346e',
activeLine: '#00346e7a',
matchingBracket: '#00346e',
keyword: '#EBBBFF',
storage: '#EBBBFF',
Expand Down
2 changes: 1 addition & 1 deletion themes/white/src/dark-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const config = {
cursor: '#7d46fc',
dropdownBackground: '#0a0b0f',
dropdownBorder: '#1e1d27',
activeLine: '#7d46fc14',
activeLine: '#00346eb0',
matchingBracket: '#7d46fc7f',
keyword: null,
storage: null,
Expand Down

0 comments on commit 04f21fc

Please sign in to comment.