mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Display error messages differently in info line (#661)
* Add list of error messages to InfoLine.zig * Change info and error cases according to review * Add changes from review for width calculation
This commit is contained in:
@@ -49,6 +49,13 @@ bg = 0
|
||||
# Foreground color id
|
||||
fg = 8
|
||||
|
||||
# Background color errors
|
||||
error_bg = 0
|
||||
|
||||
# Foreground color errors
|
||||
# Default is red and bold: TB_RED | TB_BOLD
|
||||
error_fg = 258
|
||||
|
||||
# CMatrix animation foreground color id
|
||||
cmatrix_fg = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user