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

Latest commit

 

History

History
34 lines (23 loc) · 641 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 641 Bytes

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,
}