mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Add customizable foreground color to CMatrix (#652)
* Final fixes, adding fg_ini as field * Capital B changed to lowercase
This commit is contained in:
@@ -230,7 +230,7 @@ pub fn main() !void {
|
||||
switch (config.animation) {
|
||||
.none => {},
|
||||
.doom => doom = try Doom.init(allocator, &buffer),
|
||||
.matrix => matrix = try Matrix.init(allocator, &buffer),
|
||||
.matrix => matrix = try Matrix.init(allocator, &buffer, config.cmatrix_fg),
|
||||
}
|
||||
defer {
|
||||
switch (config.animation) {
|
||||
|
||||
Reference in New Issue
Block a user