config/terminal: refactor: remove “default_*” color members from terminal struct

Access the original colors in the configuration instead.
This commit is contained in:
Daniel Eklöf 2021-04-07 08:07:43 +02:00
parent 44a166dde8
commit 936063271f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 61 additions and 86 deletions

View file

@ -123,8 +123,7 @@ struct config {
struct {
uint32_t fg;
uint32_t bg;
uint32_t regular[8];
uint32_t bright[8];
uint32_t table[256];
uint16_t alpha;
uint32_t selection_fg;
uint32_t selection_bg;