Skip to content

Commit

Permalink
feat: added gray and orange to std.colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik committed Oct 14, 2023
1 parent 7aac5f3 commit a535639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime/intrinsics/libs/std/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default class ColorLib extends Intrinsic.Lib {
"magenta",
"cyan",
"white",
"orange",
"bright_black",
"bright_red",
"bright_green",
Expand All @@ -22,6 +23,8 @@ export default class ColorLib extends Intrinsic.Lib {
"bright_magenta",
"bright_cyan",
"bright_white",
"bright_gray",
"bright_orange",
];

public get propertyTypes(): Record<string, Type> {
Expand Down

0 comments on commit a535639

Please sign in to comment.