일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 프론트엔드
- JS
- Component
- til
- es6
- CORS
- 자바스크립트
- localstorage
- firebase
- JavaScript
- react localStorage
- 파이어베이스
- react
- 알고리즘
- 프로그래머스
- 타입스크립트
- TypeScript
- v9
- 프리온보딩
- Frontend
- axios
- 원티드
- state
- 리액트
- Redux
- Reducer
- 컴포넌트
- 비트 연산자
- array
- 브라우저
Archives
- Today
- Total
도리쓰에러쓰
[TIL] 프리온보딩 27일차 - 220529 본문
1️⃣ Apple Color
(애플 뿐만 아니라 여러 기업이 자신의 사이트에 컬러를 기재한다.)
Color - Visual Design - iOS - Human Interface Guidelines - Apple Developer
Color Color is a great way to impart vitality, provide visual continuity, communicate status information, give feedback in response to user actions, and help people visualize data. Look to the system’s color scheme for guidance when picking app accent co
developer.apple.com
2️⃣ Adobe Color
https://color.adobe.com/ko/create
color.adobe.com
3️⃣ vscode용 todo highlight 세팅
"todohighlight.keywords": [
{
"text": "TODO:",
"color": "#fff",
"backgroundColor": "#ffbd2a",
"overviewRulerColor": "rgba(255,189,42,0.8)"
},
{
"text": "FIXME:",
"color": "#fff",
"backgroundColor": "#F45050",
"overviewRulerColor": "rgba(240,98,146,0.8)"
},
{
"text": "MEMO:",
"color": "#fff",
"backgroundColor": "#34c759",
"overviewRulerColor": "rgba(240,98,146,0.8)"
},
{
"text": "NOTE:",
"color": "#fff",
"backgroundColor": "#007aff",
"overviewRulerColor": "rgba(240,98,146,0.8)"
}
]
'Project > 원티드 프리온보딩 프론트엔드 코스' 카테고리의 다른 글
[TIL] 프리온보딩 29일차 - 220531 (0) | 2022.06.03 |
---|---|
[TIL] 프리온보딩 28일차 - 220530 (0) | 2022.05.31 |
[TIL] 프리온보딩 26일차 - 220528 (0) | 2022.05.28 |
[TIL] 프리온보딩 25일차 - 220527 (0) | 2022.05.28 |
[TIL] 프리온보딩 24일차 - 220526 (0) | 2022.05.26 |
Comments