{"id":13485267,"url":"https://github.com/nvimdev/oceanic-material","last_synced_at":"2025-04-09T21:23:32.196Z","repository":{"id":103974744,"uuid":"260511471","full_name":"nvimdev/oceanic-material","owner":"nvimdev","description":"Oceanic Material Colorscheme on Vim/NeoVim","archived":false,"fork":false,"pushed_at":"2023-06-22T10:41:08.000Z","size":85,"stargazers_count":243,"open_issues_count":4,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T19:08:21.476Z","etag":null,"topics":["neovim","vim","vim-colorscheme","vim-colorscheme-dark"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvimdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":["https://salt.bountysource.com/teams/thinkvim-taigacute","https://www.paypal.me/bobbyhub"]}},"created_at":"2020-05-01T16:54:35.000Z","updated_at":"2025-01-22T13:52:03.000Z","dependencies_parsed_at":"2024-01-16T07:22:49.716Z","dependency_job_id":"5f8e4483-80b2-4640-936e-27223a32a3ff","html_url":"https://github.com/nvimdev/oceanic-material","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Foceanic-material","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Foceanic-material/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Foceanic-material/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvimdev%2Foceanic-material/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvimdev","download_url":"https://codeload.github.com/nvimdev/oceanic-material/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113132,"owners_count":21049787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim","vim","vim-colorscheme","vim-colorscheme-dark"],"created_at":"2024-07-31T17:01:53.447Z","updated_at":"2025-04-09T21:23:32.171Z","avatar_url":"https://github.com/nvimdev.png","language":"Vim Script","funding_links":["https://salt.bountysource.com/teams/thinkvim-taigacute","https://www.paypal.me/bobbyhub"],"categories":["Vim Script"],"sub_categories":[],"readme":"# Oceanic Material\n\n![OceaniceMaterial](https://user-images.githubusercontent.com/41671631/87221070-e9ea1200-c39b-11ea-90c9-582d2b50ac40.png)\n\nOceanice_Material is a dark colorscheme for vim/neovim\n\n## Installation\n\n- vim-plug\n  ```viml\n  Plug 'glepnir/oceanic-material'\n  ```\n- dein\n  ```viml\n  call dein#add('glepnir/oceanic-material')\n  ```\n  Then add this on your vimrc\n\n```viml\nset background=dark\ncolorscheme oceanic_material\n```\n\n## Color\n\n| #282c34                                                         | #1b2b34                                                         | #EC5f67                                                         | #d16d92                                                         | #e78a4e                                                         | #d8a657                                                         | #a9b665                                                         |\n| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |\n| ![#282c34](https://via.placeholder.com/80/282c34/000000?text=+) | ![#1b2b34](https://via.placeholder.com/80/1b2b34/000000?text=+) | ![#EC5f67](https://via.placeholder.com/80/EC5f67/000000?text=+) | ![#d16d92](https://via.placeholder.com/80/d16d92/000000?text=+) | ![#e78a4e](https://via.placeholder.com/80/e78a4e/000000?text=+) | ![#d8a657](https://via.placeholder.com/80/d8a657/000000?text=+) | ![#a9b665](https://via.placeholder.com/80/a9b665/000000?text=+) |\n| #62b3b2                                                         | #6699cc                                                         | #c594c5                                                         | #5faf5f                                                         | #c0c5ce                                                         | #7c6f64                                                         | #d4be98                                                         |\n| ![#62b3b2](https://via.placeholder.com/80/62b3b2/000000?text=+) | ![#6699cc](https://via.placeholder.com/80/6699cc/000000?text=+) | ![#c594c5](https://via.placeholder.com/80/c594c5/000000?text=+) | ![#5faf5f](https://via.placeholder.com/80/5faf5f/000000?text=+) | ![#c0c5ce](https://via.placeholder.com/80/c0c5ce/000000?text=+) | ![#7c6f64](https://via.placeholder.com/80/7c6f64/000000?text=+) | ![#d4be98](https://via.placeholder.com/80/d4be98/000000?text=+) |\n\n## Options\n\n| option                                      | value                                     | default                                             |\n| ------------------------------------------- | ----------------------------------------- | --------------------------------------------------- |\n| `g:oceanic_material_transparent_background` | 1: enable transparent background          | 0:disable transparent background                    |\n| `g:oceanic_material_background`             | 'medium' use `#282c34` color as background | ocean: `#1b2b34` medium: `#282C34` deep:#212112 darker:`#1d1f21` |\n| `g:oceanic_material_allow_bold`             | 1: use bold for certain text              | 0: not at all                                       |\n| `g:oceanic_material_allow_italic`           | 1: use italic for certain text            | 0: not at all                                       |\n| `g:oceanic_material_allow_underline`        | 1: use underline for certain text         | 0: not at all                                       |\n| `g:oceanic_material_allow_undercurl`        | 1: use undercurl for certain text         | 0: not at all                                       |\n| `g:oceanic_material_allow_reverse`          | 1: use reverse for certain text           | 0: not at all                                       |\n\n## Support Filetype\n\n- Markdown\n- vim-restructuredtext\n- Html\n- Latex\n- Xml\n- css\n- Sass\n- scss\n- Less\n- Javascript\n- Typescript\n- JavascriptReact TypescriptReact\n- Dart\n- CoffeeScript\n- C/C++\n- chromatica\n- vim-lsp-cxx-highlight\n- ObjectiveC\n- Python\n- semshi\n- lua\n- java\n- kotlin\n- Scala\n- Go\n- Rust\n- Swift\n- PHP\n- Ruby\n- Haskell\n- Perl\n- Ocaml\n- Erlang\n- Elixir\n- Clojure\n- Matlab\n- Vimscript\n- Makefile\n- Json/Toml/Yaml/Ini\n- Diff/Git commit\n\n## Support Plugin\n\n- neoclide/coc.nvim\n- dense-analysis/ale\n- neomake/neomake\n- Shougo/denite.nvim\n- liuchengxu/vista.vim\n- scrooloose/nerdtree\n- andymass/vim-matchup\n- easymotion/vim-easymotion\n- justinmk/vim-sneak\n- luochen1990/rainbow\n- itchyny/vim-cursorword\n- mhinz/vim-startify\n- liuchengxu/vim-which-key\n- machakann/vim-sandwich\n- kristijanhusak/vim-dadbod-ui\n- Shougo/defx.nvim\n- glepnir/dashboard-nvim\n\n# Donate\n\nDo you like oceanic_material? buy me a coffe 😘!\n\n[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/bobbyhub)\n\n| Wechat                                                                                                          | AliPay                                                                                                       |\n| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |\n| ![wechat](https://user-images.githubusercontent.com/41671631/84404718-c8312a00-ac39-11ea-90d7-ee679fbb3705.png) | ![ali](https://user-images.githubusercontent.com/41671631/84403276-1a714b80-ac38-11ea-8607-8492df84e516.png) |\n\n## Thanks to\n\n- [equinusocio/material-theme](https://github.com/equinusocio/material-theme)\n\n- [NLKNguyen/papercolor-theme](https://github.com/NLKNguyen/papercolor-theme)\n\n- [mhartington/oceanic-next](https://github.com/mhartington/oceanic-next)\n\n- [sainnhe/gruvbox-material](https://github.com/sainnhe/gruvbox-material)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvimdev%2Foceanic-material","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvimdev%2Foceanic-material","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvimdev%2Foceanic-material/lists"}