Sha256: 063bdc53fe23c24ccc643f8e27b863eb46a40211eaf23202ccc3d3a74ab90d94

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 KB

Contents

///
// Skin: Dark
// Author: Tian Qi
// Email: kitian616@outlook.com
///

// main colors
$main-color-1:     #FF9500;
$text-color-1:     rgba(#fff, .8);

$main-color-2:     #FF3B30;
$text-color-2:     rgba(#fff, .8);

$main-color-3:     #202020;
$text-color-3:     rgba(#fff, .8);

// background colors
$background-color: #121212;
// text colors
$text-color-theme-light-d: #000;
$text-color-theme-light:   #222;
$text-color-theme-light-l: #888;

$text-color-theme-dark-d:  rgba(#fff, .8);
$text-color-theme-dark:    rgba(#fff, .7);
$text-color-theme-dark-l:  rgba(#fff, .5);

$text-color-d:     $text-color-theme-dark-d;
$text-color:       $text-color-theme-dark;
$text-color-l:     $text-color-theme-dark-l;

$text-background-color: rgba(#fff, .05);

// border and shadow colors
$border-color:     mix(#fff, $background-color, 20%);
$border-color-l:   mix(#fff, $background-color, 10%);
$decorate-color:   rgba(#fff, .1);
$mask-color:       rgba(#fff, .8);
$select-color:     rgba($main-color-1, .5);

// function colors
$green:           #5c7829;
$blue:            #087099;
$yellow:          #b7b327;
$red:             #cc3333;
$text-color-function: rgba(#fff, .9);

// logo colors
$mail-color:       #0072c5;
$weibo-color:      #e6162d;
$facebook-color:   #4267b2;
$google-plus-color:#ea4335;
$twitter-color:    #1da1f2;
$douban-color:     #42bd56;
$github-color:     #000;
$linkedin-color:   #1074af;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-text-theme-2.0.1 _sass/skins/_dark.scss
jekyll-text-theme-2.0.0 _sass/skins/_dark.scss