dotfiles/config/themes/schemes/cobalt2/default.nix

16 lines
287 B
Nix
Raw Normal View History

2025-01-14 19:40:12 -06:00
{
colours = {
background0 = "193549";
background1 = "122738";
background2 = "15232d";
border = "122738";
hue0 = "003854";
hue1 = "003f5e";
hue2 = "267DA2";
contrast0 = "ffc600";
contrast1 = "ff9d00";
text = "E1EFFF";
blue = "0088ff";
};
}