mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
465 B
Nix
20 lines
465 B
Nix
{
|
|
name = "selenized-dark";
|
|
author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali";
|
|
base00 = "103C48";
|
|
base01 = "184956";
|
|
base02 = "2D5B69";
|
|
base03 = "72898F";
|
|
base04 = "72898F";
|
|
base05 = "ADBCBC";
|
|
base06 = "CAD8D9";
|
|
base07 = "CAD8D9";
|
|
base08 = "FA5750";
|
|
base09 = "ED8649";
|
|
base0A = "DBB32D";
|
|
base0B = "75B938";
|
|
base0C = "41C7B9";
|
|
base0D = "4695F7";
|
|
base0E = "AF88EB";
|
|
base0F = "F275BE";
|
|
}
|