29 lines
463 B
Nix
29 lines
463 B
Nix
{
|
|
special = {
|
|
foreground = "#d9cfcb";
|
|
background = "#0c1219";
|
|
cursor = "#d9cfcb";
|
|
};
|
|
|
|
normal = {
|
|
black = "#000000";
|
|
red = "#e42127";
|
|
green = "#005d66";
|
|
yellow = "#e85612";
|
|
blue = "#243f91";
|
|
magenta = "#0054a0";
|
|
cyan = "#4c8a74";
|
|
white = "#d9cfcb";
|
|
};
|
|
|
|
bright = {
|
|
black = "#645d56";
|
|
red = "#f18970";
|
|
green = "#5bbba4";
|
|
yellow = "#f08a00";
|
|
blue = "#4f6ad8";
|
|
magenta = "#89b5dd";
|
|
cyan = "#88b1a1";
|
|
white = "#ffffff";
|
|
};
|
|
}
|