Giter Club home page Giter Club logo

oneokai.nvim's Introduction

oneokai.nvim

A fork of onedark.nvim, converted to be similar to One Monokai not an exact copy.

Since this is a fork, it should still have all the support for tree sitter and highlighting.

For latest TreeSitter syntax highlight, upgraded to Neovim 0.8.0 or later built with tree-sitter 0.20.3+

When I first started using NeoVim I wanted to use one of my favorite color themes, One Monokai. So I googled around and found cpea2506/one_monokai.nvim. It looked like the thing a wanted, but I noticed that in some cases that the colors felt of and some things where had the wrong color. So I switched to using onedark.nvim. But I was missing one monokai. So I decided to fork onedrak.nvim and remap the colors to be more like one monokai. Meaning that I have done a direct color re-mapping from onedark.nvim to One Monokai. but the main colors are still from one dark, just a re mapping of colors.

themes

Since oneokai is a fork the same themes as onedark has. there are some example screen shoot in the ./themes.md.

The default is dark theme.

Oneokai - dark

But I would recommend you use darker.

install

Install via package manager

" Using Vim-Plug
Plug 'AxelGard/oneokai.nvim'

or

-- Using Packer
use 'AxelGard/oneokai.nvim'

setup and config

enable the theme

" Vim
colorscheme oneokai
-- Lua
require('oneokai').load()

styles

There are some pre defined styles of the oneokai theme dark, darker, cool, deep, warm, warmer, This are based on the onedark.nvim#themes.

You can change it by

-- Lua
require('oneokai').setup {
    style = 'deep'
}
require('oneokai').load()
" Vim
let g:oneokai_config = {
    \ 'style': 'deep',
\}
colorscheme oneokai

lualine

Oneokai has lualine support

require('lualine').setup {
  options = {
    theme = 'oneokai',
    -- ... your lualine config
  }
}

oneokai.nvim's People

Contributors

axelgard avatar viktorbusk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.