Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timoliver/yozoraredux
My personal color theme I use in Xcode. Tweaked from Yozora and Sublime Text.
https://github.com/timoliver/yozoraredux
apple color theme xccolortheme xcode
Last synced: 10 days ago
JSON representation
My personal color theme I use in Xcode. Tweaked from Yozora and Sublime Text.
- Host: GitHub
- URL: https://github.com/timoliver/yozoraredux
- Owner: TimOliver
- License: unlicense
- Created: 2021-05-01T07:51:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T16:22:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-27T15:33:43.471Z (2 months ago)
- Topics: apple, color, theme, xccolortheme, xcode
- Homepage:
- Size: 113 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yozora Redux - Xcode Color Theme
Yozora Redux is my own personally tailored variant of [Yozora](https://github.com/tursunovic/xcode-themes) that I use in [Xcode](https://developer.apple.com/xcode/). I've mostly just tweaked the sizing, some of the weighting, and the coloring to lean more towards Monokai, which was made famous in [Sublime Text](https://www.sublimetext.com)
I've made this repo mainly so I keep track of this theme between Mac migrations, but to also freely offer it if anyone else is interested in using it. :)
## Installation
### Easiest Way
1. Install [ThemeInstaller](https://apps.apple.com/au/app/themeinstaller/id1148208665?mt=12) from the Mac App Store.
2. [Download this repo](https://github.com/TimOliver/YozoraRedux/archive/refs/heads/main.zip), and unzip it.
3. Open `Yozora Redux.xccolortheme` with ThemeInstaller.
4. Restart Xcode if it is currently open.
5. In Xcode, go to `Preferences` > `Themes` and select `Yozora Redux` from the list of themes.### Manual Way
1. [Download this repo](https://github.com/TimOliver/YozoraRedux/archive/refs/heads/main.zip), and unzip it.
2. In Terminal, run the following command to generate the Xcode themes directory in the appropriate place:
```
mkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemes
```
3. Drag `Yozora Redux.xccolortheme` into this folder, and restart Xcode if it's already open.
4. In Xcode, go to `Preferences` > `Themes` and select `Yozora Redux` from the list of themes.## License
I've released all of my claims to this theme. Please feel free to modify, reproduce and republish as much as you wish.