Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
fix for colors since the terminals so not always render named colors …
Browse files Browse the repository at this point in the history
…when using parameter expansion.
  • Loading branch information
Charles Peterson committed Dec 15, 2017
1 parent 786dc5b commit 4d18fdc
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 271 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,17 @@ Some example settings:
|Normal Colors|(red3 darkorange3 darkgoldenrod gold3 yellow3 chartreuse2 mediumspringgreen green3 green3 green4 darkgreen)|
|Subdued Colors|(darkred orange4 yellow4 yellow4 chartreuse3 green3 green4 darkgreen)|

###### test your terminal colors
Some terminals, like iTerm2, allow you to customize some of the colors via the interface. This is handy for themes and allowing the colors to change via the GUI.
Use this command to check how all the colors are rendering in your terminal. This is handy for choosing colors and wheter or not you want to use the static color code, or the dynamic named color.

```zsh
# execute these in your shell to get a look at all 256 colors

getColorCode background
getColorCode foreground
```

##### command_execution_time

Display the time the previous command took to execute if the time is above
Expand Down
Loading

0 comments on commit 4d18fdc

Please sign in to comment.