1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00
ThemeNix/themes/selenized-black.nix

20 lines
466 B
Nix

{
name = "selenized-black";
author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali";
base00 = "181818";
base01 = "252525";
base02 = "3B3B3B";
base03 = "777777";
base04 = "777777";
base05 = "B9B9B9";
base06 = "DEDEDE";
base07 = "DEDEDE";
base08 = "ED4A46";
base09 = "E67F43";
base0A = "DBB32D";
base0B = "70B433";
base0C = "3FC5B7";
base0D = "368AEB";
base0E = "A580E2";
base0F = "EB6EB7";
}