mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-22 18:29:40 +01:00
colorschemes/mini-base16: migrate to by-name
This commit is contained in:
parent
51acaf871f
commit
e04b02a01a
3 changed files with 0 additions and 1 deletions
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
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