feat(dtmm): Select accent color

As voted, though with rather poor participation.
This commit is contained in:
Lucas Schwiderski 2023-03-15 21:42:42 +01:00
parent b64aea684c
commit 81a9e068a6
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -63,7 +63,7 @@ pub mod gruvbox_dark {
make_color!(COLOR_ORANGE_DARK, 0xd6, 0x5d, 0x0e);
make_color!(COLOR_ORANGE_LIGHT, 0xfe, 0x80, 0x19);
make_color!(COLOR_ACCENT, COLOR_RED_LIGHT);
make_color!(COLOR_ACCENT, COLOR_BLUE_LIGHT);
make_color!(COLOR_ACCENT_FG, COLOR_BG0_H);
}