All Projects → Rigellute → Rigel

Rigellute / Rigel

🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
flow
126 projects

Projects that are alternatives of or similar to Rigel

Ncm R
R autocompletion for Neovim and vim 8 📝 📊 ⚡️
Stars: ✭ 102 (-68.52%)
Mutual labels:  neovim, vim-plugin, nvim
Vim Colors Github
A Vim colorscheme based on Github's syntax highlighting as of 2018.
Stars: ✭ 286 (-11.73%)
Mutual labels:  neovim, nvim, colorscheme
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+502.16%)
Mutual labels:  neovim, nvim, themes
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-51.23%)
Mutual labels:  neovim, nvim, colorscheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-45.37%)
Mutual labels:  neovim, vim-plugin, nvim
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-13.89%)
Mutual labels:  neovim, vim-plugin, colorscheme
Vim Janah
Vim colorscheme.
Stars: ✭ 172 (-46.91%)
Mutual labels:  neovim, vim-plugin, colorscheme
Vimrc
📝 Vim Configuration for nerds with vim-plug
Stars: ✭ 33 (-89.81%)
Mutual labels:  neovim, vim-plugin, nvim
Vim Markdown Composer
An asynchronous markdown preview plugin for Vim and Neovim.
Stars: ✭ 501 (+54.63%)
Mutual labels:  markdown, neovim, vim-plugin
Vim Lsp Cxx Highlight
Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
Stars: ✭ 231 (-28.7%)
Mutual labels:  neovim, vim-plugin, nvim
Alacritty Colorscheme
Change colorscheme of alacritty with ease.
Stars: ✭ 184 (-43.21%)
Mutual labels:  neovim, themes, colorscheme
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+1282.41%)
Mutual labels:  hacktoberfest, neovim, vim-plugin
Nvim Completion Manager
⚠️ PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
Stars: ✭ 950 (+193.21%)
Mutual labels:  markdown, neovim, nvim
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+15143.52%)
Mutual labels:  hacktoberfest, neovim, nvim
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (-19.44%)
Mutual labels:  neovim, colorscheme
Transcripts
Changelog episode transcripts in Markdown format 📚
Stars: ✭ 260 (-19.75%)
Mutual labels:  hacktoberfest, markdown
Iron.nvim
Interactive Repl Over Neovim
Stars: ✭ 265 (-18.21%)
Mutual labels:  neovim, nvim
nerveux.nvim
A neovim plugin written in lua to interact with the neuron Zettelkasten software.
Stars: ✭ 19 (-94.14%)
Mutual labels:  neovim, nvim
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-14.81%)
Mutual labels:  hacktoberfest, markdown
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (-12.96%)
Mutual labels:  hacktoberfest, markdown

Rigel ✨

vim

A 24bit colorscheme based on the star Rigel - the bright blue star in the constellation of Orion

vim

Installation

Troubleshooting

Install

Vim

"""" install
" install with vim-plug
Plug 'Rigellute/rigel'

" or with NeoBundle
" NeoBundle 'Rigellute/rigel'
" or with Vundle
" Plugin 'Rigellute/rigel'

"""" enable 24bit true color
set termguicolors

"""" enable the theme
syntax enable
colorscheme rigel
JavaScript and TypeScript

If you are using JavaScript, I recommend adding vim-javascript for improved syntax highlighting.

Plug 'pangloss/vim-javascript'

This theme has good support for flow syntax, which you can enable with

" Once vim-javascript is installed you enable flow highlighting
let g:javascript_plugin_flow = 1

If you are using React, I recommend adding vim-jsx for better jsx highlighting

Plug 'mxw/vim-jsx'

This theme also has good support for Typescript, which is enabled by default. You might just need to add a plugin for Typescript syntax.

I recommend leafgarland/typescript-vim.

Airline

airline
let g:rigel_airline = 1
let g:airline_theme = 'rigel'

Lightline

lightline
let g:rigel_lightline = 1
let g:lightline = { 'colorscheme': 'rigel' }

Terminal

terminal

The terminal screenshot above is using Pure prompt and Fira Code font (size 16) in Alacritty.

Alacritty

  1. Copy alacritty.yml and paste into ~/.config/alacritty/alacritty.yml

Kitty

  1. Copy kitty.conf and paste into ~/.config/kitty/kitty.conf

iTerm2

  1. Download rigel.itermcolors
  2. In iTerm2 access the Preferences pane on the Profiles tab.
  3. Under the Colors tab import the rigel.itermcolors file via the Load Presets drop-down at the bottom right.

macOS Terminal.app

  1. Download rigel.terminal
  2. Terminal > Preferences > Profiles > [+] button to select file and use theme

Note Terminal.app doesn't support truecolor, so colors might look slightly faded.

VS Code

Thanks to mrmartineau, the Rigel theme is ported to VS Code, which can be found here. The theme can be installed via "extensions" from the Visual Studio Marketplace.

VS Code port repo.

Slack

  1. Go to Slack's PreferencesThemes
  2. Click on custom themes.
  3. Scroll to the bottom and paste these colors:
#002635,#00384D,#F08E48,#E6E6DC,#00384D,#B7CFF9,#00FFFF,#FF5A67

Troubleshooting

True color

Make sure you are using a terminal emulator that supports truecolor. Read more about this here.

Colours don't look right

If you are running vim within tmux, you may run into some truecolor issues.

To fix, add this to you tmux.conf

set -g terminal-overrides ',xterm-256color:Tc'
set -g default-terminal "tmux-256color"
set -as terminal-overrides ',xterm*:sitm=\E[3m'

And in your .bash_profile || .zshrc

export TERM="xterm-256color"

Ensure you tmux kill-server, quit your emulator of choice and startup it all back up again. It should then look 👌.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].