From 86bf9d28dc8d8eae0a4f94b4618006d5d7965bb3 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 18 Oct 2024 05:41:02 +0000 Subject: [PATCH] feat: 4bitcss json files and credits ( Fixes #79, Fixes #80 ) Fixing json pathing --- json/Adventure.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 json/Adventure.json diff --git a/json/Adventure.json b/json/Adventure.json new file mode 100644 index 000000000..183c9eb6d --- /dev/null +++ b/json/Adventure.json @@ -0,0 +1 @@ +{"name":"Adventure","black":"#040404","red":"#d84a33","green":"#5da602","yellow":"#eebb6e","blue":"#417ab3","purple":"#e5c499","cyan":"#bdcfe5","white":"#dbded8","brightBlack":"#685656","brightRed":"#d76b42","brightGreen":"#99b52c","brightYellow":"#ffb670","brightBlue":"#97d7ef","brightPurple":"#aa7900","brightCyan":"#bdcfe5","brightWhite":"#e4d5c7","background":"#040404","foreground":"#feffff","cursorColor":"#feffff","selectionBackground":"#606060","Credits":[{"Credit":"hongzimao","Link":"https://github.com/hongzimao/iTerm2-Color-Schemes"},{"Credit":"zdj","Link":"https://github.com/zdj/themes/tree/master/iterm2"}]} \ No newline at end of file