{
 "id": "fastfetch",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.jsonc",
     "path": "digitable-focus-carbon.jsonc",
     "lang": "jsonc",
     "bytes": 2819,
     "lines": 88,
     "text": "// Digitable Focus Carbon for fastfetch 0.1.0\n// Palette: Digitable Workbench, dark variant.\n//\n// Colours are 24-bit \"#rrggbb\", supported by fastfetch 2.42.0 and newer.\n// Nearest xterm-256 index per role, for older fastfetch (\"@51\") and for\n// neofetch (which takes bare indices):\n// accent 44, accentSoft 45, blue 75, green 119, yellow 215, orange 208, purple 135, red 203, foreground 231, muted 248, subtle 66\n{\n  \"$schema\": \"https://raw.githubusercontent.com/fastfetch-cli/fastfetch/dev/doc/json_schema.json\",\n  \"logo\": {\n    \"type\": \"builtin\",\n    // Built-in logos paint themselves from these nine slots\n    \"color\": {\n      \"1\": \"#00E5E5\",\n      \"2\": \"#3CA9FF\",\n      \"3\": \"#7CFF6B\",\n      \"4\": \"#FFC247\",\n      \"5\": \"#B65CFF\",\n      \"6\": \"#FF5B5B\",\n      \"7\": \"#FF8A2A\",\n      \"8\": \"#00D8FF\",\n      \"9\": \"#F5F7FA\"\n    }\n  },\n  \"display\": {\n    \"color\": {\n      \"keys\": \"#00E5E5\",\n      \"title\": \"#3CA9FF\",\n      \"output\": \"#F5F7FA\",\n      \"separator\": \"#718695\"\n    },\n    // Off, or fastfetch brightens keys and the logo past the palette\n    \"brightColor\": false,\n    \"percent\": {\n      \"color\": {\n        \"green\": \"#7CFF6B\",\n        \"yellow\": \"#FFC247\",\n        \"red\": \"#FF5B5B\"\n      }\n    },\n    \"temp\": {\n      \"color\": {\n        \"green\": \"#7CFF6B\",\n        \"yellow\": \"#FFC247\",\n        \"red\": \"#FF5B5B\"\n      }\n    },\n    \"bar\": {\n      \"color\": {\n        \"elapsed\": \"#00E5E5\",\n        \"total\": \"#718695\",\n        \"border\": \"#15566A\"\n      }\n    }\n  },\n  // Delete this array to keep fastfetch's own module list; the colours above\n  // apply either way.\n  \"modules\": [\n    {\n      \"type\": \"title\",\n      \"color\": { \"user\": \"#00E5E5\", \"at\": \"#718695\", \"host\": \"#3CA9FF\" }\n    },\n    { \"type\": \"separator\", \"string\": \"-\", \"outputColor\": \"#15566A\" },\n    { \"type\": \"os\", \"keyColor\": \"#00E5E5\" },\n    { \"type\": \"host\", \"keyColor\": \"#3CA9FF\" },\n    { \"type\": \"kernel\", \"keyColor\": \"#B65CFF\" },\n    { \"type\": \"uptime\", \"keyColor\": \"#7CFF6B\" },\n    { \"type\": \"packages\", \"keyColor\": \"#FFC247\" },\n    { \"type\": \"shell\", \"keyColor\": \"#FF8A2A\" },\n    { \"type\": \"display\", \"keyColor\": \"#00D8FF\" },\n    { \"type\": \"de\", \"keyColor\": \"#3CA9FF\" },\n    { \"type\": \"wm\", \"keyColor\": \"#B65CFF\" },\n    { \"type\": \"terminal\", \"keyColor\": \"#7CFF6B\" },\n    { \"type\": \"terminalfont\", \"keyColor\": \"#FFC247\" },\n    { \"type\": \"cpu\", \"keyColor\": \"#FF8A2A\" },\n    { \"type\": \"gpu\", \"keyColor\": \"#00D8FF\" },\n    { \"type\": \"memory\", \"keyColor\": \"#3CA9FF\" },\n    { \"type\": \"swap\", \"keyColor\": \"#B65CFF\" },\n    { \"type\": \"disk\", \"keyColor\": \"#7CFF6B\" },\n    { \"type\": \"localip\", \"keyColor\": \"#FFC247\" },\n    { \"type\": \"battery\", \"keyColor\": \"#FF8A2A\" },\n    { \"type\": \"poweradapter\", \"keyColor\": \"#00D8FF\" },\n    { \"type\": \"locale\", \"keyColor\": \"#3CA9FF\" },\n    \"break\",\n    { \"type\": \"colors\", \"symbol\": \"circle\", \"paddingLeft\": 2 }\n  ]\n}\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.jsonc",
     "path": "digitable-focus-paper.jsonc",
     "lang": "jsonc",
     "bytes": 2816,
     "lines": 88,
     "text": "// Digitable Focus Paper for fastfetch 0.1.0\n// Palette: Digitable Workbench, light variant.\n//\n// Colours are 24-bit \"#rrggbb\", supported by fastfetch 2.42.0 and newer.\n// Nearest xterm-256 index per role, for older fastfetch (\"@51\") and for\n// neofetch (which takes bare indices):\n// accent 30, accentSoft 24, blue 25, green 29, yellow 94, orange 130, purple 61, red 124, foreground 234, muted 60, subtle 243\n{\n  \"$schema\": \"https://raw.githubusercontent.com/fastfetch-cli/fastfetch/dev/doc/json_schema.json\",\n  \"logo\": {\n    \"type\": \"builtin\",\n    // Built-in logos paint themselves from these nine slots\n    \"color\": {\n      \"1\": \"#007C83\",\n      \"2\": \"#0067A8\",\n      \"3\": \"#287A36\",\n      \"4\": \"#8A5B00\",\n      \"5\": \"#7139A3\",\n      \"6\": \"#B4232E\",\n      \"7\": \"#A54A00\",\n      \"8\": \"#006E78\",\n      \"9\": \"#10202A\"\n    }\n  },\n  \"display\": {\n    \"color\": {\n      \"keys\": \"#007C83\",\n      \"title\": \"#0067A8\",\n      \"output\": \"#10202A\",\n      \"separator\": \"#5F7480\"\n    },\n    // Off, or fastfetch brightens keys and the logo past the palette\n    \"brightColor\": false,\n    \"percent\": {\n      \"color\": {\n        \"green\": \"#287A36\",\n        \"yellow\": \"#8A5B00\",\n        \"red\": \"#B4232E\"\n      }\n    },\n    \"temp\": {\n      \"color\": {\n        \"green\": \"#287A36\",\n        \"yellow\": \"#8A5B00\",\n        \"red\": \"#B4232E\"\n      }\n    },\n    \"bar\": {\n      \"color\": {\n        \"elapsed\": \"#007C83\",\n        \"total\": \"#5F7480\",\n        \"border\": \"#A9C2C9\"\n      }\n    }\n  },\n  // Delete this array to keep fastfetch's own module list; the colours above\n  // apply either way.\n  \"modules\": [\n    {\n      \"type\": \"title\",\n      \"color\": { \"user\": \"#007C83\", \"at\": \"#5F7480\", \"host\": \"#0067A8\" }\n    },\n    { \"type\": \"separator\", \"string\": \"-\", \"outputColor\": \"#A9C2C9\" },\n    { \"type\": \"os\", \"keyColor\": \"#007C83\" },\n    { \"type\": \"host\", \"keyColor\": \"#0067A8\" },\n    { \"type\": \"kernel\", \"keyColor\": \"#7139A3\" },\n    { \"type\": \"uptime\", \"keyColor\": \"#287A36\" },\n    { \"type\": \"packages\", \"keyColor\": \"#8A5B00\" },\n    { \"type\": \"shell\", \"keyColor\": \"#A54A00\" },\n    { \"type\": \"display\", \"keyColor\": \"#006E78\" },\n    { \"type\": \"de\", \"keyColor\": \"#0067A8\" },\n    { \"type\": \"wm\", \"keyColor\": \"#7139A3\" },\n    { \"type\": \"terminal\", \"keyColor\": \"#287A36\" },\n    { \"type\": \"terminalfont\", \"keyColor\": \"#8A5B00\" },\n    { \"type\": \"cpu\", \"keyColor\": \"#A54A00\" },\n    { \"type\": \"gpu\", \"keyColor\": \"#006E78\" },\n    { \"type\": \"memory\", \"keyColor\": \"#0067A8\" },\n    { \"type\": \"swap\", \"keyColor\": \"#7139A3\" },\n    { \"type\": \"disk\", \"keyColor\": \"#287A36\" },\n    { \"type\": \"localip\", \"keyColor\": \"#8A5B00\" },\n    { \"type\": \"battery\", \"keyColor\": \"#A54A00\" },\n    { \"type\": \"poweradapter\", \"keyColor\": \"#006E78\" },\n    { \"type\": \"locale\", \"keyColor\": \"#0067A8\" },\n    \"break\",\n    { \"type\": \"colors\", \"symbol\": \"circle\", \"paddingLeft\": 2 }\n  ]\n}\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.jsonc",
     "path": "digitable-focus-signal.jsonc",
     "lang": "jsonc",
     "bytes": 2820,
     "lines": 88,
     "text": "// Digitable Focus Signal for fastfetch 0.1.0\n// Palette: Digitable Workbench, dark variant.\n//\n// Colours are 24-bit \"#rrggbb\", supported by fastfetch 2.42.0 and newer.\n// Nearest xterm-256 index per role, for older fastfetch (\"@51\") and for\n// neofetch (which takes bare indices):\n// accent 51, accentSoft 87, blue 75, green 118, yellow 220, orange 215, purple 177, red 203, foreground 231, muted 188, subtle 249\n{\n  \"$schema\": \"https://raw.githubusercontent.com/fastfetch-cli/fastfetch/dev/doc/json_schema.json\",\n  \"logo\": {\n    \"type\": \"builtin\",\n    // Built-in logos paint themselves from these nine slots\n    \"color\": {\n      \"1\": \"#00FFFF\",\n      \"2\": \"#55AAFF\",\n      \"3\": \"#7CFF00\",\n      \"4\": \"#FFD800\",\n      \"5\": \"#E47AFF\",\n      \"6\": \"#FF4D5A\",\n      \"7\": \"#FF9D3D\",\n      \"8\": \"#66FFFF\",\n      \"9\": \"#FFFFFF\"\n    }\n  },\n  \"display\": {\n    \"color\": {\n      \"keys\": \"#00FFFF\",\n      \"title\": \"#55AAFF\",\n      \"output\": \"#FFFFFF\",\n      \"separator\": \"#A8B6BF\"\n    },\n    // Off, or fastfetch brightens keys and the logo past the palette\n    \"brightColor\": false,\n    \"percent\": {\n      \"color\": {\n        \"green\": \"#7CFF00\",\n        \"yellow\": \"#FFD800\",\n        \"red\": \"#FF4D5A\"\n      }\n    },\n    \"temp\": {\n      \"color\": {\n        \"green\": \"#7CFF00\",\n        \"yellow\": \"#FFD800\",\n        \"red\": \"#FF4D5A\"\n      }\n    },\n    \"bar\": {\n      \"color\": {\n        \"elapsed\": \"#00FFFF\",\n        \"total\": \"#A8B6BF\",\n        \"border\": \"#66FFFF\"\n      }\n    }\n  },\n  // Delete this array to keep fastfetch's own module list; the colours above\n  // apply either way.\n  \"modules\": [\n    {\n      \"type\": \"title\",\n      \"color\": { \"user\": \"#00FFFF\", \"at\": \"#A8B6BF\", \"host\": \"#55AAFF\" }\n    },\n    { \"type\": \"separator\", \"string\": \"-\", \"outputColor\": \"#66FFFF\" },\n    { \"type\": \"os\", \"keyColor\": \"#00FFFF\" },\n    { \"type\": \"host\", \"keyColor\": \"#55AAFF\" },\n    { \"type\": \"kernel\", \"keyColor\": \"#E47AFF\" },\n    { \"type\": \"uptime\", \"keyColor\": \"#7CFF00\" },\n    { \"type\": \"packages\", \"keyColor\": \"#FFD800\" },\n    { \"type\": \"shell\", \"keyColor\": \"#FF9D3D\" },\n    { \"type\": \"display\", \"keyColor\": \"#66FFFF\" },\n    { \"type\": \"de\", \"keyColor\": \"#55AAFF\" },\n    { \"type\": \"wm\", \"keyColor\": \"#E47AFF\" },\n    { \"type\": \"terminal\", \"keyColor\": \"#7CFF00\" },\n    { \"type\": \"terminalfont\", \"keyColor\": \"#FFD800\" },\n    { \"type\": \"cpu\", \"keyColor\": \"#FF9D3D\" },\n    { \"type\": \"gpu\", \"keyColor\": \"#66FFFF\" },\n    { \"type\": \"memory\", \"keyColor\": \"#55AAFF\" },\n    { \"type\": \"swap\", \"keyColor\": \"#E47AFF\" },\n    { \"type\": \"disk\", \"keyColor\": \"#7CFF00\" },\n    { \"type\": \"localip\", \"keyColor\": \"#FFD800\" },\n    { \"type\": \"battery\", \"keyColor\": \"#FF9D3D\" },\n    { \"type\": \"poweradapter\", \"keyColor\": \"#66FFFF\" },\n    { \"type\": \"locale\", \"keyColor\": \"#55AAFF\" },\n    \"break\",\n    { \"type\": \"colors\", \"symbol\": \"circle\", \"paddingLeft\": 2 }\n  ]\n}\n"
    }
   ]
  }
 ]
}
