formatting

This commit is contained in:
AdrianGroty 2025-12-20 04:43:45 -06:00
commit 938221d2a8

View file

@ -24,8 +24,9 @@ full_color = true
# If full_color is false, output will be in indxed 8-color mode.
# In this mode, each color assigned in this config should use the following format:
# 0xSS0C, where SS is styling, and C is an integer from 0-8.
# the styling options are the same as in full_color mode.
# All eight eight-color color codes:
# All eight-color mode codes:
# TB_DEFAULT 0xSS00
# TB_BLACK 0xSS01
# TB_RED 0xSS02
@ -36,27 +37,26 @@ full_color = true
# TB_CYAN 0xSS07
# TB_WHITE 0xSS08
# the styling options are the same as in full_color mode.
# NOTE: 256-color .dur files will ONLY be displayed if full_color is true.
# Background color id
# 0x0000
#bg = 0x0000
bg = 0x00000000
# Border foreground color id
# 0x0108
#border_fg = 0x0108
border_fg = 0x00FFFFFF
# Error background color id
# 0x0000
#error_bg = 0x0000
error_bg = 0x00000000
# Error foreground color id
# 0x0102
#error_fg = 0x0102
error_fg = 0x01FF0000
# Foreground color id
# 0x0108
#fg = 0x0108
fg = 0x00FFFFFF
# Blank main box background
@ -237,8 +237,6 @@ dur_x_offset = 0
# Dur offset y direction
dur_y_offset = 0
##########################################################################
### PATHS AND BEHAVIOR ###