From 270f3e6d77cc720b1b3f3c529b1b6aa5c63578a2 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Tue, 9 Jan 2024 22:02:20 -0500 Subject: Recreated git repo as screenshots were too large. --- colors/codeschool.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 colors/codeschool.json (limited to 'colors/codeschool.json') diff --git a/colors/codeschool.json b/colors/codeschool.json new file mode 100644 index 0000000..8a7274c --- /dev/null +++ b/colors/codeschool.json @@ -0,0 +1,26 @@ +{ + "alpha": "100", + "special": { + "background": "#232c31", + "foreground": "#9ea7a6", + "cursor": "#cbddf6" + }, + "colors": { + "color0": "#232c31", + "color1": "#2a5491", + "color2": "#237986", + "color3": "#a03b1e", + "color4": "#484d79", + "color5": "#c59820", + "color6": "#b02f30", + "color7": "#9ea7a6", + "color8": "#3f4944", + "color9": "#2a5491", + "color10": "#237986", + "color11": "#a03b1e", + "color12": "#484d79", + "color13": "#c59820", + "color14": "#b02f30", + "color15": "#b5d8f6" + } +} \ No newline at end of file -- cgit v1.2.1