Giter Site home page Giter Site logo

koalhack / koalight.nvim Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 0.0 393 KB

A Moonlight colorscheme port for neovim

License: MIT License

Vim Script 0.28% Lua 99.72%
bufferline git gitsign lspconfig lua lua-script lualine-theme neovim neovim-colorscheme neovim-lua

koalight.nvim's Introduction

๐ŸŒ’ + ๐Ÿจ = koalhack/koalight.nvim

Created with colorgen

koalight.nvim

Koalight is a Neovim colorscheme based off the Moonlight Theme for VSCode. This theme was largely inspired by Shaunsingh's moonlight.nvim version, which was a high-quality theme, but the theme in question has not been maintained over time. So I took it upon myself to create a new version that would be maintained.

๐ŸŽ‡ Supported plugins
๐Ÿ“ฆ Install

To install Koalight you need a plugin manager.

Lazy

return {
    'koalhack/koalight.nvim'
}

Packer

use 'koalhack/koalight.nvim'
โš™๏ธ Configure

Enable the colorscheme:

Lua

local status, koalight = pcall(require, "koalight")
if (not status) then return end

vim.cmd.colorscheme 'koalight'
๐ŸŒ‘ Lualine

Enable the koalight theme for Lualine:

Lua

local status, lualine = pcall(require, "lualine")
if (not status) then return end

lualine.setup {
  options = {
    theme = 'koalight'
  }
}

๐ŸŒˆ Credit / Inspiration

koalight.nvim's People

Contributors

koalhack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

koalight.nvim's Issues

Ports

What's the likelihood of this getting ported to a bunch of apps similar to catppuccin or dracula?

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.