Add transparency support for theme colors

Closes #19.
This commit is contained in:
Leroy Hopson 2020-11-29 15:45:57 +07:00
parent e1ac652d3e
commit 45b559b647
No known key found for this signature in database
GPG key ID: 4D05A4F6CB4E7DEE
2 changed files with 4 additions and 1 deletions

View file

@ -385,7 +385,7 @@ void Terminal::update_theme()
color_palette[color][1] = c.get_g8();
color_palette[color][2] = c.get_b8();
palette.erase(color) = c;
palette[color] = c;
};
set_pallete_color(TSM_COLOR_BLACK, "Black", 0, 0, 0);