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

20 lines
448 B
Nix

{
name = "standardized-dark";
author = "ali (https://github.com/ali-githb/base16-standardized-scheme)";
base00 = "222222";
base01 = "303030";
base02 = "555555";
base03 = "898989";
base04 = "898989";
base05 = "C0C0C0";
base06 = "E0E0E0";
base07 = "FFFFFF";
base08 = "E15D67";
base09 = "FC804E";
base0A = "E1B31A";
base0B = "5DB129";
base0C = "21C992";
base0D = "00A3F2";
base0E = "B46EE0";
base0F = "B87D28";
}