1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00
ThemeNix/themes/gruber.nix
2023-11-29 17:54:12 +03:00

20 lines
468 B
Nix

{
name = "Gruber";
author = "Patel, Nimai <nimai.m.patel@gmail.com>, colors from www.github.com/rexim/gruber-darker-theme";
base00 = "181818";
base01 = "453D41";
base02 = "484848";
base03 = "52494E";
base04 = "E4E4EF";
base05 = "F4F4FF";
base06 = "F5F5F5";
base07 = "E4E4EF";
base08 = "F43841";
base09 = "C73C3F";
base0A = "FFDD33";
base0B = "73C936";
base0C = "95A99F";
base0D = "96A6C8";
base0E = "9E95C7";
base0F = "CC8C3C";
}