diff --git a/scripts/generator/index.ts b/scripts/generator/index.ts index d10d0ba..86c491e 100644 --- a/scripts/generator/index.ts +++ b/scripts/generator/index.ts @@ -34,4 +34,4 @@ const run = async (): Promise => { } }; -run(); +void run(); diff --git a/scripts/generator/settings/specific/darker-hc.ts b/scripts/generator/settings/specific/darker-hc.ts index bf7eba3..2662139 100644 --- a/scripts/generator/settings/specific/darker-hc.ts +++ b/scripts/generator/settings/specific/darker-hc.ts @@ -6,7 +6,7 @@ export default { defaultAccent: '#80CBC4', background: '#212121', backgroundAlt: '#1a1a1a', - contrastBorder: '#000000', + contrastBorder: '#444444', sidebarForeground: '#848484', scrollbars: '#EEFFFF20', comments: '#4A4A4A', diff --git a/scripts/generator/settings/specific/default-hc.ts b/scripts/generator/settings/specific/default-hc.ts index ea7fc07..e1cd15f 100644 --- a/scripts/generator/settings/specific/default-hc.ts +++ b/scripts/generator/settings/specific/default-hc.ts @@ -6,7 +6,7 @@ export default { defaultAccent: '#80CBC4', background: '#263238', backgroundAlt: '#192227', - contrastBorder: '#000000', + contrastBorder: '#3B4A51', scrollbars: '#EEFFFF20', sidebarForeground: '#5f7a87', comments: '#546E7A', diff --git a/scripts/generator/settings/specific/lighter-hc.ts b/scripts/generator/settings/specific/lighter-hc.ts index 831290f..37e27bf 100644 --- a/scripts/generator/settings/specific/lighter-hc.ts +++ b/scripts/generator/settings/specific/lighter-hc.ts @@ -6,7 +6,7 @@ export default { defaultAccent: '#80CBC4', background: '#FFFFFF', backgroundAlt: '#FAFAFA', - contrastBorder: '#CBCBCB', + contrastBorder: '#C1C1C1', scrollbars: '#90A4AE20', sidebarForeground: '#627883', comments: '#90A4AE', diff --git a/scripts/generator/settings/specific/ocean-hc.ts b/scripts/generator/settings/specific/ocean-hc.ts index 1fbeb0a..34f454a 100644 --- a/scripts/generator/settings/specific/ocean-hc.ts +++ b/scripts/generator/settings/specific/ocean-hc.ts @@ -6,7 +6,7 @@ export default { defaultAccent: '#80CBC4', background: '#0F111A', backgroundAlt: '#090B10', - contrastBorder: '#000000', + contrastBorder: '#3E445D', comments: '#464B5D', caret: '#FFCC00', findHighlight: '#FFCC00', diff --git a/scripts/generator/settings/specific/palenight-hc.ts b/scripts/generator/settings/specific/palenight-hc.ts index cec4117..910d72b 100644 --- a/scripts/generator/settings/specific/palenight-hc.ts +++ b/scripts/generator/settings/specific/palenight-hc.ts @@ -6,7 +6,7 @@ export default { defaultAccent: '#80CBC4', background: '#292D3E', backgroundAlt: '#1B1E2B', - contrastBorder: '#000000', + contrastBorder: '#424A6C', scrollbars: '#A6ACCD20', sidebarForeground: '#757CA1', comments: '#676E95',