Skip to content

Commit

Permalink
Add brown color
Browse files Browse the repository at this point in the history
  • Loading branch information
maggick committed May 25, 2016
1 parent 487872e commit 3f04db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checkers_available/FR_colour_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ def initialize

@list = {"noir" => 0, "bleu" => 0, "marron" => 0, "gris" => 0, "vert" => 0,
"orange" => 0, "rose" => 0, "rouge" => 0, "blanc" => 0, "jaune" => 0,
"violet" => 0, "indigo" => 0, "ocre" => 0, "cyan" => 0, "ocre" => 0}
"violet" => 0, "indigo" => 0, "ocre" => 0, "cyan" => 0, "ocre" => 0,
"brun" =>0 }
@description = "List of common French colours"
end

Expand Down

0 comments on commit 3f04db2

Please sign in to comment.