Sha256: d13b849fd5500e6f2766decc652dcedea7241cf851bf003987fe4903e41b0a71

Contents?: true

Size: 1.63 KB

Versions: 7

Compression:

Stored size: 1.63 KB

Contents

// Misc.
$misc: (
    z-index-base:                   10000,
    gallery-lightbox-opacity:       0.875
);

// Duration.
$duration: (
    transition:                     0.2s,
    gallery-lightbox-fadein:        0.5s
);

// Size.
$size: (
    border-radius:                  0.25rem,
    element-height:                 2.5rem,
    element-margin:                 1.5rem,
    pad:                            3.5rem,
    pad-small-tb:                   3.5rem * 0.825,
    pad-small-lr:                   3.5rem * 0.5,
    span-fixed:                     10rem,
    span-variable:                  10%
);

// Font.
$font: (
    family:                         ('Source Sans Pro', Helvetica, sans-serif),
    family-heading:                 (Arial, Helvetica, sans-serif),
    family-fixed:                   ('Courier New', monospace),
    weight:                         300,
    weight-bold:                    400,
    weight-heading:                 700
);

// Palette.
$palette: (
    bg:                             #2e2b37,
    bg-alt:                         #e1e6e1,
    fg:                             rgba(255,255,255,0.75),
    fg-bold:                        rgba(255,255,255,0.875),
    fg-light:                       rgba(255,255,255,0.5),
    border:                         rgba(255,255,255,0.25),
    border-bg:                      rgba(255,255,255,0.075),
    border-bg-alt:                  rgba(255,255,255,0.125),
    accent1:                        #726193,
    accent2:                        #e37b7c,
    accent3:                        #ffe4b4,
    accent4:                        #353865
);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/libs/_vars.scss
jekyll-theme-ethereal-0.5.5 _sass/libs/_vars.scss
jekyll-theme-ethereal-0.5.4 _sass/libs/_vars.scss
jekyll-theme-ethereal-0.5.3 _sass/libs/_vars.scss
jekyll-theme-ethereal-0.5.2 _sass/libs/_vars.scss
jekyll-theme-ethereal-0.5.1 _sass/libs/_vars.scss
jekyll-theme-ethereal-0.5.0 _sass/libs/_vars.scss