Skip to content

A Neovim port of the beautiful City Lights syntax theme by Yummygum

License

Notifications You must be signed in to change notification settings

jordanbrauer/citylights.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citylights.nvim

A Neovim port of the beautiful City Lights syntax theme by Yummygum, built with Colorbuddy.

screenshot of theme colours on TypeScript code

Installation

With Packer

use {
      "jordanbrauer/citylights.nvim",
      requires = {
        "tjdevries/colorbuddy.vim"
      },
      config = function()
        require("colorbuddy").colorscheme("citylights")
      end
}

With vim-plug

Plug 'tjdevries/colorbuddy.vim'
Plug 'jordanbrauer/citylights.nvim'

and then run the install command

:PlugInstall

Usage

Ensure your syntax highlightig is enabled, dark mode engaged, and 256 terminal colours are available, and of course set the colorscheme to citylights!

syntax enable
syntax on

set background=dark
let &t_Co=256

And using Lua, set the colour scheme like so

require('colorbuddy').colorscheme('citylights')

Lualine

If you are using lualine.nvim, this colourscheme comes with a baked in theme & configuration that you can setup using the following Lua code in your configuartion.

local lualine = require('lualine')
local citylights = require('lualine.themes.citylights')

lualine.setup(citylights)

About

A Neovim port of the beautiful City Lights syntax theme by Yummygum

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published