Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/charliewilco/ganymede
- Owner: charliewilco
- License: mit
- Created: 2016-10-31T03:27:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T20:34:58.000Z (about 6 years ago)
- Last Synced: 2024-05-29T04:58:10.393Z (6 months 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
![Color Palette for Ganymede](./assets/ganymede-palette.png)
# 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.
---
[![Build Status](https://travis-ci.org/charliewilco/ganymede.svg?branch=master)](https://travis-ci.org/charliewilco/ganymede)
## Usage
```shell
npm i -S ganymede
```
VimThis 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 ganymedelet g:airline_theme='ganymede'
```![Screenshot of Vim using Ganymede](assets/screenshot-vim.png)
HyperAdd `'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)
AtomThere'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.
iTermDownload [`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