All Projects → ray-x → aurora

ray-x / aurora

Licence: MIT License
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.

Programming Languages

Vim Script
2826 projects
lua
6591 projects

Projects that are alternatives of or similar to aurora

boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.
Stars: ✭ 62 (-56.03%)
Mutual labels:  colorscheme, neovim-plugin, treesitter
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-76.6%)
Mutual labels:  colorscheme, vim-colorscheme, treesitter
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-23.4%)
Mutual labels:  colorscheme, neovim-plugin, vim-colorscheme
nvim-highlite
A colorscheme template that is "lite" on logic for the developer.
Stars: ✭ 163 (+15.6%)
Mutual labels:  colorscheme, neovim-plugin, treesitter
navigator.lua
Source code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐. Exploring LSP and 🌲Treesitter symbols a piece of 🍰. Take control like a boss 🦍.
Stars: ✭ 781 (+453.9%)
Mutual labels:  neovim-plugin, lsp, treesitter
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+97.87%)
Mutual labels:  colorscheme, neovim-plugin, vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-29.08%)
Mutual labels:  colorscheme, vim-colorscheme, treesitter
nvim-lsp-ts-utils
Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
Stars: ✭ 437 (+209.93%)
Mutual labels:  neovim-plugin, lsp
awesome-neovim
Awesome Configurations for C/C++,Zig,Web and Lua development in NeoVim
Stars: ✭ 54 (-61.7%)
Mutual labels:  neovim-plugin, treesitter
nightfox.nvim
🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
Stars: ✭ 1,489 (+956.03%)
Mutual labels:  colorscheme, treesitter
lsp signature.nvim
LSP signature hint as you type
Stars: ✭ 915 (+548.94%)
Mutual labels:  neovim-plugin, lsp
vscode.nvim
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
Stars: ✭ 362 (+156.74%)
Mutual labels:  colorscheme, treesitter
nvim-config
My neovim config
Stars: ✭ 63 (-55.32%)
Mutual labels:  neovim-plugin, lsp
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (+78.72%)
Mutual labels:  colorscheme, vim-colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+2124.11%)
Mutual labels:  colorscheme, vim-colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-70.21%)
Mutual labels:  colorscheme, vim-colorscheme
coc-tailwind-intellisense
Coc.nvim extension for Tailwind CSS IntelliSense
Stars: ✭ 117 (-17.02%)
Mutual labels:  neovim-plugin, lsp
material.nvim
🔱 Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
Stars: ✭ 574 (+307.09%)
Mutual labels:  colorscheme, treesitter
nvim
🍨 Soothing pastel theme for NeoVim
Stars: ✭ 659 (+367.38%)
Mutual labels:  colorscheme, neovim-plugin
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1309.22%)
Mutual labels:  colorscheme, vim-colorscheme

aurora

aurora theme

A 24-bit dark theme for vim/neovim. Highly configurable and cook your own color highlight. Good supports for pupular languages and vim plugins, handcrafted support for LSP, Treesitter.

Languages explicitly styled

  • All Neovim Treesitter highlighted-languages
  • C++
  • python
  • js/ts
  • json
  • markdown
  • yaml
  • css
  • sql
  • golang
  • html

Plugins explicity styled

  • coc
  • ale
  • vim-clap
  • lsp/nvim-lsp
  • signify
  • gitgutter
  • nvim lsp diagnostics.
  • git-fugitive
  • fzf

You can change/add syntax highlight. Feel free to fork or make a PR.

To install:

call dein#add('ray-x/aurora')  " for dein user

Plug 'ray-x/aurora'      " for Plug user

set termguicolors            " 24 bit color
colorscheme aurora

Howto updateh the theme:

This project is based on Estilo. Estilo allow you to define color palettes and syntax highlight and then generate .vim file for you.

To update the color, edit the yml file, and run:

npm install -g estilo
yarn render
copy colors/aurora.vim ~/.vim/plugged/aurora/colors/aurora.vim

color palettes file is in aurora/estilo/palettes/ folder and syntax file in aurora/estilo/syntax/ folder.

Show case

  • color palettes, more than 100 pre-defined color: vim color palettes

  • syntax color highlight: vim highlight for aurora

  • color curl underline, better search highlight(only highlight bg and keep current fg color of the search text) on the right side:

vim undercurl and search hl for aurora

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].