summaryrefslogtreecommitdiff
path: root/_sass/skins/_forest.scss
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-27 14:31:36 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-27 14:32:00 -0500
commit61b34a5f260db45575d448d766ea29c0fb273ed3 (patch)
tree4ac84fa917df0c69fb0fc6d587750514e7d0d813 /_sass/skins/_forest.scss
parentc3cafe3c3817f52d4c588b5b0d6e71e07e06145e (diff)
Add jekyll-text-theme YAML files
Diffstat (limited to '_sass/skins/_forest.scss')
-rw-r--r--_sass/skins/_forest.scss74
1 files changed, 74 insertions, 0 deletions
diff --git a/_sass/skins/_forest.scss b/_sass/skins/_forest.scss
new file mode 100644
index 0000000..df2c63a
--- /dev/null
+++ b/_sass/skins/_forest.scss
@@ -0,0 +1,74 @@
+///
+// Skin: Forest
+// Author: Tian Qi
+// Email: kitian616@outlook.com
+///
+
+// main colors
+$main-color-1: #bb6170;
+$text-color-1: #fff;
+
+$main-color-2: #f3c584;
+$text-color-2: #fff;
+
+$main-color-3: #7cc7bb;
+$text-color-3: #fff;
+
+$main-color-theme-light: rgba(#000, .9);
+$main-color-theme-dark: rgba(#fff, .9);
+
+// page background
+$background-color: #f8fcfb;
+
+// text colors
+$text-color-theme-light-d: #325f74;
+$text-color-theme-light: #3e758f;
+$text-color-theme-light-l: #619dbb;
+
+$text-color-theme-dark-d: #fff;
+$text-color-theme-dark: rgba(#fff, .95);
+$text-color-theme-dark-l: rgba(#fff, .85);
+
+$text-color-d: $text-color-theme-light-d;
+$text-color: $text-color-theme-light;
+$text-color-l: $text-color-theme-light-l;
+
+$text-background-color: rgba(#000, .05);
+
+// header and footer colors
+$header-text-color: $text-color-3;
+$header-background: $main-color-3;
+
+$footer-text-color: $text-color-3;
+$footer-background: $main-color-3;
+
+// border and shadow colors
+$border-color: #3e758f;
+$border-color-l: mix(#000, $background-color, 10%);
+$decorate-color: rgba(#bb6170, .15);
+$mask-color: rgba(#000, .9);
+$select-color: rgba($main-color-1, .5);
+
+// function colors
+$green: #52c41a;
+$blue: #1890ff;
+$yellow: #fa8c16;
+$red: #f5222d;
+$text-color-function: #fff;
+
+// logo colors
+$mail-color: #0072c5;
+$facebook-color: #4267b2;
+$twitter-color: #1da1f2;
+$weibo-color: #e6162d;
+$google-plus-color:#ea4335;
+$telegram-color: #32afed;
+$medium-color: #000;
+$zhihu-color: #0084ff;
+$douban-color: #42bd56;
+$linkedin-color: #1074af;
+$github-color: #000;
+$npm-color: #fff;
+
+// highlight colors
+@import "skins/highlight/tomorrow";