{
 "id": "discord",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.theme.css",
     "path": "digitable-focus-carbon.theme.css",
     "lang": "css",
     "bytes": 4556,
     "lines": 142,
     "text": "/**\n * @name Digitable Focus Carbon\n * @author Digitable\n * @version 0.1.0\n * @description Digitable Workbench focus palette (dark) for Discord.\n * @source https://digitable.life/workbench\n**/\n\n.theme-dark,\n.theme-light,\n.visual-refresh.theme-dark,\n.visual-refresh.theme-light,\n.visual-refresh .theme-dark,\n.visual-refresh .theme-light {\n  /* Legacy token family. */\n  --background-primary: #05080D;\n  --background-secondary: #071018;\n  --background-secondary-alt: #071018;\n  --background-tertiary: #0B111A;\n  --background-accent: #00E5E5;\n  --background-floating: #0B111A;\n  --background-nested-floating: #0B111A;\n  --background-mobile-primary: #05080D;\n  --background-mobile-secondary: #071018;\n  --background-modifier-hover: rgba(0, 229, 229, 0.08);\n  --background-modifier-active: rgba(0, 229, 229, 0.14);\n  --background-modifier-selected: rgba(0, 229, 229, 0.18);\n  --background-modifier-accent: rgba(21, 86, 106, 0.4);\n  --channeltextarea-background: #0B111A;\n  --deprecated-panel-background: #071018;\n  --activity-card-background: #0B111A;\n\n  /* Redesign token family. */\n  --app-frame-background: #05080D;\n  --background-base-lowest: #05080D;\n  --background-base-lower: #071018;\n  --background-base-low: #071018;\n  --background-surface-high: #071018;\n  --background-surface-higher: #0B111A;\n  --background-surface-highest: #0B111A;\n  --bg-surface-raised: #0B111A;\n  --home-background: #05080D;\n  --chat-background: #05080D;\n  --chat-background-default: #05080D;\n  --chat-border: #15566A;\n  --card-background-default: #0B111A;\n  --custom-channel-members-bg: #071018;\n\n  /* Text. */\n  --text-normal: #F5F7FA;\n  --text-default: #F5F7FA;\n  --text-strong: #F5F7FA;\n  --text-muted: #9BAAB8;\n  --text-subtle: #718695;\n  --text-link: #3CA9FF;\n  --text-brand: #00E5E5;\n  --text-positive: #7CFF6B;\n  --text-warning: #FFC247;\n  --text-danger: #FF5B5B;\n  --text-feedback-positive: #7CFF6B;\n  --text-feedback-warning: #FFC247;\n  --text-feedback-critical: #FF5B5B;\n  --text-feedback-info: #3CA9FF;\n  --header-primary: #F5F7FA;\n  --header-secondary: #9BAAB8;\n  --channels-default: #9BAAB8;\n  --channel-icon: #718695;\n  --chat-text-muted: #9BAAB8;\n  --interactive-normal: #9BAAB8;\n  --interactive-hover: #F5F7FA;\n  --interactive-active: #00E5E5;\n  --interactive-muted: #718695;\n\n  /* Borders and separators. */\n  --border-subtle: rgba(21, 86, 106, 0.35);\n  --border-muted: rgba(21, 86, 106, 0.55);\n  --border-normal: #15566A;\n  --border-strong: #15566A;\n  --input-border: #15566A;\n\n  /* Brand accent — Discord uses the 500 step for buttons and the caret. */\n  --brand-experiment: #00E5E5;\n  --brand-experiment-100: #00D8FF;\n  --brand-experiment-360: #00D8FF;\n  --brand-experiment-500: #00E5E5;\n  --brand-experiment-560: #00D8FF;\n  --brand-experiment-600: #00D8FF;\n  --brand-500: #00E5E5;\n  --brand-560: #00D8FF;\n  --blurple-50: #00E5E5;\n  --blurple-60: #00D8FF;\n  --button-filled-brand-background: #00E5E5;\n  --button-filled-brand-text: #05080D;\n\n  /* Status and badges. */\n  --status-positive: #7CFF6B;\n  --status-positive-background: #7CFF6B;\n  --status-positive-text: #05080D;\n  --status-warning: #FFC247;\n  --status-warning-background: #FFC247;\n  --status-warning-text: #05080D;\n  --status-danger: #FF5B5B;\n  --status-danger-background: #FF5B5B;\n  --badge-notification-background: #FF5B5B;\n  --background-feedback-positive: rgba(124, 255, 107, 0.15);\n  --background-feedback-warning: rgba(255, 194, 71, 0.15);\n  --background-feedback-critical: rgba(255, 91, 91, 0.15);\n  --background-feedback-info: rgba(60, 169, 255, 0.15);\n  --icon-feedback-positive: #7CFF6B;\n  --icon-feedback-warning: #FFC247;\n  --icon-feedback-critical: #FF5B5B;\n  --icon-feedback-notification: #FF5B5B;\n\n  /* Elevation, scrollbars, mentions. */\n  --elevation-low: 0 1px 0 rgba(21, 86, 106, 0.4);\n  --elevation-medium: 0 4px 12px rgba(5, 8, 13, 0.45);\n  --elevation-high: 0 8px 24px rgba(5, 8, 13, 0.6);\n  --scrollbar-thin-thumb: #15566A;\n  --scrollbar-thin-track: transparent;\n  --scrollbar-auto-thumb: #15566A;\n  --scrollbar-auto-track: #071018;\n  --scrollbar-auto-scrollbar-color-thumb: #15566A;\n  --scrollbar-auto-scrollbar-color-track: #071018;\n  --mention-foreground: #F5F7FA;\n  --mention-background: rgba(0, 229, 229, 0.15);\n  --message-reacted-background-default: rgba(0, 229, 229, 0.18);\n  --message-reacted-text-default: #00E5E5;\n  --text-selection-background: #15566A;\n}\n\n.theme-dark ::selection,\n.theme-light ::selection {\n  background-color: #15566A;\n  color: #F5F7FA;\n}\n\n.theme-dark code.inline,\n.theme-light code.inline {\n  background-color: #0B111A;\n  color: #7CFF6B;\n}\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.theme.css",
     "path": "digitable-focus-paper.theme.css",
     "lang": "css",
     "bytes": 4563,
     "lines": 142,
     "text": "/**\n * @name Digitable Focus Paper\n * @author Digitable\n * @version 0.1.0\n * @description Digitable Workbench focus palette (light) for Discord.\n * @source https://digitable.life/workbench\n**/\n\n.theme-dark,\n.theme-light,\n.visual-refresh.theme-dark,\n.visual-refresh.theme-light,\n.visual-refresh .theme-dark,\n.visual-refresh .theme-light {\n  /* Legacy token family. */\n  --background-primary: #F4F7F8;\n  --background-secondary: #FFFFFF;\n  --background-secondary-alt: #FFFFFF;\n  --background-tertiary: #E9F0F2;\n  --background-accent: #007C83;\n  --background-floating: #E9F0F2;\n  --background-nested-floating: #E9F0F2;\n  --background-mobile-primary: #F4F7F8;\n  --background-mobile-secondary: #FFFFFF;\n  --background-modifier-hover: rgba(0, 124, 131, 0.08);\n  --background-modifier-active: rgba(0, 124, 131, 0.14);\n  --background-modifier-selected: rgba(0, 124, 131, 0.18);\n  --background-modifier-accent: rgba(169, 194, 201, 0.4);\n  --channeltextarea-background: #E9F0F2;\n  --deprecated-panel-background: #FFFFFF;\n  --activity-card-background: #E9F0F2;\n\n  /* Redesign token family. */\n  --app-frame-background: #F4F7F8;\n  --background-base-lowest: #F4F7F8;\n  --background-base-lower: #FFFFFF;\n  --background-base-low: #FFFFFF;\n  --background-surface-high: #FFFFFF;\n  --background-surface-higher: #E9F0F2;\n  --background-surface-highest: #E9F0F2;\n  --bg-surface-raised: #E9F0F2;\n  --home-background: #F4F7F8;\n  --chat-background: #F4F7F8;\n  --chat-background-default: #F4F7F8;\n  --chat-border: #A9C2C9;\n  --card-background-default: #E9F0F2;\n  --custom-channel-members-bg: #FFFFFF;\n\n  /* Text. */\n  --text-normal: #10202A;\n  --text-default: #10202A;\n  --text-strong: #10202A;\n  --text-muted: #526A78;\n  --text-subtle: #5F7480;\n  --text-link: #0067A8;\n  --text-brand: #007C83;\n  --text-positive: #287A36;\n  --text-warning: #8A5B00;\n  --text-danger: #B4232E;\n  --text-feedback-positive: #287A36;\n  --text-feedback-warning: #8A5B00;\n  --text-feedback-critical: #B4232E;\n  --text-feedback-info: #0067A8;\n  --header-primary: #10202A;\n  --header-secondary: #526A78;\n  --channels-default: #526A78;\n  --channel-icon: #5F7480;\n  --chat-text-muted: #526A78;\n  --interactive-normal: #526A78;\n  --interactive-hover: #10202A;\n  --interactive-active: #007C83;\n  --interactive-muted: #5F7480;\n\n  /* Borders and separators. */\n  --border-subtle: rgba(169, 194, 201, 0.35);\n  --border-muted: rgba(169, 194, 201, 0.55);\n  --border-normal: #A9C2C9;\n  --border-strong: #A9C2C9;\n  --input-border: #A9C2C9;\n\n  /* Brand accent — Discord uses the 500 step for buttons and the caret. */\n  --brand-experiment: #007C83;\n  --brand-experiment-100: #006E78;\n  --brand-experiment-360: #006E78;\n  --brand-experiment-500: #007C83;\n  --brand-experiment-560: #006E78;\n  --brand-experiment-600: #006E78;\n  --brand-500: #007C83;\n  --brand-560: #006E78;\n  --blurple-50: #007C83;\n  --blurple-60: #006E78;\n  --button-filled-brand-background: #007C83;\n  --button-filled-brand-text: #F4F7F8;\n\n  /* Status and badges. */\n  --status-positive: #287A36;\n  --status-positive-background: #287A36;\n  --status-positive-text: #F4F7F8;\n  --status-warning: #8A5B00;\n  --status-warning-background: #8A5B00;\n  --status-warning-text: #F4F7F8;\n  --status-danger: #B4232E;\n  --status-danger-background: #B4232E;\n  --badge-notification-background: #B4232E;\n  --background-feedback-positive: rgba(40, 122, 54, 0.15);\n  --background-feedback-warning: rgba(138, 91, 0, 0.15);\n  --background-feedback-critical: rgba(180, 35, 46, 0.15);\n  --background-feedback-info: rgba(0, 103, 168, 0.15);\n  --icon-feedback-positive: #287A36;\n  --icon-feedback-warning: #8A5B00;\n  --icon-feedback-critical: #B4232E;\n  --icon-feedback-notification: #B4232E;\n\n  /* Elevation, scrollbars, mentions. */\n  --elevation-low: 0 1px 0 rgba(169, 194, 201, 0.4);\n  --elevation-medium: 0 4px 12px rgba(16, 32, 42, 0.45);\n  --elevation-high: 0 8px 24px rgba(16, 32, 42, 0.6);\n  --scrollbar-thin-thumb: #A9C2C9;\n  --scrollbar-thin-track: transparent;\n  --scrollbar-auto-thumb: #A9C2C9;\n  --scrollbar-auto-track: #FFFFFF;\n  --scrollbar-auto-scrollbar-color-thumb: #A9C2C9;\n  --scrollbar-auto-scrollbar-color-track: #FFFFFF;\n  --mention-foreground: #10202A;\n  --mention-background: rgba(0, 124, 131, 0.15);\n  --message-reacted-background-default: rgba(0, 124, 131, 0.18);\n  --message-reacted-text-default: #007C83;\n  --text-selection-background: #70CED4;\n}\n\n.theme-dark ::selection,\n.theme-light ::selection {\n  background-color: #70CED4;\n  color: #10202A;\n}\n\n.theme-dark code.inline,\n.theme-light code.inline {\n  background-color: #E9F0F2;\n  color: #287A36;\n}\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.theme.css",
     "path": "digitable-focus-signal.theme.css",
     "lang": "css",
     "bytes": 4559,
     "lines": 142,
     "text": "/**\n * @name Digitable Focus Signal\n * @author Digitable\n * @version 0.1.0\n * @description Digitable Workbench focus palette (dark) for Discord.\n * @source https://digitable.life/workbench\n**/\n\n.theme-dark,\n.theme-light,\n.visual-refresh.theme-dark,\n.visual-refresh.theme-light,\n.visual-refresh .theme-dark,\n.visual-refresh .theme-light {\n  /* Legacy token family. */\n  --background-primary: #000000;\n  --background-secondary: #090D10;\n  --background-secondary-alt: #090D10;\n  --background-tertiary: #101820;\n  --background-accent: #00FFFF;\n  --background-floating: #101820;\n  --background-nested-floating: #101820;\n  --background-mobile-primary: #000000;\n  --background-mobile-secondary: #090D10;\n  --background-modifier-hover: rgba(0, 255, 255, 0.08);\n  --background-modifier-active: rgba(0, 255, 255, 0.14);\n  --background-modifier-selected: rgba(0, 255, 255, 0.18);\n  --background-modifier-accent: rgba(102, 255, 255, 0.4);\n  --channeltextarea-background: #101820;\n  --deprecated-panel-background: #090D10;\n  --activity-card-background: #101820;\n\n  /* Redesign token family. */\n  --app-frame-background: #000000;\n  --background-base-lowest: #000000;\n  --background-base-lower: #090D10;\n  --background-base-low: #090D10;\n  --background-surface-high: #090D10;\n  --background-surface-higher: #101820;\n  --background-surface-highest: #101820;\n  --bg-surface-raised: #101820;\n  --home-background: #000000;\n  --chat-background: #000000;\n  --chat-background-default: #000000;\n  --chat-border: #66FFFF;\n  --card-background-default: #101820;\n  --custom-channel-members-bg: #090D10;\n\n  /* Text. */\n  --text-normal: #FFFFFF;\n  --text-default: #FFFFFF;\n  --text-strong: #FFFFFF;\n  --text-muted: #D0D9DE;\n  --text-subtle: #A8B6BF;\n  --text-link: #55AAFF;\n  --text-brand: #00FFFF;\n  --text-positive: #7CFF00;\n  --text-warning: #FFD800;\n  --text-danger: #FF4D5A;\n  --text-feedback-positive: #7CFF00;\n  --text-feedback-warning: #FFD800;\n  --text-feedback-critical: #FF4D5A;\n  --text-feedback-info: #55AAFF;\n  --header-primary: #FFFFFF;\n  --header-secondary: #D0D9DE;\n  --channels-default: #D0D9DE;\n  --channel-icon: #A8B6BF;\n  --chat-text-muted: #D0D9DE;\n  --interactive-normal: #D0D9DE;\n  --interactive-hover: #FFFFFF;\n  --interactive-active: #00FFFF;\n  --interactive-muted: #A8B6BF;\n\n  /* Borders and separators. */\n  --border-subtle: rgba(102, 255, 255, 0.35);\n  --border-muted: rgba(102, 255, 255, 0.55);\n  --border-normal: #66FFFF;\n  --border-strong: #66FFFF;\n  --input-border: #66FFFF;\n\n  /* Brand accent — Discord uses the 500 step for buttons and the caret. */\n  --brand-experiment: #00FFFF;\n  --brand-experiment-100: #66FFFF;\n  --brand-experiment-360: #66FFFF;\n  --brand-experiment-500: #00FFFF;\n  --brand-experiment-560: #66FFFF;\n  --brand-experiment-600: #66FFFF;\n  --brand-500: #00FFFF;\n  --brand-560: #66FFFF;\n  --blurple-50: #00FFFF;\n  --blurple-60: #66FFFF;\n  --button-filled-brand-background: #00FFFF;\n  --button-filled-brand-text: #000000;\n\n  /* Status and badges. */\n  --status-positive: #7CFF00;\n  --status-positive-background: #7CFF00;\n  --status-positive-text: #000000;\n  --status-warning: #FFD800;\n  --status-warning-background: #FFD800;\n  --status-warning-text: #000000;\n  --status-danger: #FF4D5A;\n  --status-danger-background: #FF4D5A;\n  --badge-notification-background: #FF4D5A;\n  --background-feedback-positive: rgba(124, 255, 0, 0.15);\n  --background-feedback-warning: rgba(255, 216, 0, 0.15);\n  --background-feedback-critical: rgba(255, 77, 90, 0.15);\n  --background-feedback-info: rgba(85, 170, 255, 0.15);\n  --icon-feedback-positive: #7CFF00;\n  --icon-feedback-warning: #FFD800;\n  --icon-feedback-critical: #FF4D5A;\n  --icon-feedback-notification: #FF4D5A;\n\n  /* Elevation, scrollbars, mentions. */\n  --elevation-low: 0 1px 0 rgba(102, 255, 255, 0.4);\n  --elevation-medium: 0 4px 12px rgba(0, 0, 0, 0.45);\n  --elevation-high: 0 8px 24px rgba(0, 0, 0, 0.6);\n  --scrollbar-thin-thumb: #66FFFF;\n  --scrollbar-thin-track: transparent;\n  --scrollbar-auto-thumb: #66FFFF;\n  --scrollbar-auto-track: #090D10;\n  --scrollbar-auto-scrollbar-color-thumb: #66FFFF;\n  --scrollbar-auto-scrollbar-color-track: #090D10;\n  --mention-foreground: #FFFFFF;\n  --mention-background: rgba(0, 255, 255, 0.15);\n  --message-reacted-background-default: rgba(0, 255, 255, 0.18);\n  --message-reacted-text-default: #00FFFF;\n  --text-selection-background: #00FFFF;\n}\n\n.theme-dark ::selection,\n.theme-light ::selection {\n  background-color: #00FFFF;\n  color: #FFFFFF;\n}\n\n.theme-dark code.inline,\n.theme-light code.inline {\n  background-color: #101820;\n  color: #7CFF00;\n}\n"
    }
   ]
  }
 ]
}
