diff --git a/.travis.yml b/.travis.yml index 7250cde..891742a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,12 @@ -# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# title Travis CI Build Configuration + -# project nord-atom-ui + -# repository https://github.com/arcticicestudio/nord-atom-ui + -# author Arctic Ice Studio + -# email development@arcticicestudio.com + -# copyright Copyright (C) 2016 + -# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# -# [References] -# Travis CI Documentation -# (https://docs.travis-ci.com) +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Atom UI +# Repository: https://github.com/arcticicestudio/nord-atom-ui +# License: MIT +# References: +# https://docs.travis-ci.com + language: objective-c notifications: email: diff --git a/LICENSE.md b/LICENSE.md index 2ec0960..34bd797 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,20 +1,22 @@ -Copyright (c) 2016 Arctic Ice Studio +MIT License (MIT) -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: +Copyright (c) 2016-present Arctic Ice Studio (http://arcticicestudio.com) +Copyright (c) 2016-present Sven Greb (http://svengreb.de) -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 3442897..5a95405 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Please report issues/bugs, feature requests and suggestions for improvements to

-

Copyright © 2016 Arctic Ice Studio

+

Copyright © 2016-present Arctic Ice Studio

-

+

[scrot-top]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-ui/develop/assets/scrot-top.png diff --git a/circle.yml b/circle.yml index 439a9af..31e454c 100644 --- a/circle.yml +++ b/circle.yml @@ -1,15 +1,12 @@ -# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# title Circle CI Build Configuration + -# project nord-atom-ui + -# repository https://github.com/arcticicestudio/nord-atom-ui + -# author Arctic Ice Studio + -# email development@arcticicestudio.com + -# copyright Copyright (C) 2016 + -# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# -# [References] -# Circle CI -# (https://circleci.com/docs) +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Atom UI +# Repository: https://github.com/arcticicestudio/nord-atom-ui +# License: MIT +# References: +# https://circleci.com/docs + machine: environment: ATOM_LINT_WITH_BUNDLED_NODE: "true" diff --git a/index.less b/index.less index ac13804..6bf24c1 100644 --- a/index.less +++ b/index.less @@ -1,32 +1,17 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Theme Index + -project nord-atom-ui + -version 0.11.0 + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/docs/api/latest/Atom + * https://atom.io/docs + * https://github.com/atom/atom/blob/master/static/variables/ui-variables.less + * http://lesscss.org + */ -[Index] - > Core - > Components - > Package Support - Community - Core - > Theme Settings - -[References] -Nord - (https://github.com/arcticicestudio/nord) -Atom Documentation - (https://atom.io/docs/api/latest/Atom) - (https://atom.io/docs) - (https://github.com/atom/atom/blob/master/static/variables/ui-variables.less) -LESSCSS - (http://lesscss.org) -*/ /*+------+ + Core + +------+*/ diff --git a/lib/main.coffee b/lib/main.coffee index e272849..c6cf33c 100644 --- a/lib/main.coffee +++ b/lib/main.coffee @@ -1,3 +1,10 @@ +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Atom UI +# Repository: https://github.com/arcticicestudio/nord-atom-ui +# License: MIT + root = document.documentElement; module.exports = diff --git a/package.json b/package.json index f891901..c650722 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "minimal", "ui" ], - "license": "MIT", + "license": "(MIT AND CC-BY-SA-4.0)", "engines": { "atom": ">=1.13.0 <2.0.0" }, diff --git a/spec/darker-form-focusing-effect-spec.coffee b/spec/darker-form-focusing-effect-spec.coffee index 85adcaf..605b1cf 100644 --- a/spec/darker-form-focusing-effect-spec.coffee +++ b/spec/darker-form-focusing-effect-spec.coffee @@ -1,3 +1,10 @@ +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Atom UI +# Repository: https://github.com/arcticicestudio/nord-atom-ui +# License: MIT + describe "Nord Atom UI theme", -> beforeEach -> waitsForPromise -> diff --git a/spec/full-width-tab-sizing-spec.coffee b/spec/full-width-tab-sizing-spec.coffee index 5a69743..55c1423 100644 --- a/spec/full-width-tab-sizing-spec.coffee +++ b/spec/full-width-tab-sizing-spec.coffee @@ -1,3 +1,10 @@ +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Atom UI +# Repository: https://github.com/arcticicestudio/nord-atom-ui +# License: MIT + describe "Nord Atom UI theme", -> beforeEach -> waitsForPromise -> diff --git a/styles/atom.less b/styles/atom.less index d347c3c..1c5b04c 100644 --- a/styles/atom.less +++ b/styles/atom.less @@ -1,23 +1,17 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Atom Core Styles + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -[Index] - > find-and-replace - > Keybinding Badges - > Scrollbars - > Select Forms - > Text Editors -*/ -/*++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Atom core styles. + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + +/*+------------------+ + find-and-replace + - ++++++++++++++++++++*/ + +------------------+*/ .project-find, .find-and-replace { atom-text-editor[mini].is-focused { @@ -45,9 +39,9 @@ copyright Copyright (C) 2016 + } } -/*++++++++++++++++++++ +/*+-------------------+ + Keybinding Badges + - ++++++++++++++++++++*/ + +-------------------+*/ kbd { .text(normal); color: @tooltip-key-text-color; @@ -58,9 +52,9 @@ kbd { margin-left: @component-padding/2; } -/*++++++++++++++ +/*+------------+ + Scrollbars + - +++++++++++++*/ + +------------+*/ .scrollbars-visible-always { ::-webkit-scrollbar { width: 10px; @@ -104,9 +98,9 @@ kbd { } } -/*++++++++++++++++ +/*+--------------+ + Select Forms + - ++++++++++++++++*/ + +--------------+*/ select.form-control { .button(@button-border-color); .text(normal); @@ -121,9 +115,9 @@ select.form-control { } } -/*++++++++++++++++ +/*+--------------+ + Text Editors + - ++++++++++++++++*/ + +--------------+*/ atom-text-editor[mini] { transition: all @transition-time ease; background-color: @input-background-color; diff --git a/styles/buttons.less b/styles/buttons.less index cecc33b..605a860 100644 --- a/styles/buttons.less +++ b/styles/buttons.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Buttons + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + button, button.icon, .btn-default, diff --git a/styles/editor.less b/styles/editor.less index 2511c32..9bf7654 100644 --- a/styles/editor.less +++ b/styles/editor.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Editor + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + atom-text-editor { .scroll-view { padding: 0; diff --git a/styles/inputs.less b/styles/inputs.less index 650879e..d7df374 100644 --- a/styles/inputs.less +++ b/styles/inputs.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Inputs + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + input[type="checkbox"] { &:focus { box-shadow: none !important; diff --git a/styles/lists.less b/styles/lists.less index a492fb1..44c2b24 100644 --- a/styles/lists.less +++ b/styles/lists.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Lists + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .list-group, .list-tree { li .character-match { diff --git a/styles/messages.less b/styles/messages.less index 28a74d9..9a66755 100644 --- a/styles/messages.less +++ b/styles/messages.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Messages + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .background-message .message, .background-message li { .text(subtle); diff --git a/styles/notifications.less b/styles/notifications.less index 3f11b96..7083491 100644 --- a/styles/notifications.less +++ b/styles/notifications.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Notifications + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + atom-notifications { .text(normal); top: 32px; diff --git a/styles/overlays.less b/styles/overlays.less index 20f5f20..438eafa 100644 --- a/styles/overlays.less +++ b/styles/overlays.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Overlays + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + atom-panel.modal, .overlay { .overlay-shadow(); diff --git a/styles/package-support/autocomplete-plus.less b/styles/package-support/autocomplete-plus.less index feb4eed..140d9e4 100644 --- a/styles/package-support/autocomplete-plus.less +++ b/styles/package-support/autocomplete-plus.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Core Package Support: autocomplete-plus + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/autocomplete-plus) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for core package "autocomplete-plus". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/autocomplete-plus + */ + autocomplete-suggestion-list.select-list.popover-list ol.list-group li > .word-container, autocomplete-suggestion-list.select-list.popover-list ol.list-group li > .word-container span { font-family: "Source Code Pro", "Fira Code", "Menlo", "Consolas", "DejaVu Sans Mono", monospace; diff --git a/styles/package-support/build.less b/styles/package-support/build.less index ea2b483..4fe7439 100644 --- a/styles/package-support/build.less +++ b/styles/package-support/build.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Package Support: build + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/build) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "build". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/build + */ + .build { border-left: 0; animation: none !important; diff --git a/styles/package-support/color-picker.less b/styles/package-support/color-picker.less index 6eca317..1b0d149 100644 --- a/styles/package-support/color-picker.less +++ b/styles/package-support/color-picker.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Package Support: color-picker + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/color-picker) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "color-picker". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/color-picker + */ + .ColorPicker-body { .overlay-shadow(); background: @overlay-background-color; diff --git a/styles/package-support/deprecation-cop.less b/styles/package-support/deprecation-cop.less index 4b77810..c3a1b42 100644 --- a/styles/package-support/deprecation-cop.less +++ b/styles/package-support/deprecation-cop.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Core Package Support: deprecation-cop + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/deprecation-cop) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for core package "deprecation-cop". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/deprecation-cop + */ + .deprecation-cop { .list-item { padding-top: @component-padding/2; diff --git a/styles/package-support/expose.less b/styles/package-support/expose.less index 6e14f9c..88a51e0 100644 --- a/styles/package-support/expose.less +++ b/styles/package-support/expose.less @@ -1,17 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: expose + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "expose". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/expose + */ -[References] -Atom Packages - (https://atom.io/packages/expose) -*/ atom-panel.modal.overlay.from-top.expose-panel { top: 0 !important; border: 0 !important; diff --git a/styles/package-support/imdone-atom.less b/styles/package-support/imdone-atom.less index 2e8172b..161faab 100644 --- a/styles/package-support/imdone-atom.less +++ b/styles/package-support/imdone-atom.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: imdone-atom + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/imdone-atom) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "imdone-atom". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/imdone-atom + */ + .imdone-atom .imdone-board-wrapper .imdone-board { .list { background: @base-background-color; diff --git a/styles/package-support/indent-guide-improved.less b/styles/package-support/indent-guide-improved.less index d8106ac..234387a 100644 --- a/styles/package-support/indent-guide-improved.less +++ b/styles/package-support/indent-guide-improved.less @@ -1,16 +1,16 @@ /* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: indent-guide-improved + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2017 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/indent-guide-improved) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "indent-guide-improved". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/indent-guide-improved + */ + .indent-guide-improved { background-color: @indent-guide-improved-base-color; opacity: 0.5; diff --git a/styles/package-support/markdown-preview.less b/styles/package-support/markdown-preview.less index 5db5791..1d8d5fc 100644 --- a/styles/package-support/markdown-preview.less +++ b/styles/package-support/markdown-preview.less @@ -1,26 +1,20 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Core Package Support: markdown-preview + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -[Index] - > GitHub Style - > Nord Style - -[References] -Atom Packages - (https://atom.io/packages/markdown-preview) -GitHub - (https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) -*/ -/*+-------------+ - + GitHub Style + - +--------------+*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for core package "markdown-preview". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/markdown-preview + * https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet + */ + +/*+--------------+ + + GitHub Style + + +--------------+*/ .markdown-preview[data-use-github-style] { atom-text-editor { padding: 16px; @@ -47,9 +41,9 @@ GitHub } } -/*+-----------+ - + Nord Style + - +------------+*/ +/*+------------+ + + Nord Style + + +------------+*/ .markdown-preview, .markdown-preview:not([data-use-github-style]) { color: @markdown-preview-text-color; diff --git a/styles/package-support/minimap-git-diff.less b/styles/package-support/minimap-git-diff.less index 281ddef..3043aae 100644 --- a/styles/package-support/minimap-git-diff.less +++ b/styles/package-support/minimap-git-diff.less @@ -1,17 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: minimap-git-diff + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "minimap-git-diff". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/minimap-git-diff + */ -[References] -Atom Packages - (https://atom.io/packages/minimap-git-diff) -*/ .minimap { .line { .git-line-modified { diff --git a/styles/package-support/minimap.less b/styles/package-support/minimap.less index bdab29c..91431b2 100644 --- a/styles/package-support/minimap.less +++ b/styles/package-support/minimap.less @@ -1,17 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: minimap + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "minimap". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/minimap + */ -[References] -Atom Packages - (https://atom.io/packages/minimap) -*/ atom-text-editor atom-text-editor-minimap .minimap-visible-area, html atom-text-editor-minimap .minimap-visible-area { opacity: 0.6; diff --git a/styles/package-support/project-manager.less b/styles/package-support/project-manager.less index 24c37b6..612a783 100644 --- a/styles/package-support/project-manager.less +++ b/styles/package-support/project-manager.less @@ -1,17 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: project-manager + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "project-manager". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/project-manager + */ -[References] -Atom Packages - (https://atom.io/packages/project-manager) -*/ .project-manager atom-text-editor[mini]:before, .project-manager-dialog atom-text-editor[mini]:before { content: "\f001" !important; diff --git a/styles/package-support/script.less b/styles/package-support/script.less index 16a2af6..36ebb71 100644 --- a/styles/package-support/script.less +++ b/styles/package-support/script.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: script + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/script) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "script". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/script + */ + .script-view { pre { border: 0; diff --git a/styles/package-support/timecop.less b/styles/package-support/timecop.less index d969053..0121d7e 100644 --- a/styles/package-support/timecop.less +++ b/styles/package-support/timecop.less @@ -1,16 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Core Package Support: timecop + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -[References] -Atom Packages - (https://atom.io/packages/timecop) -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for core package "timecop". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/timecop + */ + .timecop .timecop-panel .tool-panel { background: @app-background-color; display: block; diff --git a/styles/package-support/tool-bar.less b/styles/package-support/tool-bar.less index c6bf865..fe6c7df 100644 --- a/styles/package-support/tool-bar.less +++ b/styles/package-support/tool-bar.less @@ -1,17 +1,16 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Community Package Support: tool-bar + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Support for community package "tool-bar". + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + * References: + * https://atom.io/packages/tool-bar + */ -[References] -Atom Packages - (https://atom.io/packages/tool-bar) -*/ .tool-bar { background-color: @base-background-color; border: none; diff --git a/styles/panels.less b/styles/panels.less index 5a9d2a3..02097bb 100644 --- a/styles/panels.less +++ b/styles/panels.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Panels + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + atom-panel { .text(normal); background: @tool-panel-background-color; diff --git a/styles/progress-indicator.less b/styles/progress-indicator.less index 0a26efc..6c93a75 100644 --- a/styles/progress-indicator.less +++ b/styles/progress-indicator.less @@ -1,21 +1,15 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Progress Indicator + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ -[Index] - > Spinner - > Loading Bar -*/ - -/*+++++++++++ +/*+---------+ + Spinner + - +++++++++++*/ + +---------+*/ .loading-spinner(@size) { width: @size; height: @size; @@ -46,9 +40,9 @@ copyright Copyright (C) 2016 + .loading-spinner(20px); } -/*+++++++++++++++ +/*+-------------+ + Loading Bar + - +++++++++++++++*/ + +-------------+*/ progress { -webkit-appearance: none; height: 8px; diff --git a/styles/settings-view.less b/styles/settings-view.less index 2382c9f..2375332 100644 --- a/styles/settings-view.less +++ b/styles/settings-view.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Settings View + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .settings-view { font-size: @font-size; .text(normal); diff --git a/styles/sites.less b/styles/sites.less index 4c06ca4..4e03ee3 100644 --- a/styles/sites.less +++ b/styles/sites.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Sites + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .ui-site(@num, @color) { .ui-site-@{num} { background-color: @color; diff --git a/styles/status-bar.less b/styles/status-bar.less index e4a7c4a..4c6a344 100644 --- a/styles/status-bar.less +++ b/styles/status-bar.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Status Bar + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + status-bar { .text(subtle); background: @base-border-color; diff --git a/styles/tabs.less b/styles/tabs.less index 08478d0..4e76403 100644 --- a/styles/tabs.less +++ b/styles/tabs.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Status Bar + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .tab-bar { background: @tab-bar-background-color; width: 100%; diff --git a/styles/text.less b/styles/text.less index 8892434..ec28107 100644 --- a/styles/text.less +++ b/styles/text.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Text + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + body { font-weight: 400; } diff --git a/styles/tooltips.less b/styles/tooltips.less index 6a299b9..d732099 100644 --- a/styles/tooltips.less +++ b/styles/tooltips.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Tooltips + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .tooltip { white-space: nowrap; diff --git a/styles/tree-view.less b/styles/tree-view.less index 492de0d..b71b334 100644 --- a/styles/tree-view.less +++ b/styles/tree-view.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title Tree View + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + .tree-view { font-size: @font-size; background: @tree-view-background-color; diff --git a/styles/ui-animations.less b/styles/ui-animations.less index fb10d17..b31097d 100644 --- a/styles/ui-animations.less +++ b/styles/ui-animations.less @@ -1,13 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title UI Animations + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + @-webkit-keyframes spin { from { transform: rotate(0deg); diff --git a/styles/ui-mixins.less b/styles/ui-mixins.less index 4563dd3..d10b987 100644 --- a/styles/ui-mixins.less +++ b/styles/ui-mixins.less @@ -1,31 +1,15 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title UI Mixins + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -[Index] - > Buttons - > Text - error - heading - highlight - info - normal - selected - success - subtle - warning - > Overlay -*/ - -/*+++++++++++ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + +/*+---------+ + Buttons + - +++++++++++*/ + +---------+*/ .button(@color) { color: @text-color; font-size: 12px; @@ -104,9 +88,9 @@ copyright Copyright (C) 2016 + } } -/*++++++++ +/*+------+ + Text + - ++++++++*/ + +------+*/ .text(error) { .text(normal); color: @text-color-error; @@ -158,9 +142,9 @@ copyright Copyright (C) 2016 + color: @text-color-warning; } -/*+++++++++++ +/*+---------+ + Overlay + - +++++++++++*/ + +---------+*/ .overlay-shadow() { box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.4) !important; } diff --git a/styles/ui-theme-settings.less b/styles/ui-theme-settings.less index 8ea074f..e5e4449 100644 --- a/styles/ui-theme-settings.less +++ b/styles/ui-theme-settings.less @@ -1,16 +1,15 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title UI Theme Settings + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + /*+-----------+ -+ Variables + -+-----------+*/ + + Variables + + +-----------+*/ @theme-setting-formfocuseffect: ~'theme-@{ui-theme-name}-form-focus-effect'; @theme-setting-tabsizing: ~'theme-@{ui-theme-name}-tabsizing'; @@ -19,8 +18,8 @@ copyright Copyright (C) 2016 + @theme-setting-formfocuseffect-text-selection-color: @nord1; /*+----------------+ -+ User Interface + -+----------------+*/ + + User Interface + + +----------------+*/ /*+--- Darker Form-Focusing Effect ---+*/ [@{theme-setting-formfocuseffect}="nosnowlight"] { .theme-setting-formfocuseffect-nosnowlight(); diff --git a/styles/ui-variables.less b/styles/ui-variables.less index 5ab499f..a8d985e 100644 --- a/styles/ui-variables.less +++ b/styles/ui-variables.less @@ -1,43 +1,12 @@ /* -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -title UI Variables + -project nord-atom-ui + -repository https://github.com/arcticicestudio/nord-atom-ui + -author Arctic Ice Studio + -email development@arcticicestudio.com + -copyright Copyright (C) 2016 + -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -[Index] - > Animations - > Base - Background - Text - > Components - Button - Gutter - Input - Overlay - Pane - Panel - Progress Indicator - Scrollbar - Site - Tab - Tooltip - Tree View - > Configurations - > Fonts - > Package Support - build - imdone-atom - markdown-preview - > Sizes - Base - Font - Input - Tab -*/ + * Copyright (c) 2016-present Arctic Ice Studio + * Copyright (c) 2016-present Sven Greb + * + * Project: Nord Atom UI + * Repository: https://github.com/arcticicestudio/nord-atom-ui + * License: MIT + */ + /*+---------+ + Imports + +---------+*/