Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nordtheme/xcode

An arctic, north-bluish clean and elegant Xcode color theme.
https://github.com/nordtheme/xcode

apple arctic color colorscheme colortheme ios macos nord objective-c osx scheme swift theme tvos xcode

Last synced: about 3 hours ago
JSON representation

An arctic, north-bluish clean and elegant Xcode color theme.

Awesome Lists containing this project

README

        



































An arctic, north-bluish clean and elegant Xcode theme.

Designed for a fluent and clear workflow based on the Nord color palette.





## Getting started

Visit the [official website][nord-home] to learn all about the [features][nord-home#intro], how to [install and activate][nord-docs-home-install] the theme, the [color set for the asset catalog][nord-home#ui-elements] and more from the [official documentations][nord-docs-home].

### Quick Start

Nord Xcode can be installed by downloading the latest [`Nord.xccolortheme`][gh-tree-xccolortheme] file from the [GitHub repository][gh-repo] and place it into the `~/Library/Developer/Xcode/UserData/FontAndColorThemes` directory.

```sh
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
curl https://raw.githubusercontent.com/nordtheme/xcode/develop/src/Nord.xccolortheme -o ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Nord.xccolortheme
```

For more details see the [official installation & activation guide][nord-docs-home-install].

#### Latest Development State

To always use the latest development state of Nord Xcode, [clone the repository][gh-repo] and create a [symbolic link][wiki-symlink] of the [`Nord.xccolortheme`][gh-tree-xccolortheme] file to `~/Library/Developer/Xcode/UserData/FontAndColorThemes/Nord.xccolortheme` afterwards:

```sh
git clone https://github.com/nordtheme/xcode
ln -sr "$PWD/src/Nord.xccolortheme" "$HOME/Library/Developer/Xcode/UserData/FontAndColorThemes/Nord.xccolortheme"
```

#### Activation

To activate and use Nord Xcode as your default color theme…

1. …open _File_ > _Preferences_
2. …switch to the _Fonts & Colors_ tab
3. …select _Nord_ from the list





## Features


Beautiful code to keep focused.


The color scheme supports all syntax types available in Xcode.







Nord as color set.


All Nord colors right at your hand — Use the asset catalog color set in the Interface Builder and programmatically.







Build beautiful UI elements with Nord.


Create UI elements in the Xcode Interface Builder using Nord colors.






## Contributing

Nord is an open source project and we love to receive contributions from the [community][nord-comm]!

There are many ways to contribute, from [writing- and improving documentation and tutorials][nord-contrib-guide-docs], [reporting bugs][nord-contrib-guide-bugs], [submitting enhancement suggestions][nord-contrib-guide-enhance] that can be added to Nord by [submitting pull requests][nord-contrib-guide-pr].

Please take a moment to read Nord's full [contributing guide][nord-contrib-guide] to learn about the development process, the project's used [styleguides][nord-contrib-guide-styles], [branch organization][nord-contrib-guide-branching] and [versioning][nord-contrib-guide-versioning] model.

The guide also includes information about [minimal, complete, and verifiable examples][nord-contrib-guide-mcve] and other ways to contribute to the project like [improving existing issues][nord-contrib-guide-impr-issues] and [giving feedback on issues and pull requests][nord-contrib-guide-feedback].








Copyright © 2016-present Sven Greb








[gh-repo]: https://github.com/nordtheme/xcode
[gh-tree-xccolortheme]: https://github.com/nordtheme/xcode/blob/develop/src/Nord.xccolortheme
[nord-comm]: https://www.nordtheme.com/community
[nord-contrib-guide-branching]: https://github.com/nordtheme/.github/blob/main/contributing.md#branch-organization
[nord-contrib-guide-bugs]: https://github.com/nordtheme/.github/blob/main/contributing.md#bug-reports
[nord-contrib-guide-docs]: https://github.com/nordtheme/.github/blob/main/contributing.md#documentations
[nord-contrib-guide-enhance]: https://github.com/nordtheme/.github/blob/main/contributing.md#enhancement-suggestions
[nord-contrib-guide-feedback]: https://github.com/nordtheme/.github/blob/main/contributing.md#feedback
[nord-contrib-guide-impr-issues]: https://github.com/nordtheme/.github/blob/main/contributing.md#improve-issues
[nord-contrib-guide-mcve]: https://github.com/nordtheme/.github/blob/main/contributing.md#mcve
[nord-contrib-guide-pr]: https://github.com/nordtheme/.github/blob/main/contributing.md#pull-requests
[nord-contrib-guide-styles]: https://github.com/nordtheme/.github/blob/main/contributing.md#style-guides
[nord-contrib-guide-versioning]: https://github.com/nordtheme/.github/blob/main/contributing.md#versioning
[nord-contrib-guide]: https://github.com/nordtheme/.github/blob/main/contributing.md
[nord-docs-home-install]: https://www.nordtheme.com/docs/ports/xcode/installation
[nord-docs-home]: https://www.nordtheme.com/docs/ports/xcode
[nord-home]: https://www.nordtheme.com/ports/xcode
[nord-home#intro]: https://www.nordtheme.com/ports/xcode#introduction
[nord-home#ui-elements]: https://www.nordtheme.com/ports/xcode#ui-elements
[wiki-symlink]: https://en.wikipedia.org/wiki/Symbolic_link