8000 GitHub - SomeCoder99/darkslate.nvim: Pure dark Neovim theme
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SomeCoder99/darkslate.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dark Slate

A pure dark Neovim theme written in Lua.

Dark Slate Theme Preview

Features

  • Easy to configure
  • Supports a few plugins
Supported plugins

Quickstart

  1. Install SomeCoder99/darkslate.nvim example with lazy.nvim

    { "SomeCoder99/darkslate.nvim", opts = {} }
  2. Add configuration (optional)

    {
      "SomeCoder99/darkslate.nvim",
      ---@module "darkslate"
      ---@type darkslate.opts
      opts = {
        variant = "darker", -- theme variant: "dark" | "darker" (default: "dark")
        color = {}, -- create/override color name
        hl = {}, -- create/override highlight group
        plugin = {}, -- plugin specific configuration
      },
    }
  3. Set your colorscheme to darkslate

  4. Setup other plugins (optional)

Make nvim-web-devicons colors darker
{
  "nvim-tree/nvim-web-devicons",
  dependencies = { "SomeCoder99/darkslate.nvim" },
  opts = function (_, opts)
    return require("darkslate.plugin.nvim_web_devicons").tweak_opts(opts)
  end,
}

Screenshots

  • Screenshot of lualine.nvim with various brightness (dark to bright) Screenshot of lualine with brightness -2 Screenshot of lualine with brightness -1 Screenshot of lualine with brightness 0 Screenshot of lualine with brightness 1 Screenshot of lualine with brightness 2

  • Screenshot for snacks.nvim snacks.picker.files() screenshot snacks.picker.buffers() screenshot

  • Screenshot for blink.cmp blink.cmp screenshot

  • Screenshot for darker nvim-web-devicons for "darker" variant Darker nvim-web-devicons screenshot

About

Pure dark Neovim theme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0