Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/theme-colors
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ declare -A color_mapping=(
['blue']=34
# TODO: Add more color values to expand our theme!
# Refer to Bash color codes. For instance:
# ['yellow']=33
# ['cyan']=36
['yellow']=33
['cyan']=36
['magenta']=35
['white']=37
)

if [[ -z "$1" ]]; then
Expand Down