Update palette (#58)

* chore: format

* feat!: use new palette

- color "inactive" has been renamed to "muted"
- update subtle and muted colors
This commit is contained in:
not 2022-01-21 20:27:22 -06:00 committed by GitHub
commit a455e5f57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 35 additions and 51 deletions

View file

@ -27,8 +27,8 @@ return {
c = { bg = p.base, fg = p.text },
},
inactive = {
a = { bg = p.base, fg = p.inactive, gui = 'bold' },
b = { bg = p.base, fg = p.inactive },
c = { bg = p.base, fg = p.inactive },
a = { bg = p.base, fg = p.muted, gui = 'bold' },
b = { bg = p.base, fg = p.muted },
c = { bg = p.base, fg = p.muted },
},
}