All Projects → thenewvu → vim-colors-sketching

thenewvu / vim-colors-sketching

Licence: other
A minimal light colorscheme for Vim/Neovim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-colors-sketching

Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (+742.86%)
Mutual labels:  color-scheme, nvim
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (+57.14%)
Mutual labels:  color-scheme, nvim
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+619.05%)
Mutual labels:  color-scheme, nvim
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (+171.43%)
Mutual labels:  color-scheme, nvim
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+9190.48%)
Mutual labels:  color-scheme, nvim
vscode.nvim
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
Stars: ✭ 362 (+1623.81%)
Mutual labels:  color-scheme, nvim
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+652.38%)
Mutual labels:  color-scheme, nvim
kosmikoa.nvim
A dark color scheme for Neovim with support for LSP, Treesitter. This mirror is deprecated. Use the repo at https://sr.ht/~novakane/kosmikoa.nvim/
Stars: ✭ 23 (+9.52%)
Mutual labels:  color-scheme, nvim
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Stars: ✭ 36 (+71.43%)
Mutual labels:  nvim
nabla.nvim
take your scientific notes ✏️ in Neovim
Stars: ✭ 391 (+1761.9%)
Mutual labels:  nvim
nvim-base16
Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
Stars: ✭ 307 (+1361.9%)
Mutual labels:  nvim
kcm-colorful
Make your KDE Plasma colorful.
Stars: ✭ 126 (+500%)
Mutual labels:  color-scheme
themeX
The ultimate UNIVERSAL syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors.
Stars: ✭ 26 (+23.81%)
Mutual labels:  color-scheme
nvim-todoist.lua
Todoist plugin for Neovim in pure Lua, inspired by https://github.com/romgrk/todoist.nvim, which you should use instead
Stars: ✭ 22 (+4.76%)
Mutual labels:  nvim
icls-vs-code-dark-plus
Visual Studio Code Dark Plus-like color scheme for PhpStorm and other JetBrains IDEs
Stars: ✭ 24 (+14.29%)
Mutual labels:  color-scheme
JuliaFormatter.vim
A (N)Vim plugin for formatting Julia code using JuliaFormatter.jl.
Stars: ✭ 61 (+190.48%)
Mutual labels:  nvim
color-system
🎨 Easiest way to get a universal color palette
Stars: ✭ 21 (+0%)
Mutual labels:  color-scheme
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (+76.19%)
Mutual labels:  color-scheme
dotfiles
💾 personal configuration files
Stars: ✭ 42 (+100%)
Mutual labels:  nvim
QtCreator-Color-Schemes
Color schemes for the QtCreator text editor
Stars: ✭ 64 (+204.76%)
Mutual labels:  color-scheme

What's this?

A minimal light colorscheme for Vim/Neovim.

neovim-nvim-vim-colors-sketching-screenshot

In the screenshot:

  • The iterm2 color preset: PencilLight
  • The font: Script 12 Pitch PT
  • The buffer line: ap/vim-buftabline
  • The tmux theme: edkolev/tmuxline.vim with below configs:
    let g:tmuxline_powerline_separators = 0
    let g:tmuxline_theme = 'vim_statusline_1'
    let g:tmuxline_preset = {
      \ 'win': '#W',
      \ 'cwin': '#W#F',
      \ 'options': {
      \   'status-justify': 'left'}
      \}
    

Requirements

  • set termguicolors in your .vimrc: Read this to check if your terminal emulator supports it or not

Installation

If you use vim-plug, do something like this in your .vimrc.

Plug 'thenewvu/vim-colors-sketching' 
set rtp+=~/.vim/plugged/vim-colors-sketching
colorscheme sketching

For other plugin managers, please follow their guide.

Suggestions

This colorscheme works very well with vim-gigutter. You can see the above screenshot. For other VCS (version control system), you can use vim-signify. Below is my configurtion for vim-gitgutter, just for example:

Plug 'airblade/vim-gitgutter'
let g:gitgutter_highlight_lines = 1
hi link GitGutterAdd DiffAdd
hi link GitGutterChange DiffChange
hi link GitGutterDelete DiffDelete
hi link GitGutterAddLine DiffAdd
hi link GitGutterChangeLine DiffChange
hi link GitGutterDeleteLine Normal
hi link GitGutterChangeDeleteLine DiffChange

Credits

License

MIT.

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