Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmehri01/onenord-xcode
🏔️ A theme for Xcode that combines the Nord and Atom One Dark color palettes for a more vibrant programming experience.
https://github.com/rmehri01/onenord-xcode
macos nord onedark theme xcode
Last synced: about 1 month ago
JSON representation
🏔️ A theme for Xcode that combines the Nord and Atom One Dark color palettes for a more vibrant programming experience.
- Host: GitHub
- URL: https://github.com/rmehri01/onenord-xcode
- Owner: rmehri01
- License: mit
- Created: 2023-10-25T15:53:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T20:55:49.000Z (about 1 year ago)
- Last Synced: 2024-11-30T15:46:12.701Z (about 1 month ago)
- Topics: macos, nord, onedark, theme, xcode
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏔 OneNord for Xcode
# About
OneNord is a clean and vibrant theme that combines the Nord and Atom One Dark color palettes.
# Installation
Download [OneNord.xccolortheme](OneNord.xccolortheme) and move it to the user theme directory:
```
mv OneNord.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
```> [!NOTE]
> If the folder doesn't exist, you will have to create it:
> ```
> mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
> ```