mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
Add project
This commit is contained in:
parent
9698f044be
commit
983157e8ee
253 changed files with 5335 additions and 0 deletions
20
themes/pico.nix
Normal file
20
themes/pico.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
name = "Pico";
|
||||
author = "PICO-8 (http://www.lexaloffle.com/pico-8.php)";
|
||||
base00 = "000000";
|
||||
base01 = "1D2B53";
|
||||
base02 = "7E2553";
|
||||
base03 = "008751";
|
||||
base04 = "AB5236";
|
||||
base05 = "5F574F";
|
||||
base06 = "C2C3C7";
|
||||
base07 = "FFF1E8";
|
||||
base08 = "FF004D";
|
||||
base09 = "FFA300";
|
||||
base0A = "FFF024";
|
||||
base0B = "00E756";
|
||||
base0C = "29ADFF";
|
||||
base0D = "83769C";
|
||||
base0E = "FF77A8";
|
||||
base0F = "FFCCAA";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue