Sha256: 7a390c5a284b858439a984e7e6f05c3b8a204c3a6d682ba39d5bf1fff0e243f1

Contents?: true

Size: 1.88 KB

Versions: 2

Compression:

Stored size: 1.88 KB

Contents

---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";

// Our variables
$hyde-primary: #006000;
$site-grey-color: #949597;
$site-grey-color-light: lighten($site-grey-color, 35%);
$site-grey-color-dark: darken($site-grey-color, 25%);
$text-color: #333;
$background-color: white;
$link-color: $hyde-primary;

$site-menu-background-color: inherit;
$site-menu-border-color: transparent;
$site-menu-fill-color: $site-grey-color-dark;
$site-nav-link-color: $hyde-primary;

{% if site.adobe_hyde.header_image %}
$header-image: url({{ site.adobe_hyde.header_image | prepend: site.baseurl }});
{% endif %}
$header-background-color: #e4e4e4;
$header-border-color: transparent;

$footer-background-color: #e4e4e4;
$footer-border-color: transparent;

$icon-fill-color: $hyde-primary;
$icon-primary-color: $hyde-primary;
$icon-text-color: $hyde-primary;
$icon-secondary-color: white;
$icon-border-color: $site-grey-color;
$icon-hover-primary-color: $site-grey-color;
$icon-hover-text-color: $site-grey-color;
$icon-hover-secondary-color: white;
$icon-hover-border-color: $site-grey-color;

$footer-text-color: $site-grey-color;
$footer-link-color: $site-grey-color;

$post-meta-text-color: $site-grey-color;

$table-separator-color: $site-grey-color-light;

$highlight-background-color: #f0f0f0;
$highlight-accent-color: #dbdbdb;

$quote-accent-color: $highlight-accent-color;
$quote-text-color: $text-color;
$quote-background-color: $highlight-background-color;

$inline-code-accent-color: $highlight-background-color;
$inline-code-text-color: $text-color;
$inline-code-background-color: $highlight-background-color;

$embedded-code-accent-color: $highlight-background-color;
$embedded-code-text-color: $text-color;
$embedded-code-background-color: $highlight-background-color;

// Import partials from `sass_dir` (defaults to `_sass`)
@import
        "main",
        "syntax-highlighting-light"
;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-adobe-hyde-0.2.2 assets/css/main-light.scss
jekyll-theme-adobe-hyde-0.2.1 assets/css/main-light.scss