Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

behemothbucket/gruber-darker-theme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

gruber-darker-theme.nvim

Inspired by gruber-darker-theme by rexim

Original theme: https://github.com/rexim/gruber-darker-theme

Theme is not fully completed.

Screenshots

JavaScript (Windows Teminal, without Bold font)

JavaScript

Bash (Linux, yellow keywords are bold)

Bash

Font: Iosevka

Installation

Lazy

{
    'behemothbucket/gruber-darker-theme.nvim',
    priority = 1000,
    lazy = false,
    config = function()
        require('gruber-darker').setup()
        vim.cmd('colorscheme gruber-darker')
    end,
}

Releases

No releases published

Packages

No packages published

Languages