{"id":17659840,"url":"https://github.com/raphamorim/astrofish","last_synced_at":"2025-04-28T15:20:07.422Z","repository":{"id":75481171,"uuid":"63632346","full_name":"raphamorim/astrofish","owner":"raphamorim","description":"A intergalactic theme based on Spacemacs Color Scheme","archived":false,"fork":false,"pushed_at":"2016-08-02T14:49:10.000Z","size":509,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-28T15:20:03.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphamorim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-18T19:49:33.000Z","updated_at":"2022-06-27T07:47:38.000Z","dependencies_parsed_at":"2023-06-06T15:15:30.874Z","dependency_job_id":null,"html_url":"https://github.com/raphamorim/astrofish","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fastrofish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fastrofish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fastrofish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Fastrofish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphamorim","download_url":"https://codeload.github.com/raphamorim/astrofish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251336400,"owners_count":21573189,"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":[],"created_at":"2024-10-23T16:08:24.677Z","updated_at":"2025-04-28T15:20:07.357Z","avatar_url":"https://github.com/raphamorim.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astrofish\n\n![Logo](https://raw.githubusercontent.com/raphamorim/astrofish/master/images/astrofish.png)\n\nHigh recommended: Install [Droid-Sans-Mono](https://raw.githubusercontent.com/raphamorim/astrofish/master/font/droid-sans-mono/DroidSansMono.ttf) in your computer.\n\nBased on [Spacemacs Color Scheme](https://raw.githubusercontent.com/nashamri/spacemacs-theme/screenshots/guide-generic.png)\n\n## Summary\n* Editors\n  * [Vim](#vim)\n* Terminal\n  * [iTerm](#iterm)\n  * [Terminal.app](#terminalapp)\n* [Color Palette](#color-palette)\n* [Contributing](#contributing)\n* [About](#about)\n\n\n## Vim\n![Vim Example](https://raw.githubusercontent.com/raphamorim/astrofish/master/images/vim.png)\n\nClone and open this repo, then put `astrofish.vim` file in your `~/.vim/colors/` directory  \n\n```bash\ngit clone https://github.com/raphamorim/astrofish.git \u0026\u0026 cd astrofish\ncp vim/astrofish.vim ~/.vim/colors/\n```\n\nAdd the following line to your vimrc file:\n\n    syntax enable\n    set number\n    colorscheme astrofish\n\n\n## iTerm\n![iTerm Example](https://raw.githubusercontent.com/raphamorim/astrofish/master/images/iterm.png)\n\n1.  Use `git clone git@github.com:raphamorim/astrofish.git` (or use [.zip download][zip] option)\n2.  iTerm \u003e Settings Tab\n3.  Go to \"Profiles \u003e Colors\" tab\n4.  Click \"Color Presets...\" to import and select the **iterm/Astrofish.itermcolors** file\n\n\n## Terminal.app\n![Terminal Example](https://raw.githubusercontent.com/raphamorim/astrofish/master/images/terminal.png)\n\n1.  Use `git clone git@github.com:raphamorim/astrofish.git` (or use [.zip download][zip] option)\n2.  Terminal \u003e Settings Tab\n3.  Click \"Gear\" icon\n4.  Click Import and select the **terminal/Astrofish.terminal** file\n5.  Click Default\n\n[zip]: https://github.com/raphamorim/astrofish/archive/master.zip\n\n\n## Color Palette\n\nPalette      | Hex       | RGB          | HSL            | :art: |\n---          | ---       |---           |---             |---    |   \nBackground   | `#292B2E` | `41 43 46`   | `216° 6% 17%`  | ![Background Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/background-color.png)    |\nCurrent Line | `#212026` | `33 32 38`   | `250° 9% 14%`  | ![Current Line Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/current_line-color.png)|\nSelection    | `#292E34` | `41 46 52`   | `213° 12% 18%` | ![Selection Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/selection-color.png)      |\nForeground   | `#ADB0A2` | `173 176 162`| `73° 8% 66%`   | ![Foreground Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/foreground-color.png)    |\nComment      | `#2A9BA3` | `42 155 163` | `184° 59% 40%` | ![Comment Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/comment-color.png)          |\nString       | `#2C9372` | `44 147 114` | `161° 54% 37%` | ![String Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/string-color.png)            |\nVariable     | `#6590DA` | `101 144 218`| `218° 61% 63%` | ![Variable Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/variable-color.png)        |\nFunction     | `#BB6DC4` | `187 109 196`| `294° 42% 60%` | ![Function Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/function-color.png)        |\nBorder       | `#5D4D7A` | `93 77 122`  | `261° 23% 39%` | ![Border Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/border-color.png)            |\nType         | `#CC5279` | `204 82 121` | `341° 54% 56%` | ![Type Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/type-color.png)                |\nKeyword      | `#4D92CC` | `77 146 204` | `207° 55% 55%` | ![Keyword Color](https://raw.githubusercontent.com/mvfsilva/astrofish/master/images/keyword-color.png)          |\n\n## Contributing\n\nWhy not use astrofish color scheme in your favorite editor? does not exist?\nSo what about creating one, is very simple \\o/\n\n1.  Fork it!\n2.  Create your feature branch: `git checkout -b my-new-feature`\n3.  Commit your changes: `git commit -m 'Add some feature'``\n4.  Push to the branch: `git push origin my-new-feature`\n5.  Submit a pull request :)\n\n## About\n\n**Credits**: Project inspired by [Lucario Theme](https://github.com/raphamorim/lucario).\n\n**License**: MIT ® [Raphael Amorim](https://github.com/raphamorim).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Fastrofish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphamorim%2Fastrofish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Fastrofish/lists"}