Standardized color hexcode length to 6

C was the only language to have a hex code length of 3. 
#555555 == #555 == rgb(85, 85, 85)
This commit is contained in:
Zach Munro-Cape
2015-02-27 23:02:13 -04:00
parent 8a0ff14d22
commit b358a22d32

View File

@@ -356,7 +356,7 @@ Bro:
C:
type: programming
color: "#555"
color: "#555555"
extensions:
- .c
- .cats