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: 8 months ago
JSON representation
🌒 A color scheme that makes me think of Jupiter
- Host: GitHub
- URL: https://github.com/charliewilco/ganymede
- Owner: charliewilco
- License: mit
- Created: 2016-10-31T03:27:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T20:34:58.000Z (over 7 years ago)
- Last Synced: 2025-02-06T22:12:44.865Z (over 1 year ago)
- Topics: atom, color-scheme, hyper, iterm2, neovim, vim
- Language: Vim script
- Homepage:
- Size: 1.68 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Ganymede
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.
---
[](https://travis-ci.org/charliewilco/ganymede)
## Usage
```shell
npm i -S ganymede
```
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'
```

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:

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
```

The screenshot above uses Atom Dark UI theme and SF Mono.
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