1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 09:27:45 +00:00

Add project

This commit is contained in:
RGBCube 2023-11-26 18:42:35 +03:00
parent 9698f044be
commit 983157e8ee
No known key found for this signature in database
253 changed files with 5335 additions and 0 deletions

20
themes/isotope.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Isotope";
author = "Jan T. Sott";
base00 = "000000";
base01 = "404040";
base02 = "606060";
base03 = "808080";
base04 = "C0C0C0";
base05 = "D0D0D0";
base06 = "E0E0E0";
base07 = "FFFFFF";
base08 = "FF0000";
base09 = "FF9900";
base0A = "FF0099";
base0B = "33FF00";
base0C = "00FFFF";
base0D = "0066FF";
base0E = "CC00FF";
base0F = "3300FF";
}