mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
colorschemes/mini-base16: init
This commit is contained in:
parent
e8f8c90897
commit
598d4227da
3 changed files with 58 additions and 0 deletions
27
tests/test-sources/plugins/colorschemes/mini-base16.nix
Normal file
27
tests/test-sources/plugins/colorschemes/mini-base16.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
defaults = {
|
||||
colorschemes.mini-base16 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
palette = {
|
||||
base00 = "#112641";
|
||||
base01 = "#3a475e";
|
||||
base02 = "#606b81";
|
||||
base03 = "#8691a7";
|
||||
base04 = "#d5dc81";
|
||||
base05 = "#e2e98f";
|
||||
base06 = "#eff69c";
|
||||
base07 = "#fcffaa";
|
||||
base08 = "#ffcfa0";
|
||||
base09 = "#cc7e46";
|
||||
base0A = "#46a436";
|
||||
base0B = "#9ff895";
|
||||
base0C = "#ca6ecf";
|
||||
base0D = "#42f7ff";
|
||||
base0E = "#ffc4ff";
|
||||
base0F = "#00a5c5";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue