Skip to content

Commit

Permalink
💄 :: Change dark color
Browse files Browse the repository at this point in the history
  • Loading branch information
minStone-dev committed Sep 24, 2024
1 parent 73fa99e commit 33a807e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object DarkColor : ColorTheme() {
override val TOO_BAD = Color(0xFFFF794D)
override val WORST = Color(0xFF262626)

override val BLACK = Color(0xFF000000)
override val WHITE = Color(0xFFFFFFFF)
override val BLACK = Color(0xFFFFFFFF)
override val WHITE = Color(0xFF000000)

override var BACKGROUND = Color(0xFF171717)
}

0 comments on commit 33a807e

Please sign in to comment.