{"id":16882053,"url":"https://github.com/rigellute/rigel","last_synced_at":"2025-04-04T22:07:10.221Z","repository":{"id":35186894,"uuid":"195092604","full_name":"Rigellute/rigel","owner":"Rigellute","description":"🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.","archived":false,"fork":false,"pushed_at":"2024-01-11T10:27:55.000Z","size":287,"stargazers_count":513,"open_issues_count":9,"forks_count":37,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-20T17:08:21.381Z","etag":null,"topics":["airline","alacritty","colorscheme","colorschemes","flow","hacktoberfest","javascript","kitty","lightline","markdown","neovim","nvim","rigel","slack","star","theme","themes","typescript","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"https://rigel.netlify.com/","language":"Vim Script","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/Rigellute.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}},"created_at":"2019-07-03T16:37:50.000Z","updated_at":"2024-10-20T01:06:52.000Z","dependencies_parsed_at":"2024-01-14T16:11:01.433Z","dependency_job_id":null,"html_url":"https://github.com/Rigellute/rigel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rigellute%2Frigel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rigellute%2Frigel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rigellute%2Frigel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rigellute%2Frigel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rigellute","download_url":"https://codeload.github.com/Rigellute/rigel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256112,"owners_count":20909240,"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":["airline","alacritty","colorscheme","colorschemes","flow","hacktoberfest","javascript","kitty","lightline","markdown","neovim","nvim","rigel","slack","star","theme","themes","typescript","vim","vim-plugin"],"created_at":"2024-10-13T16:06:02.890Z","updated_at":"2025-04-04T22:07:10.194Z","avatar_url":"https://github.com/Rigellute.png","language":"Vim Script","readme":"# Rigel ✨\n\n\u003cimg alt=\"vim\" src=\"https://user-images.githubusercontent.com/12150276/62868142-d9a16100-bd0c-11e9-8d25-9e28afa6df37.png\"\u003e\n\nA 24bit colorscheme based on the star [Rigel](https://en.wikipedia.org/wiki/Rigel) - the bright blue star in the constellation of Orion\n\n\u003cimg alt=\"vim\" src=\"https://user-images.githubusercontent.com/12150276/62640613-e0f5f280-b939-11e9-8d34-f9b61cbdc842.png\"\u003e\n\n## Installation\n\n- [Vim](#vim)\n- [Terminal](#terminal)\n- [VS Code](#vs-code)\n- [Slack](#slack)\n\n## Troubleshooting\n\n- [Colours don't look right](#colours-dont-look-right)\n\n# Install\n\n### Vim\n\n```vim\n\"\"\"\" install\n\" install with vim-plug\nPlug 'Rigellute/rigel'\n\n\" or with NeoBundle\n\" NeoBundle 'Rigellute/rigel'\n\" or with Vundle\n\" Plugin 'Rigellute/rigel'\n\n\"\"\"\" enable 24bit true color\nset termguicolors\n\n\"\"\"\" enable the theme\nsyntax enable\ncolorscheme rigel\n```\n\n##### JavaScript and TypeScript\n\nIf you are using JavaScript, I recommend adding [vim-javascript](https://github.com/pangloss/vim-javascript) for improved syntax highlighting.\n\n```vim\nPlug 'pangloss/vim-javascript'\n```\n\nThis theme has good support for flow syntax, which you can enable with\n\n```vim\n\" Once vim-javascript is installed you enable flow highlighting\nlet g:javascript_plugin_flow = 1\n\n```\n\nIf you are using React, I recommend adding [vim-jsx](https://github.com/mxw/vim-jsx) for better jsx highlighting\n\n```vim\nPlug 'mxw/vim-jsx'\n```\n\nThis theme also has good support for Typescript, which is enabled by default. You might just need to add a plugin for Typescript syntax.\n\nI recommend [leafgarland/typescript-vim](https://github.com/leafgarland/typescript-vim).\n\n#### [Airline](https://github.com/vim-airline/vim-airline)\n\n\u003cimg alt=\"airline\" src=\"https://user-images.githubusercontent.com/12150276/62639300-28c74a80-b937-11e9-8376-06bbefceaf10.png\"\u003e\n\n```vim\nlet g:rigel_airline = 1\nlet g:airline_theme = 'rigel'\n```\n\n#### [Lightline](https://github.com/itchyny/lightline.vim)\n\n\u003cimg alt=\"lightline\" src=\"https://user-images.githubusercontent.com/12150276/62639141-cd955800-b936-11e9-8536-ef77698981cd.png\"\u003e\n\n```vim\nlet g:rigel_lightline = 1\nlet g:lightline = { 'colorscheme': 'rigel' }\n```\n\n### Terminal\n\n\u003cimg alt=\"terminal\" src=\"https://user-images.githubusercontent.com/12150276/60734655-8cc9ae00-9f48-11e9-994e-70f055945cfb.png\"\u003e\n\nThe terminal screenshot above is using [Pure](https://github.com/sindresorhus/pure) prompt and [Fira Code](https://github.com/tonsky/FiraCode) font (size 16) in Alacritty.\n\n#### Alacritty\n\nIf you are using Alacritty version 0.13.0 or newer:\n1. Copy [alacritty.toml](./alacritty.toml) and paste into `~/.config/alacritty/alacritty.toml`\n\notherwise:\n1. Copy [alacritty.yml](./alacritty.yml) and paste into `~/.config/alacritty/alacritty.yml`\n\n#### Kitty\n\n1. Copy [kitty.conf](./kitty.config) and paste into `~/.config/kitty/kitty.conf`\n\n#### iTerm2\n\n1. Download [`rigel.itermcolors`](./rigel.itermcolors)\n1. In iTerm2 access the _Preferences_ pane on the _Profiles_ tab.\n1. Under the _Colors_ tab import the [`rigel.itermcolors`](./rigel.itermcolors) file via the _Load Presets_ drop-down at the bottom right.\n\n#### macOS Terminal.app\n\n1. Download [`rigel.terminal`](./rigel.terminal)\n1. Terminal \u003e Preferences \u003e Profiles \u003e [+] button to select file and use theme\n\nNote Terminal.app doesn't support [truecolor](https://gist.github.com/XVilka/8346728), so colors might look slightly faded.\n\n### VS Code\n\nThanks to [mrmartineau](https://github.com/mrmartineau), the Rigel theme is ported to VS Code, which can be found [here](https://marketplace.visualstudio.com/items?itemName=mrmartineau.rigel-vscode). The theme can be installed via \"extensions\" from the Visual Studio Marketplace.\n\n[VS Code port repo](https://github.com/mrmartineau/rigel-vscode).\n\n### Slack\n\n1. Go to Slack's `Preferences` → `Themes`\n2. Click on custom themes.\n3. Scroll to the bottom and paste these colors:\n\n```\n#002635,#00384D,#F08E48,#E6E6DC,#00384D,#B7CFF9,#00FFFF,#FF5A67\n```\n\n# Troubleshooting\n\n### True color\n\nMake sure you are using a terminal emulator that supports `truecolor`. Read more about this [here](https://gist.github.com/XVilka/8346728).\n\n### Colours don't look right\n\nIf you are running `vim` within `tmux`, you may run into some `truecolor` issues.\n\nTo fix, add this to you `tmux.conf`\n\n```tmux\nset -g terminal-overrides ',xterm-256color:Tc'\nset -g default-terminal \"tmux-256color\"\nset -as terminal-overrides ',xterm*:sitm=\\E[3m'\n```\n\nAnd in your `.bash_profile || .zshrc`\n\n```bash\nexport TERM=\"xterm-256color\"\n```\n\nEnsure you `tmux kill-server`, quit your emulator of choice and startup it all back up again. It should then look 👌.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigellute%2Frigel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frigellute%2Frigel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigellute%2Frigel/lists"}