All Projects → rhysd → Vim Color Spring Night

rhysd / Vim Color Spring Night

Low-contrast calm color scheme for Vim

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Vim Color Spring Night

cosme.vim
Cosmetic color scheme for Vim
Stars: ✭ 63 (-72.25%)
Mutual labels:  colorscheme, vim-plugin, dark-theme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+42.73%)
Mutual labels:  vim-plugin, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+22.91%)
Mutual labels:  vim-plugin, colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+128.19%)
Mutual labels:  vim-plugin, colorscheme
roshnivim-cs
Colorscheme for (neo)vim written in lua, specially made for roshnivim with Tree-sitter support.
Stars: ✭ 34 (-85.02%)
Mutual labels:  colorscheme, dark-theme
gruvqueen
Port of famous gruvbox theme in lua(inspired by gruvbox-material)
Stars: ✭ 42 (-81.5%)
Mutual labels:  colorscheme, dark-theme
Palenight.vim
Soothing color scheme for your favorite [best] text editor
Stars: ✭ 492 (+116.74%)
Mutual labels:  vim-plugin, colorscheme
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+85.46%)
Mutual labels:  dark-theme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-96.04%)
Mutual labels:  vim-plugin, colorscheme
Elrodeo Vim Colorscheme
Dark low-contrast color scheme for Vim
Stars: ✭ 32 (-85.9%)
Mutual labels:  dark-theme, colorscheme
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-69.6%)
Mutual labels:  vim-plugin, colorscheme
Vim Janah
Vim colorscheme.
Stars: ✭ 172 (-24.23%)
Mutual labels:  vim-plugin, colorscheme
npp-darcula
Dark theme for Notepad++ based on Darcula theme from JetBrains products
Stars: ✭ 114 (-49.78%)
Mutual labels:  colorscheme, dark-theme
One Gnome Terminal
Atom's One Dark and One Light theme for GNOME Terminal
Stars: ✭ 256 (+12.78%)
Mutual labels:  dark-theme, colorscheme
vim-mysticaltutor
Low-contrast flat colorscheme for Vim and terminals
Stars: ✭ 22 (-90.31%)
Mutual labels:  colorscheme, vim-plugin
Apprentice
A dark, low-contrast, Vim colorscheme.
Stars: ✭ 688 (+203.08%)
Mutual labels:  vim-plugin, colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-30.4%)
Mutual labels:  dark-theme, colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (-23.35%)
Mutual labels:  vim-plugin, colorscheme
Gtest Runner
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
Stars: ✭ 207 (-8.81%)
Mutual labels:  dark-theme
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-3.08%)
Mutual labels:  dark-theme

Calm Spring Color Scheme for Vim Build Status

spring-night is a low contrast calm color scheme for Vim. It's colored with deep blue background, shiny yellow foreground and sakura🌸 text selection.

  • Both GUI/CUI 24bit colors and CUI 256 colors.
  • Aware of running Vim on translucent window.
  • Enable to tweak contrast.
  • Enable to opt out italic/bold decoration.
  • Optimized for loading time by generating optimized script.
  • Optimized for many filetypes.
  • Support vim-gitgutter and other several plugins.
  • Support Neovim/Vim (8.0.1685 or later) terminal ANSI colors.
  • Support Neovim float window colors.

On gVim (MacVim)

Vim script Go
Vim script on gVim (MacVim) Go on gVim (MacVim)

On Translucent Terminal (24bit color)

Vim script Go
Vim script on Vim (24bit color) Go on Vim (24bit color)

On Translucent Terminal (8bit color)

Vim script Go
Vim script on Vim (8bit color) Go on Vim (8bit color)

If you want to see more code, please visit demo page site.

Or you can also see the preview on vimcolors.com.

Installation

Copy colors directory into your ~/.vim (or ~/vimfiles on Windows) or use :packadd (Vim8). Or use your favorite plugin manager.

Usage

Write below in your .vimrc.

colorscheme spring-night

This package provides a theme for vim-airline.

let g:airline_theme = 'spring_night'

If you want to use 24bit colors on Vim in a terminal window, you also need to set termguicolors option. Please note that it requires a ISO-8613-3 compatible terminal to enable 24bit colors.

" For Vim 7.4.1799 or later
if has('termguicolors')
    let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
    let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
    set termguicolors
endif

" For Neovim 0.1.5 or later
set termguicolors

Customize

You can customize some behaviors of this colorscheme. Please note that these variable must be specified before running :colorscheme.

  • g:spring_night_kill_italic: If 1, this colorscheme does not use italic attribute. Default value is 0.
  • g:spring_night_kill_bold: If 1, this colorscheme does not use bold attribute. Default value is 0.
  • g:spring_night_high_contrast: If 1, it uses a bit high contrast colors. Default value depends on termguicolors option and whether on GUI or CUI Vim is running.
  • g:spring_night_highlight_terminal: If 1, a terminal window is also highlighted with this color scheme. Otherwise default ANSI colors are used. Default value is 1.
  • g:spring_night_cterm_italic: If 1, italic font is enabled even in a terminal. This variable is useful when your terminal supports italic fonts. Default value is 0.

Optimized Filetypes and Plugins

Color layouts are optimized for following filetypes/plugins:

Optimized Loading Time

Colorscheme file is generated by a script. And the generated script is optimized for loading time at Vim startup. In my environment, Vim loading time got 10x faster than before generating colorscheme file.

Contribution

If you find some odd highlight, I'll be happy if you report it to issues with how to reproduce. And pull requests are of course welcome 😄

Colorscheme file is generated via a script. Please do not modify spring_night.vim directly. Modify the script instead. Please read a README for the script for more details. To know colors palette, please see table variable in spring_night_writer() function in the script.

Bonus: Slack Theme

#132132,#3a4b5c,#fedf81,#132132,#8090a0,#fffeeb,#a9dd9d,#a9667a

License

Licensed under the MIT license.

MIT License

Copyright (c) 2016 rhysd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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].