Skip to content

Commit 9472b02

Browse files
committed
Remove alias colors from basecolors
These were never supposed to make the cut in the first place.
1 parent b9b6c30 commit 9472b02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/faces.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ const FACES = let default = Dict{Symbol, Face}(
394394
:cyan => (r = 0x00, g = 0x97, b = 0xa7),
395395
:white => (r = 0xdd, g = 0xdc, b = 0xd9),
396396
:bright_black => (r = 0x76, g = 0x75, b = 0x7a),
397-
:grey => (r = 0x76, g = 0x75, b = 0x7a),
398-
:gray => (r = 0x76, g = 0x75, b = 0x7a),
399397
:bright_red => (r = 0xed, g = 0x33, b = 0x3b),
400398
:bright_green => (r = 0x33, g = 0xd0, b = 0x79),
401399
:bright_yellow => (r = 0xf6, g = 0xd2, b = 0x2c),

0 commit comments

Comments
 (0)