mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 21:31:01 +00:00
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:
@@ -356,7 +356,7 @@ Bro:
|
|||||||
|
|
||||||
C:
|
C:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#555"
|
color: "#555555"
|
||||||
extensions:
|
extensions:
|
||||||
- .c
|
- .c
|
||||||
- .cats
|
- .cats
|
||||||
|
|||||||
Reference in New Issue
Block a user