Skip to content

Commit

Permalink
style(theme): modify kimbie/material/monokai/nord/noctis selection co…
Browse files Browse the repository at this point in the history
…lor. (#609)
  • Loading branch information
jaywcjlove committed Nov 26, 2023
1 parent fd8b344 commit 4dcc32b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion themes/kimbie/src/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const config = {
selectionMatch: '#84613daa',
cursor: '#d3af86',
dropdownBackground: '#51412c',
activeLine: '#5e452b',
activeLine: '#5e452b52',
matchingBracket: '#5e452b',
keyword: '#98676a',
storage: '#98676a',
Expand Down
8 changes: 4 additions & 4 deletions themes/material/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export const defaultSettingsMaterial: CreateThemeOptions['settings'] = {
background: '#2e3235',
foreground: '#bdbdbd',
caret: '#a0a4ae',
selection: '#d7d4f0',
selectionMatch: '#d7d4f0',
selection: '#d7d4f063',
selectionMatch: '#d7d4f063',
gutterBackground: '#2e3235',
gutterForeground: '#999',
gutterActiveForeground: '#4f5b66',
lineHighlight: '#545b61',
lineHighlight: '#545b6130',
};

export const defaultSettingsMaterialDark = defaultSettingsMaterial;
Expand Down Expand Up @@ -131,7 +131,7 @@ export const defaultSettingsMaterialLight: CreateThemeOptions['settings'] = {
foreground: '#90A4AE',
caret: '#272727',
selection: '#80CBC440',
selectionMatch: '#FAFAFA',
selectionMatch: '#80CBC440',
gutterBackground: '#FAFAFA',
gutterForeground: '#90A4AE',
gutterBorder: 'transparent',
Expand Down
6 changes: 3 additions & 3 deletions themes/monokai-dimmed/src/color.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const config = {
background: '#1e1e1e',
foreground: '#c5c8c6',
selection: '#4747a180',
selectionMatch: '#6767ce80',
selection: '#4747a1',
selectionMatch: '#4747a1',
cursor: '#c07020',
dropdownBackground: '#525252',
activeLine: '#303030',
activeLine: '#30303078',
matchingBracket: '#303030',
keyword: '#676867',
storage: '#676867',
Expand Down
6 changes: 3 additions & 3 deletions themes/monokai/src/color.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const config = {
background: '#272822',
foreground: '#f8f8f2',
selection: '#4a4a7680',
selectionMatch: '#6a6a9680',
selection: '#4a4a76',
selectionMatch: '#4a4a76',
cursor: '#f8f8f0',
dropdownBackground: '#414339',
activeLine: '#3e3d32',
activeLine: '#3e3d3257',
matchingBracket: '#3e3d32',
keyword: '#F92672',
storage: '#F92672',
Expand Down
2 changes: 1 addition & 1 deletion themes/noctis-lilac/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const defaultSettingsNoctisLilac: CreateThemeOptions['settings'] = {
selectionMatch: '#d5d1f2',
gutterBackground: '#f2f1f8',
gutterForeground: '#0c006b70',
lineHighlight: '#e1def3',
lineHighlight: '#16067911',
};

export const noctisLilacInit = (options?: Partial<CreateThemeOptions>) => {
Expand Down
6 changes: 3 additions & 3 deletions themes/nord/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export const defaultSettingsNord: CreateThemeOptions['settings'] = {
background: '#2e3440',
foreground: '#FFFFFF',
caret: '#FFFFFF',
selection: '#3b4252',
selectionMatch: '#e5e9f0',
selection: '#4b556a',
selectionMatch: '#4b556a',
gutterBackground: '#2e3440',
gutterForeground: '#4c566a',
gutterActiveForeground: '#d8dee9',
lineHighlight: '#4c566a',
lineHighlight: '#4c566a29',
};

// Colors from https://www.nordtheme.com/docs/colors-and-palettes
Expand Down

0 comments on commit 4dcc32b

Please sign in to comment.