Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Add support for 8 digit hex codes
Browse files Browse the repository at this point in the history
Fix #66
  • Loading branch information
RRethy committed Aug 25, 2020
1 parent 1788753 commit 8b1ff29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hexokinase
Submodule hexokinase updated 4 files
+14 −0 alpha.go
+4 −0 converters.go
+3 −3 hex.go
+6 −0 hex_test.go
4 changes: 4 additions & 0 deletions test_colours.txt
Expand Up @@ -2,6 +2,10 @@ This file lists various colors, for testing the supported color syntax

green red blue

#ffffffFF

#AAbB11aa

#fffffff

#fff
Expand Down

0 comments on commit 8b1ff29

Please sign in to comment.