Skip to content

Commit

Permalink
Merge pull request #288 from hoonv/bug/colorForDarkMode
Browse files Browse the repository at this point in the history
[Bug/color for dark mode] 다크모드 색상 지원
  • Loading branch information
kati-kms authored Nov 13, 2020
2 parents 6a3fce0 + a5e3a39 commit f67a7c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
"blue" : "80",
"green" : "73",
"red" : "202"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "130",
"green" : "130",
"red" : "130"
"blue" : "140",
"green" : "140",
"red" : "140"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
"blue" : "81",
"green" : "164",
"red" : "83"
}
},
"idiom" : "universal"
Expand Down

0 comments on commit f67a7c2

Please sign in to comment.