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 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T15:49:22.000Z (over 6 years ago)
- Last Synced: 2024-12-06T10:52:10.772Z (5 months 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

## 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` |  |
| Current Line | `#2B3135` |  |
| Cursor | `#FFFFFF` |  |
| Selection | `#14384D` |  |
| Invisibles | `#8b8b8b` |  |
| **Code Elements** | | |
| Plain Text | `#737378` |  |
| Comments | `#665B74` |  |
| Documentation Markup | `#665B74` |  |
| Documentation Markup Keywords | `#665B74` |  |
| Strings | `#BD4F26` |  |
| Characters | `#8D82C4` |  |
| Numbers | `#8D82C4` |  |
| Keywords | `#F4CD90` |  |
| Preprocessor Statements | `#D69E78` |  |
| URLs | `#48A4E1` |  |
| Attributes | `#CA734A` |  |
| Project Class Names | `#7FCD88` |  |
| Project Function and Method Names | `#7FCD88` |  |
| Project Constants | `#7FCD88` |  |
| Project Type Names | `#7FCD88` |  |
| Project Instance Variables and Globals | `#7FCD88` |  |
| Project Preprocessor Macros | `#C49081` |  |
| Other Class Names | `#72BDDF` |  |
| Other Function and Method Names | `#1A74CA` |  |
| Other Constants | `#728B00` |  |
| Other Type Names | `#72BDDF` |  |
| Other Instance Variables and Globals | `#6F9482` |  |
| Other Preprocessor Macros | `#CD9670` |  |