Skip to content

Commit

Permalink
feat: add basic English colors (#70)
Browse files Browse the repository at this point in the history
* feat: add basic English colors
Hex codes gathered from here https://www.colorhexa.com/

* added ovos/mycroft/neon colors
  • Loading branch information
builderjer authored May 12, 2024
1 parent a47410e commit e0ce21e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion lingua_franca/res/text/en-us/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"#D891EF": "Bright lilac",
"#FFAA1D": "Bright yellow",
"#CD7F32": "Bronze",
"#A52A2A": "Brown",
"#AF6E4D": "Brown sugar",
"#7BB661": "Bud green",
"#FFC680": "Buff",
Expand Down Expand Up @@ -255,5 +256,15 @@
"#C154C1": "Fuchsia",
"#E48400": "Fulvous",
"#87421F": "Fuzzy Wuzzy",
"#FFFFFF": "White"
"#808080": "Gray",
"#00FF00": "Green",
"#22A7F0": "Mycroft blue",
"#FF8600": "Neon orange",
"#FFA500": "Orange",
"#FF1A1A": "OVOS red",
"#FFC0CB": "Pink",
"#800080": "Purple",
"#FF0000": "Red",
"#FFFFFF": "White",
"#FFFF00": "Yellow"
}

0 comments on commit e0ce21e

Please sign in to comment.