summaryrefslogtreecommitdiff
path: root/_sass/skins/_default.scss
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2021-10-03 00:10:58 -0500
committerKarl Hallsby <karl@hallsby.com>2021-10-03 02:16:53 -0500
commita10ad0a99ba6e44a35253c3bcaff80c90e99348e (patch)
tree005e05a70fb1fe24a5a7c44dc1d2d14c9e1d88ed /_sass/skins/_default.scss
parentb9b34a65fbe55ce78d353ce2b7eb51f6884bd272 (diff)
Revert ALL jekyll-text-theme configuration files
I am changing the theme of the site, and need to revert these changes to make everything work. Revert "Add jekyll-text-theme YAML files" This reverts commit 61b34a5f260db45575d448d766ea29c0fb273ed3. Revert "Bring all of jekyll-text-theme _includes into site" This reverts commit c6bf5f7c895287d2028f6024265913b59784a154. Revert "Bring all of jekyll-text-theme assets to site" This reverts commit 7b69c2e5975f98da09d932ba6c70bdd71b1601a7. Remove jekyll text theme from Gemfile
Diffstat (limited to '_sass/skins/_default.scss')
-rw-r--r--_sass/skins/_default.scss74
1 files changed, 0 insertions, 74 deletions
diff --git a/_sass/skins/_default.scss b/_sass/skins/_default.scss
deleted file mode 100644
index fc28935..0000000
--- a/_sass/skins/_default.scss
+++ /dev/null
@@ -1,74 +0,0 @@
-///
-// Skin: Default
-// Author: Tian Qi
-// Email: kitian616@outlook.com
-///
-
-// main colors
-$main-color-1: #fc4d50;
-$text-color-1: #fff;
-
-$main-color-2: #fca24d;
-$text-color-2: #fff;
-
-$main-color-3: #f2f2f2;
-$text-color-3: #333;
-
-$main-color-theme-light: rgba(#000, .9);
-$main-color-theme-dark: rgba(#fff, .9);
-
-// page background
-$background-color: #fff;
-
-// text colors
-$text-color-theme-light-d: #000;
-$text-color-theme-light: #222;
-$text-color-theme-light-l: #888;
-
-$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: mix(#000, $background-color, 20%);
-$border-color-l: mix(#000, $background-color, 10%);
-$decorate-color: rgba(#000, .1);
-$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";