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:
+2
-2
@@ -54,8 +54,8 @@ cmd_sync :: proc(cmd: ^Command) {
|
||||
table.aligned_header_of_values(
|
||||
&t,
|
||||
.Center,
|
||||
COLOR_TABLE_HEADING + "File" + ANSI_RESET,
|
||||
COLOR_TABLE_HEADING + "Status" + ANSI_RESET,
|
||||
colorize(.Table_Heading, "File"),
|
||||
colorize(.Table_Heading, "Status"),
|
||||
)
|
||||
|
||||
for res in results {
|
||||
|
||||
Reference in New Issue
Block a user