Sha256: 60eedcd8ac7ff47ba7853fa24ca5473e4cc6135b9b4b303025f0fd45b2647029

Contents?: true

Size: 1.06 KB

Versions: 22

Compression:

Stored size: 1.06 KB

Contents

$themes: (
        dark: (
                background-color: $color-background-dark,
                background-color-alt: $color-background-darker,
                foreground-color: $color-foreground,
                foreground-color-alt: lighten($color-foreground-dark, 10%),
                foreground-color-contrast: white,
                quote-primary: lighten($color-yellow, 20%),
                quote-secondary: $color-yellow,
                list-primary: lighten($color-green, 25%),
                list-secondary: $color-green
        ),
        light: (
                background-color: $color-background-lighter,
                background-color-alt: $color-background-light,
                foreground-color: $color-foreground-dark,
                foreground-color-alt: $color-foreground-darker,
                foreground-color-contrast: black,
                quote-primary: $color-yellow,
                quote-secondary: darken($color-yellow, 10%),
                list-primary: $color-green,
                list-secondary: lighten($color-green, 20%)
        ),
);

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
jekyll-dash-1.6.2 _sass/dash/_themes.scss
jekyll-dash-1.6.1 _sass/dash/_themes.scss
jekyll-dash-2.4.1 _sass/dash/_themes.scss
jekyll-dash-2.4.0 _sass/dash/_themes.scss
jekyll-dash-1.6.0 _sass/dash/_themes.scss
jekyll-dash-2.3.3 _sass/dash/_themes.scss
jekyll-dash-1.5.3 _sass/dash/_themes.scss
jekyll-dash-1.5.2 _sass/dash/_themes.scss
jekyll-dash-2.3.2 _sass/dash/_themes.scss
jekyll-dash-1.5.1 _sass/dash/_themes.scss
jekyll-dash-2.3.1 _sass/dash/_themes.scss
jekyll-dash-2.3.0 _sass/dash/_themes.scss
jekyll-dash-1.5.0 _sass/dash/_themes.scss
jekyll-dash-2.2.0 _sass/dash/_themes.scss
jekyll-dash-1.4.0 _sass/dash/_themes.scss
jekyll-dash-2.1.0 _sass/dash/_themes.scss
jekyll-dash-1.3.6 _sass/dash/_themes.scss
jekyll-dash-1.3.5 _sass/dash/_themes.scss
jekyll-dash-2.0.0 _sass/dash/_themes.scss
jekyll-dash-1.3.4 _sass/dash/_themes.scss