Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/durul/Xcodetheme
This repository contains 🎨 My Xcode theme that I use. It is compatible with all versions of Xcode.
https://github.com/durul/Xcodetheme
ios macos preferences tvos watchos xcode xcode-color-theme xcodetheme
Last synced: 5 days ago
JSON representation
This repository contains 🎨 My Xcode theme that I use. It is compatible with all versions of Xcode.
- Host: GitHub
- URL: https://github.com/durul/Xcodetheme
- Owner: durul
- License: mit
- Created: 2018-10-24T19:20:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T15:49:22.000Z (about 6 years ago)
- Last Synced: 2024-12-06T10:52:10.772Z (6 days ago)
- Topics: ios, macos, preferences, tvos, watchos, xcode, xcode-color-theme, xcodetheme
- Language: Shell
- Homepage:
- Size: 142 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - DRL Theme - A soft darkness theme for Xcode. (Xcode / Themes)
- awesome-ios-star - DRL Theme - A soft darkness theme for Xcode. (Xcode / Themes)
README
# DRL Xcodetheme
![DRL Xcodetheme](https://github.com/durul/Xcodetheme/blob/master/example.png?raw=true "DRL Xcodetheme Screenshot")
## Installation
### Automatic (via script)
```
./install.sh
```which will install the file in Xcode `FontAndColorThemes` directory.
- Restart Xcode
- Go to preferences and select **DRLColors**## Installing manually
You can also choose to do things manually if you want:
1. Clone this repo:
```
$ git clone https://github.com/durul/Xcodetheme.git
```2. Create a folder at this path if it doesn't exist already:
```
~/Library/Developer/Xcode/UserData/FontAndColorThemes
```3. Copy the file `DRLColors.xccolortheme` into the above folder.
## Here's the my colors
Color Table (Click to expand)
| Component / Element | Hex Color | |
|---------------------------------------- |------------ |--------------------------------------------------- |
| **Editor Elements** | | |
| Background | `#2B3135` | ![](https://placehold.it/30/2B3135/000000?text=+) |
| Current Line | `#2B3135` | ![](https://placehold.it/30/2B3135/000000?text=+) |
| Cursor | `#FFFFFF` | ![](https://placehold.it/30/FFFFFF/000000?text=+) |
| Selection | `#14384D` | ![](https://placehold.it/30/14384D/000000?text=+) |
| Invisibles | `#8b8b8b` | ![](https://placehold.it/30/8b8b8b/000000?text=+) |
| **Code Elements** | | |
| Plain Text | `#737378` | ![](https://placehold.it/30/737378/000000?text=+) |
| Comments | `#665B74` | ![](https://placehold.it/30/665B74/000000?text=+) |
| Documentation Markup | `#665B74` | ![](https://placehold.it/30/665B74/000000?text=+) |
| Documentation Markup Keywords | `#665B74` | ![](https://placehold.it/30/665B74/000000?text=+) |
| Strings | `#BD4F26` | ![](https://placehold.it/30/BD4F26/000000?text=+) |
| Characters | `#8D82C4` | ![](https://placehold.it/30/8D82C4/000000?text=+) |
| Numbers | `#8D82C4` | ![](https://placehold.it/30/8D82C4/000000?text=+) |
| Keywords | `#F4CD90` | ![](https://placehold.it/30/F4CD90/000000?text=+) |
| Preprocessor Statements | `#D69E78` | ![](https://placehold.it/30/D69E78/000000?text=+) |
| URLs | `#48A4E1` | ![](https://placehold.it/30/48A4E1/000000?text=+) |
| Attributes | `#CA734A` | ![](https://placehold.it/30/CA734A/000000?text=+) |
| Project Class Names | `#7FCD88` | ![](https://placehold.it/30/7FCD88/000000?text=+) |
| Project Function and Method Names | `#7FCD88` | ![](https://placehold.it/30/7FCD88/000000?text=+) |
| Project Constants | `#7FCD88` | ![](https://placehold.it/30/7FCD88/000000?text=+) |
| Project Type Names | `#7FCD88` | ![](https://placehold.it/30/7FCD88/000000?text=+) |
| Project Instance Variables and Globals | `#7FCD88` | ![](https://placehold.it/30/7FCD88/000000?text=+) |
| Project Preprocessor Macros | `#C49081` | ![](https://placehold.it/30/C49081/000000?text=+) |
| Other Class Names | `#72BDDF` | ![](https://placehold.it/30/72BDDF/000000?text=+) |
| Other Function and Method Names | `#1A74CA` | ![](https://placehold.it/30/1A74CA/000000?text=+) |
| Other Constants | `#728B00` | ![](https://placehold.it/30/728B00/000000?text=+) |
| Other Type Names | `#72BDDF` | ![](https://placehold.it/30/72BDDF/000000?text=+) |
| Other Instance Variables and Globals | `#6F9482` | ![](https://placehold.it/30/6F9482/000000?text=+) |
| Other Preprocessor Macros | `#CD9670` | ![](https://placehold.it/30/CD9670/000000?text=+) |