.theme-high-contrast {
  --color-bg: #050505;
  --color-surface: #101010;
  --color-border: #2c2c2c;
  --color-text: #f5f5f5;
  --color-muted: #b3b3b3;
  --color-accent: #4dd0e1;
  --color-success: #6ee7b7;
  --color-danger: #f87171;
}

.theme-colorblind {
  --color-bg: #0d1b2a;
  --color-surface: #12263a;
  --color-border: #1f3b57;
  --color-text: #f1f5f9;
  --color-muted: #cbd5f5;
  --color-accent: #ffd166;
  --color-success: #8be9b8;
  --color-danger: #ef476f;
}

.theme-colorblind .nr-cell--cleared {
  background: #17324c;
  color: var(--color-accent);
}

.theme-colorblind .nr-cell--dummy {
  color: #ef476f;
}

.theme-high-contrast .nr-cell--cleared {
  background: #0e2a2f;
}
