diff options
author | Michael Kantor <michael@mikekantor.xyz> | 2024-01-09 22:02:20 -0500 |
---|---|---|
committer | Michael Kantor <michael@mikekantor.xyz> | 2024-01-09 22:02:20 -0500 |
commit | 270f3e6d77cc720b1b3f3c529b1b6aa5c63578a2 (patch) | |
tree | c65da331bc5306f820918f3a54ef51ac2ab746d9 /colors/halloweencolors.json |
Recreated git repo as screenshots were too large.
Diffstat (limited to 'colors/halloweencolors.json')
-rw-r--r-- | colors/halloweencolors.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/colors/halloweencolors.json b/colors/halloweencolors.json new file mode 100644 index 0000000..613b357 --- /dev/null +++ b/colors/halloweencolors.json @@ -0,0 +1,27 @@ +{ + "alpha": "100", + + "special": { + "background": "#000000", + "foreground": "#ffffff", + "cursor": "#cbddf6" + }, + "colors": { + "color0": "#000000", + "color1": "#cc0403", + "color2": "#19cb00", + "color3": "#cecb00", + "color4": "#0d73cc", + "color5": "#cb1ed1", + "color6": "#F75F1C", + "color7": "#dddddd", + "color8": "#000000", + "color9": "#f2201f", + "color10": "#23fd00", + "color11": "#fffd00", + "color12": "#1a8fff", + "color13": "#fd28ff", + "color14": "#881EE4", + "color15": "#ffffff" + } +} |