Skip to content

Commit

Permalink
fix: colors
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Nov 25, 2022
1 parent 9b55e7a commit bfe02ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ func newConfig() Config {
GreenColor: "#527251",
BrightRedColor: "#E49393",
RedColor: "#A46060",
ForegroundColor: "7",
BackgroundColor: "0",
GrayColor: "240",
ForegroundColor: "15",
BackgroundColor: "235",
GrayColor: "241",
BlackColor: "#373b41",
WhiteColor: "#FFFFFF",
}
Expand Down

0 comments on commit bfe02ce

Please sign in to comment.