/* Design tokens extracted from Reality Hub launcher (reality-hub-latest-2.2). */

:root {
  --rh-font: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --rh-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --rh-font-size: 14px;
  --rh-line-height: 1.5;
  --rh-text: #dadada;
  --rh-text-muted: #888;
  --rh-text-dim: #bbb;
  --rh-text-tab: #989898;
  --rh-text-tab-active: #d6d6d6;
  --rh-text-version: #616060;
  --rh-text-label: #888;
  --rh-text-pipe: #6e6e6e;

  --rh-header-bg: #232323;
  --rh-launcher-bg: #212121;
  --rh-grid-bg: #282828;
  --rh-body-bg: #262626;
  --rh-row-even: #2d2d2d;
  --rh-row-hover: #2f2f2f8f;
  --rh-row-selected: #ffffff14;
  --rh-selected-bar: #ffffff24;
  --rh-show-border: rgb(26, 26, 26);
  --rh-cell-border-r: #2d2d2de0;
  --rh-cell-border-b: #151515;
  --rh-tab-active: #353535;
  --rh-tab-accent: #399ed4;
  --rh-cue: #5ec8ff;
  --rh-splitter: #3a3a3a;
  --rh-logs-bg: #181818;
  --rh-logs-handle: #343434;
  --rh-filter-bar: #212121;
  --rh-filter-default: #38383880;
  --rh-filter-found: #579304db;
  --rh-filter-none: #f5750c91;
  --rh-scroll-btn: #474747;
  --rh-icon: #bbb;
  --rh-icon-hover: #fff;
  --rh-icon-muted: #777;
  --rh-icon-disabled: #555;
  --rh-separator: #bbb;

  --rh-stop: #c33131;
  --rh-start: #247924;
  --rh-program: #ff5151;
  --rh-preview: #35f022;
  --rh-success: #24ff24;
  --rh-info: #b8b8b8;
  --rh-warning: #ffff38;
  --rh-error: #ff4b4b;
  --rh-highlight-bg: yellow;
  --rh-highlight-fg: black;
  --rh-channel-border: #5b5a5a;
  --rh-channel-pipe: #7a7a7a;

  --rh-header-h: 40px;
  --rh-topbar-h: 30px;
  --rh-row-h: 50px;
  --rh-logs-filter-h: 36px;
  --rh-logs-handle-w: 90px;
  --rh-logs-handle-h: 22px;
  --rh-col-name: 390px;
  --rh-col-project: 285px;
  --rh-col-graph: 285px;
  --rh-indent: 40px;
  --rh-radius-btn: 2px;
  --rh-radius-tab: 6px;
  --rh-radius-handle: 4px;

  --rh-design-w: 1440px;
  --rh-design-h: 800px;
  --rh-embed-w: 958px;
  --rh-embed-h: 560px;
}
