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/gotham.json |
Recreated git repo as screenshots were too large.
Diffstat (limited to 'colors/gotham.json')
-rw-r--r-- | colors/gotham.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/colors/gotham.json b/colors/gotham.json new file mode 100644 index 0000000..f916591 --- /dev/null +++ b/colors/gotham.json @@ -0,0 +1,27 @@ +{ + "alpha": "100", + + "special": { + "background": "#0a0f14", + "foreground": "#98d1ce", + "cursor": "#cbddf6" + }, + "colors": { + "color0": "#0a0f14", + "color1": "#c33027", + "color2": "#26a98b", + "color3": "#edb54b", + "color4": "#195465", + "color5": "#4e5165", + "color6": "#33859d", + "color7": "#98d1ce", + "color8": "#10151b", + "color9": "#d26939", + "color10": "#081f2d", + "color11": "#245361", + "color12": "#093748", + "color13": "#888ba5", + "color14": "#599caa", + "color15": "#d3ebe9" + } +} |