https://github.com/ArtSabintsev/Cognac-Xcode
An Alluring, Dark, and Muted Theme For Xcode.
https://github.com/ArtSabintsev/Cognac-Xcode
cognac muted-theme night-shift theme theme-development xcode
Last synced: 11 months ago
JSON representation
An Alluring, Dark, and Muted Theme For Xcode.
- Host: GitHub
- URL: https://github.com/ArtSabintsev/Cognac-Xcode
- Owner: ArtSabintsev
- License: mit
- Created: 2017-04-21T02:31:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T21:05:05.000Z (over 6 years ago)
- Last Synced: 2025-03-24T01:42:57.165Z (11 months ago)
- Topics: cognac, muted-theme, night-shift, theme, theme-development, xcode
- Language: Shell
- Homepage: https://sabintsev.com
- Size: 1.18 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cognac 🥃 for Xcode
An Alluring, Dark, and Muted Theme For Xcode.
## About
Cognac is a theme composed of 11 colors that are easy on the eyes on both normal and light-reduced screens. All of the chosen colors are adjacent or complimentary to each other on the color wheel, excluding the black and gray colors.
Cognac is available for many other editors at http://github.com/ArtSabintsev/Cognac.
## Screenshot

## Palette
Color | Palette | Hex | Usage
--- | --- | --- | ---
 | Black | #222222 | Background
 | Dark-Gray | #555555 | Text Selection
 | Gray | #999999 | Comments & Documentation
 | Light-Gray | #DFDFDF | Literals (Strings, Numbers) & Documentation Keywords
 | Pink | #FF80C6 | Keywords
 | Purple | #C18AFF | Classes & Types
 | Blue | #87D5FF | Functions & Methods
 | Green | #8AEC8A | Variables
 | Yellow | #FFF680 | Macros & Attributes
 | Orange | #FFC580 | Plain Text
 | Red | #FF9595 | Constants
### Specific Rules
- Keywords, which are pink, should always be bolded.
- Documentation Keywords, which are light-gray, should always be bolded.
## Installation Instructions
### Automatic
Download this repo's zip file, unzip it, and run `./install.sh` from the root directory.
### Manual
Download `Cognac.xccolortheme` and copy it into the following directory:
```
~/Library/Developer/Xcode/UserData/FontAndColorThemes/
```
## Credits
- [Arthur Ariel Sabintsev](http://www.sabintsev.com/)