Cognac ๐Ÿฅƒ for Xcode

November 4, 2018 ยท View on GitHub

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

ColorPaletteHexUsage
#222222Black#222222Background
#555555Dark-Gray#555555Text Selection
#999999Gray#999999Comments & Documentation
#DFDFDFLight-Gray#DFDFDFLiterals (Strings, Numbers) & Documentation Keywords
#FF80C6Pink#FF80C6Keywords
#C18AFFPurple#C18AFFClasses & Types
#87D5FFBlue#87D5FFFunctions & Methods
#8AEC8AGreen#8AEC8AVariables
#FFF680Yellow#FFF680Macros & Attributes
#FFC580Orange#FFC580Plain Text
#FF9595Red#FF9595Constants

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