mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
refactor: Removed hardcoded colors.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ write_borderless_table :: proc(w: io.Writer, t: ^table.Table) {
|
||||
if t.caption != "" {
|
||||
table.write_text_align(
|
||||
w,
|
||||
fmt.tprintf("%s%s%s", COLOR_HEADINGS, t.caption, ANSI_RESET),
|
||||
colorize(.Heading, t.caption),
|
||||
.Left,
|
||||
0, //t.lpad,
|
||||
0, //t.rpad,
|
||||
|
||||
Reference in New Issue
Block a user