Skip to content

Fork of DeepWhite colorscheme for Neovim. With support for Neorg syntax.

License

Notifications You must be signed in to change notification settings

dzh-ma/deepwhite.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepWhite

screenshot

About

DeepWhite is a light colorscheme inspired by flatwhite-syntax and elegant-emacs. This fork of DeepWhite serves to add Neorg syntax highlighting for added readability.

Installation

-- for packer.nvim
use {
    'dzh-ma/deepwhite.nvim',
    config = function()
        vim.cmd.colorscheme("deepwhite")
    end,
}

-- for lazy.nvim
{
    'dzh-ma/deepwhite.nvim',
    lazy = false,
    priority = 1000,
    config = function()
        vim.cmd.colorscheme("deepwhite")
    end,
}

Configuration

require('deepwhite').setup({
    -- If you have some anti-blue light setting (f.lux, light bulb, or low blue light mode monitor),
    -- turn it on, this will set the background color to a cooler color to prevent the background from being too warm.
    low_blue_light = true
})

About

Fork of DeepWhite colorscheme for Neovim. With support for Neorg syntax.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Lua 100.0%