tokens.css 465 Bytes
:root {
  --bg: #f3f4f6;
  --panel: #ffffff;
  --topbar: #1f1f23;
  --topbar-text: #ffffff;
  --primary: #2f7adf;
  --primary-strong: #1f6ed4;
  --link: #1e84e6;
  --text: #333333;
  --text-soft: #555;
  --text-mute: #888;
  --border: #e3e6eb;
  --row-alt: #f7f8fa;
  --header-bg: #f4f5f7;
  --danger: #e34d4d;
  --tab-active: #1e84e6;
  --toolbar-bg: #2c2f36;
  --toolbar-text: #ffffff;
  --label: #f04848;
  --field-bg: #eaf3fe;
  --field-bg-readonly: #f1f3f5;
}