Skip to content

Commit

Permalink
Added more adjectives
Browse files Browse the repository at this point in the history
  • Loading branch information
anandvarma committed Jul 27, 2023
1 parent 5337135 commit 5197c6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dictionary.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ var adjectives = []string{
"handsome",
"happy",
"harsh",
"hasty",
"healthy",
"heavy",
"helpful",
Expand All @@ -157,6 +158,9 @@ var adjectives = []string{
"huge",
"humorous",
"hungry",
"hyperactive",
"hyperbolic",
"hysterical",
"ignorant",
"illegal",
"imaginary",
Expand Down Expand Up @@ -251,6 +255,7 @@ var adjectives = []string{
"splendid",
"strong",
"successful",
"supercharged",
"sweet",
"tactful",
"talented",
Expand All @@ -271,6 +276,7 @@ var adjectives = []string{
"tiny",
"unique",
"untidy",
"upbeat",
"upset",
"victorious",
"violent",
Expand All @@ -286,6 +292,7 @@ var adjectives = []string{
"young",
"youthful",
"zealous",
"zen",
}

// Word corpus of colors.
Expand Down

0 comments on commit 5197c6e

Please sign in to comment.