ofirgall / ofirkai.nvim

Color scheme for neovim, based on SublimeText 4 monokai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support new `lspsaga` design

ofirgall opened this issue · comments

Add screenshot + readme for

local scheme = require('ofirkai.design').scheme

require('lspsaga').setup({
    ui = {
        colors = {
            normal_bg = scheme.ui_bg,
            title_bg = scheme.mid_orange,
        }
    }
})