increase sidebar hl contrast in solarized (Kong#5594) (#5717)

This commit is contained in:
Noah 2023-01-25 08:11:30 -08:00 committed by GitHub
parent 4a46d0f71e
commit 110d0204d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -23,5 +23,12 @@ module.exports = {
lg: 'rgba(142, 149, 146, 0.6)',
xl: 'rgba(142, 149, 146, 0.8)',
},
styles: {
sidebar: {
highlight: {
default: 'rgb(88, 110, 117)',
},
}
},
},
};

View File

@ -36,6 +36,9 @@ module.exports = {
foreground: {
default: '#839496',
},
highlight: {
default: 'rgb(88, 110, 117)',
},
},
},
},