All Projects → aditya-azad → candle-grey

aditya-azad / candle-grey

Licence: MIT License
A dark monochrome colorscheme with a hint of color for vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to candle-grey

Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (+613.33%)
Mutual labels:  neovim, dark
better-escape.nvim
Escape from insert mode without delay when typing
Stars: ✭ 166 (+453.33%)
Mutual labels:  neovim
HandySub
Download Subtitle from Subscene and other sources
Stars: ✭ 42 (+40%)
Mutual labels:  dark
nvim context vt
Virtual text context for neovim treesitter
Stars: ✭ 193 (+543.33%)
Mutual labels:  neovim
vifm-colors
Various colorschemes for vifm file explorer.
Stars: ✭ 171 (+470%)
Mutual labels:  colorschemes
edita.vim
🖊 A pseudo EDITOR to stay in Vim/Neovim
Stars: ✭ 44 (+46.67%)
Mutual labels:  neovim
JiraDarkTheme
🌙 😎 Jira Dark Theme Usercss / Stylus
Stars: ✭ 124 (+313.33%)
Mutual labels:  dark
Comment.nvim
🧠 💪 // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
Stars: ✭ 796 (+2553.33%)
Mutual labels:  neovim
nvim-jdtls
Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
Stars: ✭ 282 (+840%)
Mutual labels:  neovim
nvim-goc.lua
Go Coverage for Neovim
Stars: ✭ 17 (-43.33%)
Mutual labels:  neovim
vim-paper
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.
Stars: ✭ 53 (+76.67%)
Mutual labels:  neovim
modus-theme-vim
Port of modus-themes in neovim
Stars: ✭ 91 (+203.33%)
Mutual labels:  colorschemes
go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-43.33%)
Mutual labels:  neovim
FancyCandles
An open source candlestick chart control for WPF.
Stars: ✭ 60 (+100%)
Mutual labels:  candle
nvim.conf
datwaft's neovim configuration using Fennel
Stars: ✭ 65 (+116.67%)
Mutual labels:  neovim
hass-livebox-component
Livebox Component for Home assistant
Stars: ✭ 24 (-20%)
Mutual labels:  orange
developer-workstation-setup-script
Post-install script for Fedora and RHEL 8 clones to create your ultimate development environment
Stars: ✭ 69 (+130%)
Mutual labels:  neovim
sidebar.nvim
A generic and modular lua sidebar for Neovim
Stars: ✭ 453 (+1410%)
Mutual labels:  neovim
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-20%)
Mutual labels:  neovim
denops-deno
🐜 Deno module for denops.vim
Stars: ✭ 16 (-46.67%)
Mutual labels:  neovim

Candle Grey

screenshot

  • A dark monochrome colorscheme for vim with a simple accent color.
  • The primary purpose of these colors was to give an aesthetic look to vim and eliminate distractions.
  • It is inspired by many colorschemes that I have used over the years. I was unable to find a perfect colorscheme so I finally sat down and made one myself.

Installation

  • Using vim plug:
Plug 'aditya-azad/candle-grey'

and run :PlugInstall

  • Manual install:

Just copy the colors folder to your vim colors folder (usually ~/.vim/colors/).

  • Once you have the scheme just add this to your vimrc
    • Use transparent variant if you have transparency enabled in your setup
set t_Co=256 " enable colors in terminal
colorscheme candle-grey
" Or
colorscheme candle-grey-transparent
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].