Skip to content

michelrandahl/daylight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daylight Colorscheme for Neovim (WIP)

Daylight is an outdoor-friendly colorscheme for Neovim. The purpose of the colorscheme, is to be able to work on a laptop outdoors. To achieve this, I personally find that a pure white background and as much contrast as possible works the best.

Note that this colorscheme currently is mostly optimized for strongly typed languages such as Purescript, Typescript and Rust

Daylight colorscheme screenshot

Installation

Prerequisite

Ensure termguicolors is enabled:

vim.opt.termguicolors = true

lazy.nvim

require("lazy").setup({
  {
    'michelrandahl/daylight',
    dependencies = { "rktjmp/lush.nvim" },
  },
})

About

nvim colorscheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages