Use fg,bg in Color tags instead of foreground,background

This commit is contained in:
aditya-K2
2023-04-17 16:18:07 +05:30
parent b8adf83058
commit 4afcf99861
2 changed files with 4 additions and 4 deletions

View File

@@ -134,8 +134,8 @@ image_width_extra_y : -3.75
# Color configuration has the following api
colors:
entity:
fg: # foreground
bg: # background
fg: # foreground (Can be Hex value or a color name)
bg: # background (Can be Hex value or a color name)
bold: # true/false (boolean)
italic: # true/false (boolean)