11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
|
# Classic zrep theme
|
||
|
declare -A theme_colors=(
|
||
|
[std]="green"
|
||
|
[info]="yellow"
|
||
|
[debug]="red"
|
||
|
[other]="bold_yellow"
|
||
|
[sub]="magenta"
|
||
|
[main]="white green_bg" # Combining colors for 'main'
|
||
|
[help]="bold_green"
|
||
|
)
|