feat: allow hex color
This commit is contained in:
10
config
10
config
@@ -13,18 +13,16 @@ fps=30
|
||||
[styling]
|
||||
|
||||
# Which color mode to use
|
||||
# Value: "term", "rgb" or "ansi"
|
||||
color_mode=term
|
||||
# Value: "term", "hex" or "ansi"
|
||||
color_mode=hex
|
||||
|
||||
# Loaded if color_mode is set to "term"
|
||||
# Value: 0-15
|
||||
color_term=7
|
||||
|
||||
# Loaded if color_mode is set to "rgb"
|
||||
# Loaded if color_mode is set to "hex"
|
||||
# Value: 0-255
|
||||
color_r=255
|
||||
color_g=0
|
||||
color_b=0
|
||||
color_hex=e6ecfe
|
||||
|
||||
# Loaded if color_mode is set to "ansi"
|
||||
# Value: 0-255
|
||||
|
||||
Reference in New Issue
Block a user