Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/charliewilco/ganymede

🌒 A color scheme that makes me think of Jupiter
https://github.com/charliewilco/ganymede

atom color-scheme hyper iterm2 neovim vim

Last synced: about 1 month ago
JSON representation

🌒 A color scheme that makes me think of Jupiter

Awesome Lists containing this project

README

        

![Color Palette for Ganymede](./assets/ganymede-palette.png)

# Ganymede


AWIP

A color scheme for Hyper/Hyperterm, Vim/NeoVim & Atom (maybe, eventually, probably...) inspired by the icy coldness of the moons of Jupiter contrasted against all the bright vibrant colors that my personality comprises.

---

[![Build Status](https://travis-ci.org/charliewilco/ganymede.svg?branch=master)](https://travis-ci.org/charliewilco/ganymede)

## Usage

```shell
npm i -S ganymede
```


Vim Icon


Vim

This was designed using Neovim, but totally works in normal people Vim (like 7.4+). Add `charlespeters/vim-ganymede` to whatever plugin system you're using (Pathogen, Vundle, etc). In your `.vimrc` add:

```vim
set t_Co=256
colorscheme ganymede

let g:airline_theme='ganymede'
```

![Screenshot of Vim using Ganymede](assets/screenshot-vim.png)


Hyper Icon


Hyper

Add `'hyperganymede'` under plugins in your configuration file (preferably toward the end of the list). An example:

```js
module.exports = {
config: {
fontFamily: 'SFMono-Medium',
cursorShape: 'BEAM',
bell: false,
...
},
plugins: {
'hyperganymede'
}
}
```

And in action:

![Screenshot of Hyper using Ganymede](assets/screenshot-hyper.png)


Atom Icon


Atom

There's a syntax port of Ganymede for Atom. To install, run this command below or search for Ganymede.

```
apm install ganymede-atom-syntax
```

![Screenshot of Atom using Ganymede](assets/screenshot-atom.png)

The screenshot above uses Atom Dark UI theme and SF Mono.


iTerm Icon


iTerm

Download [`Ganymede.itermcolors`](https://raw.githubusercontent.com/charlespeters/ganymede-iterm/master/Ganymede.itermcolors) and drag into onto iTerm in your Dock or In iTerm, open your preferences
navigate to _"Profiles" > "Colors" > "Color Presets" > "Import"_ and select the copy of `Ganymede.itermcolors` you downloaded.

---

## Acknowledgement

I probably wouldn't have built this if [Trevor Miller](https://twitter.com/trevordmiller) hadn't paved the way with his [Nova Project](http://www.trevordmiller.com/nova/). Trevor you're awesome, 🍻⚡️🎉.

## License

MIT