Skip to content

Commit

Permalink
remove unused color
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Sep 16, 2021
1 parent 9665c10 commit 8682de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ type ColorTypes struct {
LightPurple string
DarkPurple string
DarkGray string
Blue string
Red string
}

Expand All @@ -42,6 +41,5 @@ var Colors = ColorTypes{
LightPurple: "#A550DF",
DarkPurple: "#6124DF",
DarkGray: "#353533",
Blue: "#1D4ED8",
Red: "#DC2626",
}

0 comments on commit 8682de5

Please sign in to comment.