From b485ae2b665d0a1baabf5d00cd2f33f6d7afe11f Mon Sep 17 00:00:00 2001 From: tphecca Date: Mon, 17 Apr 2017 20:49:06 -0500 Subject: [PATCH] Add Nord flavor --- src/flavors/mini-nord.scss | 666 +++++++++++++++++++++++++++++++++++++ 1 file changed, 666 insertions(+) create mode 100644 src/flavors/mini-nord.scss diff --git a/src/flavors/mini-nord.scss b/src/flavors/mini-nord.scss new file mode 100644 index 0000000..8bf92e9 --- /dev/null +++ b/src/flavors/mini-nord.scss @@ -0,0 +1,666 @@ +// This is a flavor file. Duplicate it and edit it to create your own flavor. Read instructions carefully. +// Single-line comments, starting with '//' will not be included in your final CSS file. Multiline comments, +// structured like the flavor description below, will be included in your final CSS file. +/* +Flavor name: Nord (mini-nord) + Author: tphecca (https://github.com/tphecca) + mini.css version: v2.1.0 (Fermion) +*/ +// Basic rules for body and typography +$fore-color: #2E3440; // Text and general foreground color +$back-color: #ECEFF4; // Body background color +$base-font-family: // Default font stack for all elements: + '-apple-system, BlinkMacSystemFont,\"Segoe UI\",\"Roboto\", \"Droid Sans\",\"Helvetica Neue\", Helvetica, Arial, sans-serif'; +// OS X and iOS system fonts (San Francisco) -> Windows system fonts -> Android system fonts (newer and older) -> Fallback fonts +$base-root-font-size: 16px; // Root font sizing for all elements [1] +$base-font-size: 1em; // Default font sizing for all elements [2] +$base-line-height: 1.5; // Default line height for all elements. +$body-margin: 0; // Margin for the body +$apply-defaults-to-all: true; // Should default values be applied to all + // elements? (`true` or `false`) [3] +$h1-font-size: 2em; // Font size of h1 +$h2-font-size: 1.5em; // Font size for h2 +$h3-font-size: 1.25em; // Font size for h3 +$h4-font-size: 1.1em; // Font size for h4 +$h5-font-size: 1em; // Font size for h5 +$h6-font-size: 0.85em; // Font size for h6 +$heading-line-height: 1.2em; // Line height for all headings +$heading-margin: 12px 8px; // Margin for all headings +$heading-font-weight: 500; // Font weight for all headings +$heading-smalltext-fore-color: #424242; // color in headings +$make-heading-smalltext-block: true; // Should elements in headings + // be displayed as blocks (`true`/`false`) [4] +$heading-smalltext-b-font-size: 75%; // Font size of block elements in headings +$heading-smalltext-b-top-margin:-4px; // Top margin of block elements in headings +$paragraph-margin: 1px 8px; // Margin for

elements +$list-margin: 1px 8px 10px; // Margin for

    and