mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
492 B
Nix
20 lines
492 B
Nix
{
|
|
name = "Snazzy";
|
|
author = "Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)";
|
|
base00 = "282A36";
|
|
base01 = "34353E";
|
|
base02 = "43454F";
|
|
base03 = "78787E";
|
|
base04 = "A5A5A9";
|
|
base05 = "E2E4E5";
|
|
base06 = "EFF0EB";
|
|
base07 = "F1F1F0";
|
|
base08 = "FF5C57";
|
|
base09 = "FF9F43";
|
|
base0A = "F3F99D";
|
|
base0B = "5AF78E";
|
|
base0C = "9AEDFE";
|
|
base0D = "57C7FF";
|
|
base0E = "FF6AC1";
|
|
base0F = "B2643C";
|
|
}
|