// 
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
// title      Northem                                    +
// project    northem                                    +
// version    2.0.0                                      +
// repository https://github.com/arcticicestudio/northem +
// author     Arctic Ice Studio                          +
// email      development@arcticicestudio.com            +
// copyright  Copyright (C) 2016                         +
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
// 
// [References]
// Sass
//   (http://sass-lang.com)
// SassDoc
//   (http://sassdoc.com)

////
/// A north-bluish, dark color palette.
/// Created for the clean- and minimal flat design pattern to achieve a optimal focus and readability for code syntax
/// highlighting and UI.  
/// It consists of a total of sixteen, carefully selected, dimmed pastel colors for a eye-comfortable, but yet colorful
/// ambiance.
///
/// @author Arctic Ice Studio <development@arcticicestudio.com>
////

/// Base component color of "Dark Water".
///
/// Used for texts, backgrounds, carets and structuring characters like curly- and square brackets.
///
/// The X11 color scheme name is "Nero".
///
/// @access public
/// @example scss - SCSS
///   /* For dark ambiance themes */
///   .background {
///     background-color: $northem0;
///   }
///   /* For light ambiance themes */
///   .text {
///     color: $northem0;
///   }
/// @group darkwater
/// @since 2.0.0
$northem0: #2D2D2E;

/// Lighter shade color of the base component color.
///
/// Used as a lighter background color for UI elements like status bars.
///
/// The X11 color scheme name is "Dark Montana".
///
/// @access public
/// @group darkwater
/// @see $northem0
/// @since 2.0.0
$northem1: #333334;

/// Lighter shade color of the base component color.
///
/// Used as line highlighting in the editor.  
/// In the UI scope it may be used as selection- and hightlight color.
///
/// The X11 color scheme name is "Montana".
///
/// @access public
/// @example scss - SCSS
///   /* Code Syntax Highlighting scope */
///   .editor {
///     &.line {
///       background-color: $northem2;
///     }
///   }
///
///   /* UI scope */
///   button {
///     &:selected {
///       background-color: $northem2;
///     }
///   }
/// @group darkwater
/// @see $northem0
/// @since 2.0.0
$northem2: #383839;

/// Lighter shade color of the base component color.
///
/// Used for comments, invisibles, indent- and wrap guide marker.  
/// In the UI scope used as pseudoclass color for disabled elements.
///
/// The X11 color scheme name is "Blue Zodiac".
///
/// @access public
/// @example scss - SCSS
///   /* Code Syntax Highlighting scope */
///   .editor {
///     &.indent-guide,
///     &.wrap-guide {
///       &.marker {
///         color: $northem3;
///       }
///     }
///   }
///   .comment,
///   .invisible {
///     color: $northem3;
///   }
///
///   /* UI scope */
///   button {
///     &:disabled {
///       background-color: $northem3;
///     }
///   }
/// @group darkwater
/// @see $northem0
/// @since 2.0.0
$northem3: #606062;

/// Base component color of "Light Wind".
///
/// Main color for text, variables, constants and attributes.
/// In the UI scope used as semi-light background depending on the theme shading design.
///
/// The X11 color scheme name is "Iron".
///
/// @access public
/// @example scss - SCSS
///   /* For light ambiance themes */
///   .background {
///     background-color: $northem4;
///   }
///   /* For dark ambiance themes */
///   .text {
///     color: $northem4;
///   }
/// @group lightwind
/// @since 2.0.0
$northem4: #CACACA;

/// Lighter shade color of the base component color.
///
/// Used as a lighter background color for UI elements like status bars.  
/// Used as semi-light background depending on the theme shading design.
///
/// The X11 color scheme name is "Gainsboro".
///
/// @access public
/// @group lightwind
/// @see $northem4
/// @since 2.0.0
$northem5: #DEDEDE;

/// Lighter shade color of the base component color.
///
/// Used for punctuations, carets and structuring characters like curly- and square brackets.  
/// In the UI scope used as background, selection- and hightlight color depending on the theme shading design.
///
/// The X11 color scheme name is "White Smoke".
///
/// @access public
/// @group lightwind
/// @see $northem4
/// @since 2.0.0
$northem6: #ECEEEF;

/// Bluish core color of the "Ice" component.
///
/// Used for classes, types and documentation tags.
///
/// The X11 color scheme name is "Aqua".
///
/// @access public
/// @group ice
/// @since 2.0.0
$northem7:  #90CDC7;

/// Bluish core accent color of the "Ice" component.
///
/// Represents the accent color of the color palette.  
/// Main color for primary UI elements and methods/functions.  
///
/// Can be used for
///   - Markup quotes
///   - Markup link URLs
///
/// The X11 color scheme name is "Glacier".
///
/// @access public
/// @group ice
/// @since 2.0.0
$northem8:  #86C1D2;

/// Bluish core color of the "Ice" component.
///
/// Used for language-specific syntactic/reserved support characters and keywords, operators, tags, units and
/// punctuations like (semi)colons,commas and braces.
///
/// The X11 color scheme name is "Sail".
///
/// @access public
/// @group ice
/// @since 2.0.0
$northem9:  #88B2CD;

/// Bluish core color of the "Ice" component.
///
/// Used for markup doctypes, import/include/require statements, pre-processor statements and at-rules (`@`).
///
/// The X11 color scheme name is "San Marino".
///
/// @access public
/// @group ice
/// @since 2.0.0
$northem10: #5C81AE;

/// Colorful color of the "Rainbow" component.
///
/// Used for errors, git/diff deletion and linter marker.
///
/// The X11 color scheme name is "Light Coral".
///
/// @access public
/// @group rainbow
/// @since 2.0.0
$northem11: #DF7574;

/// Colorful color of the "Rainbow" component.
///
/// Used for annotations.
///
/// The X11 color scheme name is "Tacao".
///
/// @access public
/// @group rainbow
/// @since 2.0.0
$northem12: #EFA070;

/// Colorful color of the "Rainbow" component.
///
/// Used for escape characters, regular expressions and markup entities.  
/// In the UI scope used for warnings and git/diff renamings.
///
/// The X11 color scheme name is "Cherokee".
///
/// @access public
/// @group rainbow
/// @since 2.0.0
$northem13: #FCCE85;

/// Colorful color of the "Rainbow" component.
///
/// Main color for strings and attribute values.  
/// In the UI scope used for git/diff additions and success visualizations.
///
/// The X11 color scheme name is "Deco".
///
/// @access public
/// @group rainbow
/// @since 2.0.0
$northem14: #C8CB79;

/// Colorful color of the "Rainbow" component.
///
/// Used for numbers.
///
/// The X11 color scheme name is "French Lilac".
///
/// @access public
/// @group rainbow
/// @since 2.0.0
$northem15: #C2A2C9;
