/* Preserved backup of the original vicknesh.info palette before the Monokai Pro CE switch. */
:root[data-color-theme="vick-current"] {
  --vick-current-bg: #272822;
  --vick-current-bg-elevated: #2f3029;
  --vick-current-bg-subtle: #23241f;
  --vick-current-bg-strong: #1e1f1c;
  --vick-current-text: #f8f8f2;
  --vick-current-text-muted: #c4c4b4;
  --vick-current-text-subtle: #9a9a88;
  --vick-current-border: #46473f;
  --vick-current-border-strong: #393a33;
  --vick-current-link: #a6e22e;
  --vick-current-link-hover: #c1f15b;
  --vick-current-accent-secondary: #66d9ef;
  --vick-current-warning: #e6db74;
  --vick-current-danger: #f92672;
  --vick-current-focus: #ae81ff;

  --color-page-bg: var(--vick-current-bg);
  --color-surface: var(--vick-current-bg-subtle);
  --color-surface-raised: var(--vick-current-bg-elevated);
  --color-surface-code: var(--vick-current-bg-strong);
  --color-text: var(--vick-current-text);
  --color-text-muted: var(--vick-current-text-muted);
  --color-text-subtle: var(--vick-current-text-subtle);
  --color-border: var(--vick-current-border);
  --color-border-strong: var(--vick-current-border-strong);
  --color-link: var(--vick-current-link);
  --color-link-hover: var(--vick-current-link-hover);
  --color-focus: var(--vick-current-focus);
  --color-selection-bg: var(--vick-current-link);
  --color-selection-text: var(--vick-current-bg-strong);
  --color-success: var(--vick-current-link);
  --color-warning: var(--vick-current-warning);
  --color-danger: var(--vick-current-danger);
  --color-accent-secondary: var(--vick-current-accent-secondary);
}
