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
@@ -32,8 +32,8 @@ cmd_list :: proc(cmd: ^Command) {
|
||||
table.aligned_header_of_values(
|
||||
&t,
|
||||
.Center,
|
||||
COLOR_TABLE_HEADING + "Directory" + ANSI_RESET,
|
||||
COLOR_TABLE_HEADING + "Path" + ANSI_RESET,
|
||||
colorize(.Table_Heading, "Directory"),
|
||||
colorize(.Table_Heading, "Path"),
|
||||
)
|
||||
|
||||
for row in rows {
|
||||
|
||||
Reference in New Issue
Block a user