mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
increase sidebar hl contrast in solarized (Kong#5594) (#5717)
This commit is contained in:
parent
4a46d0f71e
commit
110d0204d7
@ -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)',
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@ -36,6 +36,9 @@ module.exports = {
|
||||
foreground: {
|
||||
default: '#839496',
|
||||
},
|
||||
highlight: {
|
||||
default: 'rgb(88, 110, 117)',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user