theme awareness
This commit is contained in:
@ -5,17 +5,30 @@ export const nightowl: Theme = {
|
||||
colors: {
|
||||
background: '#011627',
|
||||
surface: '#0b2942',
|
||||
surfaceHover: '#1d3b53',
|
||||
border: '#1d3b53',
|
||||
text: '#d6deeb',
|
||||
textSecondary: '#637777',
|
||||
accent: '#80a4c2',
|
||||
accentHover: '#9fb9d0',
|
||||
accentText: '#011627',
|
||||
input: '#0b2942',
|
||||
inputBorder: '#1d3b53',
|
||||
inputBorderFocus: '#80a4c2',
|
||||
button: '#1d3b53',
|
||||
buttonHover: '#2d4f6b',
|
||||
danger: '#ef5350',
|
||||
dangerHover: '#f27572',
|
||||
dangerText: '#011627',
|
||||
warning: '#ecc48d',
|
||||
warningHover: '#f78c6c',
|
||||
warningText: '#011627',
|
||||
info: '#82aaff',
|
||||
infoHover: '#7fdbca',
|
||||
infoText: '#011627',
|
||||
success: '#addb67',
|
||||
successHover: '#7fdbca',
|
||||
successText: '#011627',
|
||||
},
|
||||
editor: {
|
||||
background: '#011627',
|
||||
|
||||
Reference in New Issue
Block a user