Skip to content

Commit

Permalink
bug: add color for Darkmode
Browse files Browse the repository at this point in the history
- 다크모드를 위해 오픈컬러 클로즈컬러 다크모드용 추가
  • Loading branch information
hoonv committed Nov 13, 2020
1 parent 0e46384 commit a5e3a39
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 a5e3a39

Please sign in to comment.