Skip to content

Commit

Permalink
[CHORE] #11 : 디자인 Color 추가 (검/흰/노)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 4, 2023
1 parent 133cc8d commit 56dba11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions core/designresource/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ 설명은 팀 페이지 노션 디자인 컨벤션 참조
-->
<resources>
<color name="background_black">#131313</color>

<color name="black_1">#252424</color>
<color name="black_2">#424242</color>
<color name="black_3">#828282</color>

<color name="yellow">#FBCF34</color>

<color name="white">#FFFFFF</color>
</resources>
2 changes: 2 additions & 0 deletions core/designresource/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

0 comments on commit 56dba11

Please sign in to comment.