mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
420 B
Nix
20 lines
420 B
Nix
{
|
|
name = "Tango";
|
|
author = "@Schnouki, based on the Tango Desktop Project";
|
|
base00 = "2E3436";
|
|
base01 = "8AE234";
|
|
base02 = "FCE94F";
|
|
base03 = "555753";
|
|
base04 = "729FCF";
|
|
base05 = "D3D7CF";
|
|
base06 = "AD7FA8";
|
|
base07 = "EEEEEC";
|
|
base08 = "CC0000";
|
|
base09 = "EF2929";
|
|
base0A = "C4A000";
|
|
base0B = "4E9A06";
|
|
base0C = "06989A";
|
|
base0D = "3465A4";
|
|
base0E = "75507B";
|
|
base0F = "34E2E2";
|
|
}
|