From 938221d2a879a8ae68f630e85bcd1e9ed25cd3ca Mon Sep 17 00:00:00 2001 From: AdrianGroty Date: Sat, 20 Dec 2025 04:43:45 -0600 Subject: [PATCH] formatting --- res/config.ini | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/res/config.ini b/res/config.ini index dc682ad..925e466 100644 --- a/res/config.ini +++ b/res/config.ini @@ -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 ###