Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nordtheme/xcode
- Owner: nordtheme
- License: mit
- Created: 2017-04-23T08:11:09.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-03T20:45:06.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:46:44.128Z (7 months ago)
- Topics: apple, arctic, color, colorscheme, colortheme, ios, macos, nord, objective-c, osx, scheme, swift, theme, tvos, xcode
- Language: JavaScript
- Homepage: https://www.nordtheme.com/ports/xcode
- Size: 5.3 MB
- Stars: 97
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
- awesome-nord - Xcode
- awesome-nord - Xcode
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