mirror of
https://github.com/akr2002/nv.git
synced 2025-03-14 02:39:22 +00:00
add colorscheme base16
This commit is contained in:
parent
26d8fc3df7
commit
8866dc26c3
2 changed files with 10 additions and 0 deletions
8
config/colorschemes/base16.nix
Normal file
8
config/colorschemes/base16.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
colorschemes = {
|
||||||
|
base16 = {
|
||||||
|
enable = false;
|
||||||
|
colorscheme = "mountain";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./bufferlines/bufferlines.nix
|
./bufferlines/bufferlines.nix
|
||||||
|
|
||||||
|
./colorschemes/base16.nix
|
||||||
./sets.nix
|
./sets.nix
|
||||||
./dap/dap.nix
|
./dap/dap.nix
|
||||||
./keymaps.nix
|
./keymaps.nix
|
||||||
|
|
Loading…
Reference in a new issue