{
 "id": "hyper",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.js",
     "path": "digitable-focus-carbon.js",
     "lang": "javascript",
     "bytes": 900,
     "lines": 34,
     "text": "// Digitable Focus Carbon (dark) — Digitable Workbench 0.1.0\n// Drop-in fragment for the `config` object of ~/.hyper.js\nmodule.exports = {\n  foregroundColor: '#F5F7FA',\n  backgroundColor: '#05080D',\n  borderColor: '#15566A',\n  cursorColor: '#00E5E5',\n  cursorAccentColor: '#05080D',\n  selectionColor: 'rgba(21, 86, 106, 0.6)',\n  css: `\n    .tab_tab { color: #9BAAB8; }\n    .tab_active { color: #F5F7FA; border-bottom-color: #00E5E5; }\n    .header_header { background-color: #071018; }\n  `,\n  colors: {\n    black: '#05080D',\n    red: '#FF5B5B',\n    green: '#7CFF6B',\n    yellow: '#FFC247',\n    blue: '#3CA9FF',\n    magenta: '#B65CFF',\n    cyan: '#00E5E5',\n    white: '#9BAAB8',\n    lightBlack: '#718695',\n    lightRed: '#FF5B5B',\n    lightGreen: '#7CFF6B',\n    lightYellow: '#FFC247',\n    lightBlue: '#3CA9FF',\n    lightMagenta: '#B65CFF',\n    lightCyan: '#00D8FF',\n    lightWhite: '#F5F7FA',\n  }\n}\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.js",
     "path": "digitable-focus-paper.js",
     "lang": "javascript",
     "bytes": 903,
     "lines": 34,
     "text": "// Digitable Focus Paper (light) — Digitable Workbench 0.1.0\n// Drop-in fragment for the `config` object of ~/.hyper.js\nmodule.exports = {\n  foregroundColor: '#10202A',\n  backgroundColor: '#F4F7F8',\n  borderColor: '#A9C2C9',\n  cursorColor: '#007C83',\n  cursorAccentColor: '#F4F7F8',\n  selectionColor: 'rgba(112, 206, 212, 0.33)',\n  css: `\n    .tab_tab { color: #526A78; }\n    .tab_active { color: #10202A; border-bottom-color: #007C83; }\n    .header_header { background-color: #FFFFFF; }\n  `,\n  colors: {\n    black: '#10202A',\n    red: '#B4232E',\n    green: '#287A36',\n    yellow: '#8A5B00',\n    blue: '#0067A8',\n    magenta: '#7139A3',\n    cyan: '#007C83',\n    white: '#526A78',\n    lightBlack: '#5F7480',\n    lightRed: '#B4232E',\n    lightGreen: '#287A36',\n    lightYellow: '#8A5B00',\n    lightBlue: '#0067A8',\n    lightMagenta: '#7139A3',\n    lightCyan: '#006E78',\n    lightWhite: '#10202A',\n  }\n}\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.js",
     "path": "digitable-focus-signal.js",
     "lang": "javascript",
     "bytes": 901,
     "lines": 34,
     "text": "// Digitable Focus Signal (dark) — Digitable Workbench 0.1.0\n// Drop-in fragment for the `config` object of ~/.hyper.js\nmodule.exports = {\n  foregroundColor: '#FFFFFF',\n  backgroundColor: '#000000',\n  borderColor: '#66FFFF',\n  cursorColor: '#00FFFF',\n  cursorAccentColor: '#000000',\n  selectionColor: 'rgba(0, 255, 255, 0.33)',\n  css: `\n    .tab_tab { color: #D0D9DE; }\n    .tab_active { color: #FFFFFF; border-bottom-color: #00FFFF; }\n    .header_header { background-color: #090D10; }\n  `,\n  colors: {\n    black: '#000000',\n    red: '#FF4D5A',\n    green: '#7CFF00',\n    yellow: '#FFD800',\n    blue: '#55AAFF',\n    magenta: '#E47AFF',\n    cyan: '#00FFFF',\n    white: '#D0D9DE',\n    lightBlack: '#A8B6BF',\n    lightRed: '#FF4D5A',\n    lightGreen: '#7CFF00',\n    lightYellow: '#FFD800',\n    lightBlue: '#55AAFF',\n    lightMagenta: '#E47AFF',\n    lightCyan: '#66FFFF',\n    lightWhite: '#FFFFFF',\n  }\n}\n"
    }
   ]
  }
 ]
}
