Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 3.31 KB

README.md

File metadata and controls

86 lines (59 loc) · 3.31 KB

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