{"id":14978958,"url":"https://github.com/charliewilco/ganymede","last_synced_at":"2025-10-28T14:30:40.932Z","repository":{"id":57156844,"uuid":"72395922","full_name":"charliewilco/ganymede","owner":"charliewilco","description":"🌒 A color scheme that makes me think of Jupiter","archived":false,"fork":false,"pushed_at":"2018-10-14T20:34:58.000Z","size":1759,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T22:12:44.865Z","etag":null,"topics":["atom","color-scheme","hyper","iterm2","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charliewilco.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-31T03:27:43.000Z","updated_at":"2018-10-14T07:09:22.000Z","dependencies_parsed_at":"2022-09-01T06:11:48.258Z","dependency_job_id":null,"html_url":"https://github.com/charliewilco/ganymede","commit_stats":null,"previous_names":["charlespeters/ganymede"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fganymede","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fganymede/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fganymede/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fganymede/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charliewilco","download_url":"https://codeload.github.com/charliewilco/ganymede/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238662645,"owners_count":19509641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","color-scheme","hyper","iterm2","neovim","vim"],"created_at":"2024-09-24T13:58:43.964Z","updated_at":"2025-10-28T14:30:40.487Z","avatar_url":"https://github.com/charliewilco.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Color Palette for Ganymede](./assets/ganymede-palette.png)\n\n# Ganymede\n\n\u003ca href=\"https://github.com/charlespeters/VVWIP\"\u003e\n  \u003cimg src=\"https://unpkg.com/vvwip/AWIP.svg\" alt=\"AWIP\" align='right' /\u003e\n\u003c/a\u003e\n\nA color scheme for Hyper/Hyperterm, Vim/NeoVim \u0026 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.\n\n---\n\n[![Build Status](https://travis-ci.org/charliewilco/ganymede.svg?branch=master)](https://travis-ci.org/charliewilco/ganymede)\n\n## Usage\n\n```shell\nnpm i -S ganymede\n```\n\n\u003ch3 align='center'\u003e\n  \u003cimg alt='Vim Icon' src='assets/vim.png' /\u003e\n  \u003cbr /\u003e\n  \u003ca href='https://github.com/charlespeters/ganymede.vim'\u003eVim\u003c/a\u003e\n\u003c/h3\u003e\n\nThis 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:\n\n```vim\nset t_Co=256\ncolorscheme ganymede\n\nlet g:airline_theme='ganymede'\n```\n\n![Screenshot of Vim using Ganymede](assets/screenshot-vim.png)\n\n\u003ch3 align='center'\u003e\n  \u003cimg alt='Hyper Icon' src='assets/hyper.png' /\u003e\n  \u003cbr /\u003e\n  \u003ca href='https://github.com/charlespeters/hyperganymede'\u003eHyper\u003c/a\u003e\n\u003c/h3\u003e\n\nAdd `'hyperganymede'` under plugins in your configuration file (preferably toward the end of the list). An example:\n\n```js\nmodule.exports = {\n  config: {\n    fontFamily: 'SFMono-Medium',\n    cursorShape: 'BEAM',\n    bell: false,\n    ...\n  },\n  plugins: {\n    'hyperganymede'\n  }\n}\n```\n\nAnd in action:\n\n![Screenshot of Hyper using Ganymede](assets/screenshot-hyper.png)\n\n\u003ch3 align='center'\u003e\n  \u003cimg alt='Atom Icon' src='assets/atom.png' /\u003e\n  \u003cbr /\u003e\n  \u003ca href='https://github.com/charlespeters/ganymede-atom-syntax'\u003eAtom\u003c/a\u003e\n\u003c/h3\u003e\n\nThere's a syntax port of Ganymede for Atom. To install, run this command below or search for Ganymede.\n\n```\napm install ganymede-atom-syntax\n```\n\n![Screenshot of Atom using Ganymede](assets/screenshot-atom.png)\n\nThe screenshot above uses Atom Dark UI theme and SF Mono.\n\n\u003ch3 align='center'\u003e\n  \u003cimg alt='iTerm Icon' src='assets/iterm.png' /\u003e\n  \u003cbr /\u003e\n  \u003ca href='https://github.com/charlespeters/ganymede-iterm'\u003eiTerm\u003c/a\u003e\n\u003c/h3\u003e\n\nDownload [`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\nnavigate to _\"Profiles\" \u003e \"Colors\" \u003e \"Color Presets\" \u003e \"Import\"_ and select the copy of `Ganymede.itermcolors` you downloaded.\n\n---\n\n## Acknowledgement\n\nI 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, 🍻⚡️🎉.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharliewilco%2Fganymede","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharliewilco%2Fganymede","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharliewilco%2Fganymede/lists"}