Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaushikgopal/xcode-11-theme

Custom dark and light themes similar to XCode 11
https://github.com/kaushikgopal/xcode-11-theme

ide intellij terminal theme xcode

Last synced: 27 days ago
JSON representation

Custom dark and light themes similar to XCode 11

Awesome Lists containing this project

README

        

Xcode 11 inspired themes for other editors

A number of Xcode 11’s dark/light colourschemes in various editors


Inspired by arzg/vim-colors-xcode

## Screenshots

### Terminal.app Xcode 11 Dark

![terminal.app xcode 11
dark](https://raw.githubusercontent.com/kaushikgopal/xcode-11-theme/master/xcode11-terminal-dark.png "Xcode 11 Dark Terminal.app")

## Editor support

* Terminal.app
* IntelliJ based editors (WIP)
* VIM (go to [original](https://github.com/arzg/vim-colors-xcode))

## Color Palettes

Dark Palette

| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#393b44` | `#7f8c98` |
| Red | `#ff8170` | `#ff8170` |
| Green | `#78c2b3` | `#acf2e4` |
| Yellow | `#d9c97c` | `#ffa14f` |
| Blue | `#4eb0cc` | `#6bdfff` |
| Magenta | `#ff7ab2` | `#ff7ab2` |
| Cyan | `#b281eb` | `#dabaff` |
| White | `#dfdfe0` | `#dfdfe0` |
| Foreground | `#dfdfe0` | |
| Background | `#292a30` | |

Dark High Contrast Palette

| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#34353b` | `#838991` |
| Red | `#ff8a7a` | `#ff8a7a` |
| Green | `#83c9bc` | `#b1faeb` |
| Yellow | `#d9c668` | `#ffa14f` |
| Blue | `#4ec4e6` | `#6bdfff` |
| Magenta | `#ff85b8` | `#ff85b8` |
| Cyan | `#cda1ff` | `#e5cfff` |
| White | `#ffffff` | `#ffffff` |
| Foreground | `#ffffff` | |
| Background | `#1f1f24` | |

Light Palette

| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#e5e5e5` | `#8a99a6` |
| Red | `#d12f1b` | `#d12f1b` |
| Green | `#3e8087` | `#23575c` |
| Yellow | `#78492a` | `#78492a` |
| Blue | `#0f68a0` | `#0b4f79` |
| Magenta | `#ad3da4` | `#ad3da4` |
| Cyan | `#804fb8` | `#4b21b0` |
| White | `#262626` | `#262626` |
| Foreground | `#262626` | |
| Background | `#ffffff` | |

Light High Contrast Palette

| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#e5e5e5` | `#8a99a6` |
| Red | `#ad1805` | `#ad1805` |
| Green | `#355d61` | `#174145` |
| Yellow | `#78492a` | `#78492a` |
| Blue | `#0058a1` | `#003f73` |
| Magenta | `#9c2191` | `#9c2191` |
| Cyan | `#703daa` | `#441ea1` |
| White | `#000000` | `#000000` |
| Foreground | `#000000` | |
| Background | `#ffffff` | |

WWDC Palette

| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#383b45` | `#7f869e` |
| Red | `#bb383a` | `#bb383a` |
| Green | `#94c66e` | `#94c66e` |
| Yellow | `#d28e5d` | `#d28e5d` |
| Blue | `#8884c5` | `#8884c5` |
| Magenta | `#b73999` | `#b73999` |
| Cyan | `#00aba4` | `#00aba4` |
| White | `#e7e8eb` | `#e7e8eb` |
| Foreground | `#e7e8eb` | |
| Background | `#292c36` | |