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
4 changes: 2 additions & 2 deletions bin/dynamic-colors
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Basic commands:

Creating colorschemes:
a,audit <colorscheme> check <colorscheme> for undefined colors
c,create <colorscheme> create a new colorscheme from scratch
C,create <colorscheme> create a new colorscheme from scratch
"

die () {
Expand Down Expand Up @@ -204,7 +204,7 @@ case "$#" in
help ;;
a|audit)
audit "$1" ;;
c|create)
C|create)
[ $# -ne 1 ] && usage
create "$1" ;;
e|edit)
Expand Down