diff options
author | Charles Peterson <cpeterson@brokerbin.com> | 2017-12-16 00:42:35 +0300 |
---|---|---|
committer | Charles Peterson <cpeterson@brokerbin.com> | 2017-12-16 00:42:35 +0300 |
commit | 4d18fdc6e9252a5d93ab9e046b3d98421d1be715 (patch) | |
tree | 15bdddc1212b38e256da645dc96eda282c187f03 /README.md | |
parent | 786dc5b3f211b786d5d77243548f0fec4e1618e4 (diff) |
fix for colors since the terminals so not always render named colors when using parameter expansion.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |