refactor: format and remove unused values

- update format rules
- update plugin file headers
- remove unused opacity from palette
This commit is contained in:
mvllow 2022-06-16 00:38:30 -04:00
commit 9d54de5a5d
7 changed files with 40 additions and 23 deletions

View file

@ -15,7 +15,6 @@ local variants = {
highlight_low = '#21202e',
highlight_med = '#403d52',
highlight_high = '#524f67',
opacity = 0.1,
none = 'NONE',
},
moon = {
@ -34,7 +33,6 @@ local variants = {
highlight_low = '#2a283e',
highlight_med = '#44415a',
highlight_high = '#56526e',
opacity = 0.1,
none = 'NONE',
},
dawn = {
@ -53,7 +51,6 @@ local variants = {
highlight_low = '#f4ede8',
highlight_med = '#dfdad9',
highlight_high = '#cecacd',
opacity = 0.05,
none = 'NONE',
},
}