Skip to content

Commit

Permalink
fix: add more visible borders to HC variants
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 26, 2023
1 parent 90ac120 commit fa4a198
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/generator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ const run = async (): Promise<void> => {
}
};

run();
void run();
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/darker-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#212121',
backgroundAlt: '#1a1a1a',
contrastBorder: '#000000',
contrastBorder: '#444444',
sidebarForeground: '#848484',
scrollbars: '#EEFFFF20',
comments: '#4A4A4A',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/default-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#263238',
backgroundAlt: '#192227',
contrastBorder: '#000000',
contrastBorder: '#3B4A51',
scrollbars: '#EEFFFF20',
sidebarForeground: '#5f7a87',
comments: '#546E7A',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/lighter-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#FFFFFF',
backgroundAlt: '#FAFAFA',
contrastBorder: '#CBCBCB',
contrastBorder: '#C1C1C1',
scrollbars: '#90A4AE20',
sidebarForeground: '#627883',
comments: '#90A4AE',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/ocean-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#0F111A',
backgroundAlt: '#090B10',
contrastBorder: '#000000',
contrastBorder: '#3E445D',
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/palenight-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#292D3E',
backgroundAlt: '#1B1E2B',
contrastBorder: '#000000',
contrastBorder: '#424A6C',
scrollbars: '#A6ACCD20',
sidebarForeground: '#757CA1',
comments: '#676E95',
Expand Down

0 comments on commit fa4a198

Please sign in to comment.