Skip to content

skylarmb/torchlight.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torchlight.nvim

Fishing by Torchlight in Kai Province

A cozy colorscheme inspired by the painting "Fishing by Torchlight in Kai Province" by Katsushika Hokusai. Hokusai lived between 1760 and 1849 and likely painted this painting around 1833.

This colorscheme adopts the natural pallette of "Fishing by Torchlight in Kai Province" and thus uses a minimal amount of blue hues. This makes it friendly on the eyes, especially at night.

Plugin support

A few common plugins are supported including nvim-treesitter, lualine.nvim, nvim-tree, etc. See lua/torchlight/groups for a more complete list.

PRs welcome to add support for more plugins.

Usage

Install using your favorite plugin manager, e.g. lazy.nvim

  {
    "skylarmb/torchlight.nvim",
    lazy = false,
    config = function()
      require("torchlight").setup({
        contrast = "medium", -- possible values: soft, medium, hard
      })
    end,
  }

Contrast

Three levels of contrast are available, set via the contrast option.

soft Screenshot 2024-04-21 at 4 03 44 PM
medium (default) Screenshot 2024-04-21 at 4 04 09 PM
hard Screenshot 2024-04-21 at 4 04 43 PM

Screenshots

C Screenshot 2024-04-21 at 2 17 09 PM
Python Screenshot 2024-04-21 at 2 16 51 PM
Go Screenshot 2024-04-21 at 2 17 42 PM
Rust Screenshot 2024-04-21 at 2 18 28 PM
Lua Screenshot 2024-04-21 at 2 21 55 PM

Credits

About

A cozy Neovim colorscheme inspired by "Fishing by Torchlight in Kai Province" by Hokusai

Topics

Resources

License

Stars

Watchers

Forks

Languages