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/ocean.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Ocean";
author = "Chris Kempson (http://chriskempson.com)";
base00 = "2B303B";
base01 = "343D46";
base02 = "4F5B66";
base03 = "65737E";
base04 = "A7ADBA";
base05 = "C0C5CE";
base06 = "DFE1E8";
base07 = "EFF1F5";
base08 = "BF616A";
base09 = "D08770";
base0A = "EBCB8B";
base0B = "A3BE8C";
base0C = "96B5B4";
base0D = "8FA1B3";
base0E = "B48EAD";
base0F = "AB7967";
}