fix: add more visible borders to HC variants

This commit is contained in:
Mattia Astorino 2023-08-26 13:22:40 +02:00
parent 90ac120051
commit fa4a19828b
No known key found for this signature in database
GPG key ID: D5713A99B7005A59
6 changed files with 6 additions and 6 deletions

View file

@ -34,4 +34,4 @@ const run = async (): Promise<void> => {
}
};
run();
void run();

View file

@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#212121',
backgroundAlt: '#1a1a1a',
contrastBorder: '#000000',
contrastBorder: '#444444',
sidebarForeground: '#848484',
scrollbars: '#EEFFFF20',
comments: '#4A4A4A',

View file

@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#263238',
backgroundAlt: '#192227',
contrastBorder: '#000000',
contrastBorder: '#3B4A51',
scrollbars: '#EEFFFF20',
sidebarForeground: '#5f7a87',
comments: '#546E7A',

View file

@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#FFFFFF',
backgroundAlt: '#FAFAFA',
contrastBorder: '#CBCBCB',
contrastBorder: '#C1C1C1',
scrollbars: '#90A4AE20',
sidebarForeground: '#627883',
comments: '#90A4AE',

View file

@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#0F111A',
backgroundAlt: '#090B10',
contrastBorder: '#000000',
contrastBorder: '#3E445D',
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',

View file

@ -6,7 +6,7 @@ export default {
defaultAccent: '#80CBC4',
background: '#292D3E',
backgroundAlt: '#1B1E2B',
contrastBorder: '#000000',
contrastBorder: '#424A6C',
scrollbars: '#A6ACCD20',
sidebarForeground: '#757CA1',
comments: '#676E95',