본문 바로가기

🎟️ 깃허브/🎨 깃허브 스킨

[깃허브 스킨] 🌱Plants 스킨 - Minimal Mistakes 테마

 

Purple 테마에 이어서, 파릇파릇한 Plants 테마를 제작했습니다!

 

🎨 색상 정보

#0FC2C0 주 색상 / #0CABA8 보조 색상
#3F8F56 링크 색상 / #eaeaea 글자 색상

 

#023535 배경 색상

🔥 적용 화면

적용 블로그: https://eggjini.github.io

본문 글
홈 화면

 

👉 소스 코드

 

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
29
30
31
/* ==========================================================================
   Plants Skin
   ========================================================================== */
/* Colors */
$background-color: #023535 !default; // 배경 색상
$text-color: #eaeaea !default; //글자 색상
$primary-color: #0FC2C0 !default; //주 색상
$border-color: mix(#fff, $background-color, 20%) !default;
$code-background-color: #4D5357 !default;
$code-background-color-dark: #3F4447 !default;
$form-background-color: mix(#000, $background-color, 15%) !default;
$footer-background-color: mix(#000, $background-color, 30%) !default;
$link-color: #0CABA8 !default; //링크 색상
$link-color-hover: #3F8F56 !default;
$link-color-visited: $link-color !default;
$masthead-link-color: $text-color !default;
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
$navicon-link-color-hover: mix(#000,  #7f22fd, 35%) !default;
.author__urls.social-icons i,
.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa  {
  color: inherit;
}
.ais-search-box .ais-search-box--input {
  background-color: $form-background-color;
}
cs

 

깃허브 링크: https://github.com/Eggjini/Minimal-mistakes-skin/tree/main/skins

 

GitHub - Eggjini/Minimal-mistakes-skin: 깃허브 블로그 테마 Minimal mistakes 스킨 배포🔥

깃허브 블로그 테마 Minimal mistakes 스킨 배포🔥. Contribute to Eggjini/Minimal-mistakes-skin development by creating an account on GitHub.

github.com