1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 01:17:45 +00:00
ThemeNix/themes/ia-dark.nix

20 lines
411 B
Nix

{
name = "iA Dark";
author = "iA Inc. (modified by aramisgithub)";
base00 = "1A1A1A";
base01 = "222222";
base02 = "1D414D";
base03 = "767676";
base04 = "B8B8B8";
base05 = "CCCCCC";
base06 = "E8E8E8";
base07 = "F8F8F8";
base08 = "D88568";
base09 = "D86868";
base0A = "B99353";
base0B = "83A471";
base0C = "7C9CAE";
base0D = "8ECCDD";
base0E = "B98EB2";
base0F = "8B6C37";
}