Skip to content

Commit

Permalink
style(theme): modify okaidia/quietlight/solarized selection color. (#609
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jaywcjlove committed Nov 26, 2023
1 parent 04f21fc commit fd8b344
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion themes/okaidia/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const defaultSettingsOkaidia: CreateThemeOptions['settings'] = {
selectionMatch: '#49483E',
gutterBackground: '#272822',
gutterForeground: '#FFFFFF70',
lineHighlight: '#00000059',
lineHighlight: '#0000003b',
};

export const okaidiaInit = (options?: Partial<CreateThemeOptions>) => {
Expand Down
2 changes: 1 addition & 1 deletion themes/quietlight/src/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const config = {
selectionMatch: '#C9D0D9',
cursor: '#54494B',
dropdownBackground: '#F5F5F5',
activeLine: '#E4F6D4',
activeLine: '#79ff002b',
matchingBracket: '#E4F6D4',
keyword: '#4B69C6',
storage: '#4B69C6',
Expand Down
2 changes: 1 addition & 1 deletion themes/solarized/src/dark-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const config = {
cursor: '#D30102',
dropdownBackground: '#00212B',
dropdownBorder: '#2AA19899',
activeLine: '#073642',
activeLine: '#00cafe11',
matchingBracket: '#073642',
keyword: '#859900',
storage: '#93A1A1',
Expand Down
2 changes: 1 addition & 1 deletion themes/solarized/src/light-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const config = {
cursor: '#657B83',
dropdownBackground: '#EEE8D5',
dropdownBorder: '#D3AF86',
activeLine: '#EEE8D5',
activeLine: '#3d392d11',
matchingBracket: '#EEE8D5',
keyword: '#859900',
storage: '#586E75',
Expand Down

0 comments on commit fd8b344

Please sign in to comment.