Skip to content

adriangitvitz/kera.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

return {
    "adriangitvitz/kera.nvim",
    priority = 1000, -- Ensure proper loading order
    init = function()
        vim.opt.termguicolors = true
        -- Set global config before loading
    end,
    config = function()
        -- Apply after ensuring config is loaded
        vim.api.nvim_set_hl(0, "Comment", {
            fg = "#A89D7B", -- Adjusted for code comments
            italic = true
        })
        vim.cmd.colorscheme("kera")
    end
}

If using Ghostty use Argonaut theme

font-family = ""
font-family = "JetBrainsMonoNL Nerd Font Mono"
font-size = 18
font-thicken = true
background-opacity = 1
background-blur-radius = 20
theme = Argonaut

Screenshot 2025-02-21 at 1 28 46 a m

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages