24 lines
408 B
Nix
24 lines
408 B
Nix
{
|
|
normal = {
|
|
black = "#131718";
|
|
red = "#df5b61";
|
|
green = "#87c7a1";
|
|
yellow = "#de8f78";
|
|
blue = "#6791c9";
|
|
magenta = "#bc83e3";
|
|
cyan = "#70b9cc";
|
|
white = "#c4c4c4";
|
|
|
|
};
|
|
|
|
bright = {
|
|
black = "#151a1c";
|
|
red = "#ee6a70";
|
|
green = "#96d6b0";
|
|
yellow = "#ffb29b";
|
|
blue = "#7ba5dd";
|
|
magenta = "#cb92f2";
|
|
cyan = "#7fc8db";
|
|
white = "#cccccc";
|
|
};
|
|
}
|