Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArtSabintsev/Cognac
An Alluring, Dark, and Muted Theme For Your Favorite Text Editor.
https://github.com/ArtSabintsev/Cognac
Last synced: 13 days ago
JSON representation
An Alluring, Dark, and Muted Theme For Your Favorite Text Editor.
- Host: GitHub
- URL: https://github.com/ArtSabintsev/Cognac
- Owner: ArtSabintsev
- License: mit
- Created: 2017-04-21T02:04:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T12:21:27.000Z (about 6 years ago)
- Last Synced: 2024-10-13T14:47:28.720Z (about 1 month ago)
- Homepage: https://sabintsev.com
- Size: 1 MB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cognac 🥃
An Alluring, Dark, and Muted Theme For Your Favorite Text Editor.## 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.## Screenshot
## Palette
Color | Palette | Hex | Usage
--- | --- | --- | ---
![#222222](https://placehold.it/15/222222/222222?text=+) | Black | #222222 | Background
![#555555](https://placehold.it/15/555555/555555?text=+) | Dark-Gray | #555555 | Text Selection
![#999999](https://placehold.it/15/999999/999999?text=+) | Gray | #999999 | Comments & Documentation
![#DFDFDF](https://placehold.it/15/DFDFDF/DFDFDF?text=+) | Light-Gray | #DFDFDF | Literals (Strings, Numbers) & Documentation Keywords
![#FF80C6](https://placehold.it/15/FF80C6/FF80C6?text=+) | Pink | #FF80C6 | Keywords
![#C18AFF](https://placehold.it/15/C18AFF/C18AFF?text=+) | Purple | #C18AFF | Classes & Types
![#87D5FF](https://placehold.it/15/87D5FF/87D5FF?text=+) | Blue | #87D5FF | Functions & Methods
![#8AEC8A](https://placehold.it/15/8AEC8A/8AEC8A?text=+) | Green | #8AEC8A | Variables
![#FFF680](https://placehold.it/15/FFF680/FFF680?text=+) | Yellow | #FFF680 | Macros & Attributes
![#FFC580](https://placehold.it/15/FFC580/FFC580?text=+) | Orange | #FFC580 | Plain Text
![#FF9595](https://placehold.it/15/FF9595/FF9595?text=+) | Red | #FF9595 | Constants### Specific Rules
- Keywords, which are pink, should always be bolded.
- Documentation Keywords, which are light-gray, should always be bolded.## Themes
### Editors
- [Cognac 🥃 for Atom](https://github.com/ArtSabintsev/Cognac-Atom)
- [Cognac 🥃 for iTerm 2](https://github.com/ArtSabintsev/Cognac-iTerm)
- [Cognac 🥃 for IntelliJ](https://github.com/wesleybliss/Cognac-IntelliJ) (via [Wesley Bliss](https://github.com/wesleybliss/))
- [Cognac 🥃 for Sublime](https://github.com/ArtSabintsev/Cognac-Sublime)
- [Cognac 🥃 for Terminal](https://github.com/ArtSabintsev/Cognac-Terminal)
- [Cognac 🥃 for TextMate](https://github.com/ArtSabintsev/Cognac-TextMate)
- [Cognac 🥃 for Vim](https://github.com/ckmorris/Cognac-Vim) (via [Chris Morris](https://github.com/ckmorris/))
- [Cognac 🥃 for Visual Studio Code](https://github.com/ArtSabintsev/Cognac-VSCode)
- [Cognac 🥃 for Xcode](https://github.com/ArtSabintsev/Cognac-Xcode)### Slack
Go to **Preferences > Sidebar Theme**. Then, copy the following snippet:
```
#222222,#999999,#555555,#8AEC8A,#555555,#FFC580,#C18AFF,#FF9595
```## Support
Support will be added to more editors and IDEs over time. If your IDE isn't supported yet, open an issue with your text editor or IDE of choice and I'll prioritize it.## Credit
- [Arthur Ariel Sabintsev](http://www.sabintsev.com/)