mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 03:15:53 +00:00
theme/habamax: add neovim builtin theme habamax
This commit is contained in:
parent
7ec2619375
commit
092d00d474
3 changed files with 10 additions and 1 deletions
|
|
@ -8,6 +8,10 @@
|
|||
inherit (lib.trivial) boolToString warnIf;
|
||||
inherit (lib.nvim.lua) toLuaObject;
|
||||
in {
|
||||
habamax = {
|
||||
builtin = true;
|
||||
setup = _: "vim.cmd('colorscheme habamax')";
|
||||
};
|
||||
base16 = {
|
||||
setup = {base16-colors, ...}: ''
|
||||
-- Base16 theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue