1
0
Fork 0
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:
Heitor Augusto 2025-11-01 23:27:31 -03:00 committed by Gaétan Lepage
parent e8f8c90897
commit 598d4227da
3 changed files with 58 additions and 0 deletions

View 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";
};
};
};
};
}