rice/theme.nix

52 lines
802 B
Nix

{
light = false;
font = {
family = "APL386 Unicode";
size = 7;
};
primary = {
background = "#1f1f28";
foreground = "#dcd7ba";
};
cursor = {
background = "#2d4f67";
foreground = "#c8c093";
};
normal = {
black = "#090618";
red = "#c34043";
green = "#76946a";
yellow = "#c0a36e";
blue = "#7e9cd8";
magenta = "#957fb8";
cyan = "#6a9589";
white = "#c8c093";
};
bright = {
black = "#727169";
red = "#e82424";
green = "#98bb6c";
yellow = "#e6c384";
blue = "#7fb4ca";
magenta = "#938aa9";
cyan = "#7aa89f";
white = "#dcd7ba";
};
wm = {
focused = {
text = "#dcd7ba";
border = "#54546d";
};
unfocused = {
text = "#c8c093";
border = "#363646";
};
};
}