All Projects → adrian5 → oceanic-next-vim

adrian5 / oceanic-next-vim

Licence: MIT license
Oceanic Next colorscheme for vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to oceanic-next-vim

Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+9728.57%)
Mutual labels:  syntax, colorscheme, color-scheme
nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (+128.57%)
Mutual labels:  syntax, colorscheme, color-scheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+1428.57%)
Mutual labels:  syntax, colorscheme, color-scheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+497.96%)
Mutual labels:  syntax, colorscheme, color-scheme
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+122.45%)
Mutual labels:  syntax, color-scheme
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+673.47%)
Mutual labels:  syntax, colorscheme
npp-darcula
Dark theme for Notepad++ based on Darcula theme from JetBrains products
Stars: ✭ 114 (+132.65%)
Mutual labels:  colorscheme, color-scheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-32.65%)
Mutual labels:  colorscheme, color-scheme
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-24.49%)
Mutual labels:  colorscheme, color-scheme
sabuni
Light Colorscheme for IntelliJ IDEA
Stars: ✭ 14 (-71.43%)
Mutual labels:  colorscheme, color-scheme
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-69.39%)
Mutual labels:  colorscheme, color-scheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+104.08%)
Mutual labels:  colorscheme, color-scheme
parsec
A color scheme for people tired of solarized
Stars: ✭ 30 (-38.78%)
Mutual labels:  colorscheme, color-scheme
vscode.nvim
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
Stars: ✭ 362 (+638.78%)
Mutual labels:  colorscheme, color-scheme
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+655.1%)
Mutual labels:  colorscheme, color-scheme
Snow
❄ a blue-tinted winter vimscape (low-contrast vim theme/colorscheme)
Stars: ✭ 240 (+389.8%)
Mutual labels:  colorscheme, color-scheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+3955.1%)
Mutual labels:  colorscheme, color-scheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+222.45%)
Mutual labels:  colorscheme, color-scheme
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-57.14%)
Mutual labels:  colorscheme, color-scheme
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (+108.16%)
Mutual labels:  colorscheme, color-scheme

Oceanic Next

Adaptation of the Sublime Text theme for vim.

Installation

vim-plug:

Plug 'adrian5/oceanic-next-vim'

dein:

call dein#add('adrian5/oceanic-next-vim')

Manually via vim packages:

On Linux/macOS:

# vim
git clone --depth 1 https://github.com/adrian5/oceanic-next-vim \
  ~/.vim/pack/plugins/start/oceanic-next-vim

# nvim
git clone --depth 1 https://github.com/adrian5/oceanic-next-vim \
  ~/.local/share/nvim/site/pack/plugins/start/oceanic-next-vim

Finally, add the following to your vimrc and restart vim:

colorscheme oceanicnext

Configuration

Options

option value default
g:oceanic_gutter_like_bg 1: Give gutter same background as file buffer 0: Gutter is slightly darker
g:oceanic_transparent_bg 1: Make buffer and gutter transparent 0: Use opaque background color
g:oceanic_bold 0: Don't use bold text anywhere in theme 1: Make certain text items bold
g:oceanic_italic_comments 1: Comments use italic font (if supported) 0: Comments are not italic

Apply any of these before setting the colorscheme, e.g.:

let g:oceanic_bold = 0
colorscheme oceanicnext

vim-polyglot

If you use vim-polyglot, set the following option:

let g:oceanic_for_polyglot = 1

This tweaks syntax highlights for several languages, which can differ considerably from those shipping with vim.

lightline

let g:lightline = { 'colorscheme': 'oceanicnext' }

vim-airline

Should be loaded automatically when setting oceanicnext colorscheme.

To keep using the airline default theme, set:

let g:airline_theme = 'default'

What about mhartington/oceanic-next ?

The hartington theme offers its own take on the original, and I found the difference sufficient to warrant another port.

Update: In the meantime, the theme has been changed and looks closer to this and the original. Had I known the author would be open to such revision after years, I would have poured my efforts into that instead; that's life! 🙃
As it stands, my port is quite complete and I intend to keep maintaining and polishing it.

Contributing

For feedback and requests, please use the Issue tracker.

  • For language requests, include code samples (or links thereto) in your report if possible; the more syntax I can check against, the better!
  • For plugin requests, consider listing features (commands) I should test, e.g. certain lists or menus to open.

If you want to submit a PR, please do so against the dev branch! Include a before/after screenshot if possible, in case I don't have the time to properly vet it. Thanks!

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