https://github.com/nvimdev/oceanic-material
Oceanic Material Colorscheme on Vim/NeoVim
https://github.com/nvimdev/oceanic-material
neovim vim vim-colorscheme vim-colorscheme-dark
Last synced: 12 months ago
JSON representation
Oceanic Material Colorscheme on Vim/NeoVim
- Host: GitHub
- URL: https://github.com/nvimdev/oceanic-material
- Owner: nvimdev
- License: mit
- Created: 2020-05-01T16:54:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T10:41:08.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T19:08:21.476Z (12 months ago)
- Topics: neovim, vim, vim-colorscheme, vim-colorscheme-dark
- Language: Vim Script
- Homepage:
- Size: 83 KB
- Stars: 243
- Watchers: 3
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Oceanic Material

Oceanice_Material is a dark colorscheme for vim/neovim
## Installation
- vim-plug
```viml
Plug 'glepnir/oceanic-material'
```
- dein
```viml
call dein#add('glepnir/oceanic-material')
```
Then add this on your vimrc
```viml
set background=dark
colorscheme oceanic_material
```
## Color
| #282c34 | #1b2b34 | #EC5f67 | #d16d92 | #e78a4e | #d8a657 | #a9b665 |
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|  |  |  |  |  |  |  |
| #62b3b2 | #6699cc | #c594c5 | #5faf5f | #c0c5ce | #7c6f64 | #d4be98 |
|  |  |  |  |  |  |  |
## Options
| option | value | default |
| ------------------------------------------- | ----------------------------------------- | --------------------------------------------------- |
| `g:oceanic_material_transparent_background` | 1: enable transparent background | 0:disable transparent background |
| `g:oceanic_material_background` | 'medium' use `#282c34` color as background | ocean: `#1b2b34` medium: `#282C34` deep:#212112 darker:`#1d1f21` |
| `g:oceanic_material_allow_bold` | 1: use bold for certain text | 0: not at all |
| `g:oceanic_material_allow_italic` | 1: use italic for certain text | 0: not at all |
| `g:oceanic_material_allow_underline` | 1: use underline for certain text | 0: not at all |
| `g:oceanic_material_allow_undercurl` | 1: use undercurl for certain text | 0: not at all |
| `g:oceanic_material_allow_reverse` | 1: use reverse for certain text | 0: not at all |
## Support Filetype
- Markdown
- vim-restructuredtext
- Html
- Latex
- Xml
- css
- Sass
- scss
- Less
- Javascript
- Typescript
- JavascriptReact TypescriptReact
- Dart
- CoffeeScript
- C/C++
- chromatica
- vim-lsp-cxx-highlight
- ObjectiveC
- Python
- semshi
- lua
- java
- kotlin
- Scala
- Go
- Rust
- Swift
- PHP
- Ruby
- Haskell
- Perl
- Ocaml
- Erlang
- Elixir
- Clojure
- Matlab
- Vimscript
- Makefile
- Json/Toml/Yaml/Ini
- Diff/Git commit
## Support Plugin
- neoclide/coc.nvim
- dense-analysis/ale
- neomake/neomake
- Shougo/denite.nvim
- liuchengxu/vista.vim
- scrooloose/nerdtree
- andymass/vim-matchup
- easymotion/vim-easymotion
- justinmk/vim-sneak
- luochen1990/rainbow
- itchyny/vim-cursorword
- mhinz/vim-startify
- liuchengxu/vim-which-key
- machakann/vim-sandwich
- kristijanhusak/vim-dadbod-ui
- Shougo/defx.nvim
- glepnir/dashboard-nvim
# Donate
Do you like oceanic_material? buy me a coffe 😘!
[](https://www.paypal.me/bobbyhub)
| Wechat | AliPay |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
|  |  |
## Thanks to
- [equinusocio/material-theme](https://github.com/equinusocio/material-theme)
- [NLKNguyen/papercolor-theme](https://github.com/NLKNguyen/papercolor-theme)
- [mhartington/oceanic-next](https://github.com/mhartington/oceanic-next)
- [sainnhe/gruvbox-material](https://github.com/sainnhe/gruvbox-material)