add colorscheme base16

This commit is contained in:
Aditya 2024-03-04 18:54:23 +05:30
parent 26d8fc3df7
commit 8866dc26c3
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
colorschemes = {
base16 = {
enable = false;
colorscheme = "mountain";
};
};
}

View file

@ -1,6 +1,8 @@
{
imports = [
./bufferlines/bufferlines.nix
./colorschemes/base16.nix
./sets.nix
./dap/dap.nix
./keymaps.nix