@import url("theme-gitea-dark.css");

gitea-theme-meta-info {
  --theme-display-name: "Stardust Gruvbox";
  --theme-color-scheme: "dark";
}

:root {
  --color-primary: #d79921;
  --color-primary-contrast: #1d2021;
  --color-primary-dark-1: #fabd2f;
  --color-primary-dark-2: #fbf1c7;
  --color-primary-dark-3: #ebdbb2;
  --color-primary-dark-4: #d5c4a1;
  --color-primary-dark-5: #bdae93;
  --color-primary-dark-6: #a89984;
  --color-primary-dark-7: #928374;
  --color-primary-light-1: #b57614;
  --color-primary-light-2: #8f5f0c;
  --color-primary-light-3: #7c4f0b;
  --color-primary-light-4: #66440a;
  --color-primary-light-5: #503707;
  --color-primary-light-6: #3a2906;
  --color-primary-light-7: #281d04;
  --color-primary-alpha-10: #d7992119;
  --color-primary-alpha-20: #d7992133;
  --color-primary-alpha-30: #d799214d;
  --color-primary-alpha-40: #d7992166;
  --color-primary-alpha-50: #d7992180;
  --color-primary-alpha-60: #d7992199;
  --color-primary-alpha-70: #d79921b3;
  --color-primary-alpha-80: #d79921cc;
  --color-primary-alpha-90: #d79921e6;
  --color-secondary: #3c3836;
  --color-secondary-dark-1: #504945;
  --color-secondary-dark-2: #665c54;
  --color-secondary-dark-3: #7c6f64;
  --color-secondary-dark-4: #928374;
  --color-secondary-dark-5: #a89984;
  --color-secondary-dark-6: #bdae93;
  --color-secondary-dark-7: #d5c4a1;
  --color-secondary-dark-8: #ebdbb2;
  --color-secondary-dark-9: #fbf1c7;
  --color-secondary-light-1: #32302f;
  --color-secondary-light-2: #282828;
  --color-secondary-light-3: #1d2021;
  --color-secondary-light-4: #171819;
  --color-secondary-alpha-10: #3c383619;
  --color-secondary-alpha-20: #3c383633;
  --color-secondary-alpha-30: #3c38364d;
  --color-secondary-alpha-40: #3c383666;
  --color-secondary-alpha-50: #3c383680;
  --color-secondary-alpha-60: #3c383699;
  --color-secondary-alpha-70: #3c3836b3;
  --color-secondary-alpha-80: #3c3836cc;
  --color-secondary-alpha-90: #3c3836e6;
  --color-console-fg: #fbf1c7;
  --color-console-fg-subtle: #bdae93;
  --color-console-bg: #1d2021;
  --color-console-border: #504945;
  --color-console-hover-bg: #32302f;
  --color-console-active-bg: #3c3836;
  --color-console-menu-bg: #282828;
  --color-console-menu-border: #665c54;
  --color-console-link: #83a598;
  --color-red: #fb4934;
  --color-orange: #fe8019;
  --color-yellow: #fabd2f;
  --color-olive: #b8bb26;
  --color-green: #b8bb26;
  --color-teal: #8ec07c;
  --color-blue: #83a598;
  --color-violet: #d3869b;
  --color-purple: #d3869b;
  --color-pink: #d3869b;
  --color-brown: #d65d0e;
  --color-black: #1d2021;
  --color-grey: #665c54;
  --color-grey-light: #a89984;
  --color-gold: #d79921;
  --color-white: #fbf1c7;
  --color-ansi-black: #282828;
  --color-ansi-red: #cc241d;
  --color-ansi-green: #98971a;
  --color-ansi-yellow: #d79921;
  --color-ansi-blue: #458588;
  --color-ansi-magenta: #b16286;
  --color-ansi-cyan: #689d6a;
  --color-ansi-white: #a89984;
  --color-ansi-bright-black: #928374;
  --color-ansi-bright-red: #fb4934;
  --color-ansi-bright-green: #b8bb26;
  --color-ansi-bright-yellow: #fabd2f;
  --color-ansi-bright-blue: #83a598;
  --color-ansi-bright-magenta: #d3869b;
  --color-ansi-bright-cyan: #8ec07c;
  --color-ansi-bright-white: #ebdbb2;
  --color-body: #282828;
  --color-box-header: #3c3836;
  --color-box-body: #32302f;
  --color-box-body-highlight: #3c3836;
  --color-text-dark: #fbf1c7;
  --color-text: #ebdbb2;
  --color-text-light: #d5c4a1;
  --color-text-light-1: #bdae93;
  --color-text-light-2: #a89984;
  --color-text-light-3: #a89984;
  --color-timeline: #504945;
  --color-input-background: #1d2021;
  --color-input-toggle-background: #504945;
  --color-input-border: #665c54;
  --color-light: #fbf1c70d;
  --color-light-border: #ebdbb233;
  --color-hover: #ebdbb219;
  --color-hover-opaque: #3c3836;
  --color-active: #ebdbb226;
  --color-menu: #32302f;
  --color-card: #32302f;
  --color-markup-table-row: #ebdbb20f;
  --color-markup-code-block: #1d2021;
  --color-markup-code-inline: #504945;
  --color-button: #3c3836;
  --color-code-bg: #1d2021;
  --color-shadow: #1d202180;
  --color-shadow-opaque: #1d2021;
  --color-secondary-bg: #504945;
  --color-expand-button: #504945;
  --color-project-column-bg: #32302f;
  --color-reaction-bg: #ebdbb212;
  --color-tooltip-text: #fbf1c7;
  --color-tooltip-bg: #1d2021f2;
  --color-nav-bg: #1d2021;
  --color-nav-hover-bg: #3c3836;
  --color-secondary-nav-bg: #282828;
  --color-label-bg: #665c5480;
  --color-label-hover-bg: #7c6f64b3;
  --color-label-active-bg: #928374;
  --color-highlight-fg: #fabd2f;
  --color-highlight-bg: #504418;
  --color-overlay-backdrop: #1d2021d9;
  --color-transparency-grid-light: #3c3836;
  --color-transparency-grid-dark: #1d2021;
  --color-workflow-edge-hover: #a89984;
  --color-diff-added-fg: #b8bb26;
  --color-diff-added-linenum-bg: #344114;
  --color-diff-added-row-bg: #2d3518;
  --color-diff-added-row-border: #55651d;
  --color-diff-added-word-bg: #4f5d1c;
  --color-diff-moved-row-bg: #504418;
  --color-diff-moved-row-border: #d79921;
  --color-diff-removed-fg: #fb4934;
  --color-diff-removed-linenum-bg: #51231f;
  --color-diff-removed-row-bg: #3c211e;
  --color-diff-removed-row-border: #8f3f34;
  --color-diff-removed-word-bg: #6b2c26;
  --color-diff-inactive: #32302f;
  --color-error-border: #cc241d;
  --color-error-bg: #3c211e;
  --color-error-bg-active: #51231f;
  --color-error-bg-hover: #47211e;
  --color-error-text: #fb4934;
  --color-success-border: #98971a;
  --color-success-bg: #2d3518;
  --color-success-text: #b8bb26;
  --color-warning-border: #d79921;
  --color-warning-bg: #3b321c;
  --color-warning-text: #fabd2f;
  --color-info-border: #458588;
  --color-info-bg: #26343a;
  --color-info-text: #83a598;
  --color-priority-border: #b16286;
  --color-priority-bg: #3b2935;
  --color-priority-text: #d3869b;
  --color-logo: #d6a25b;
  --color-syntax-keyword: #fb4934;
  --color-syntax-bool: #d3869b;
  --color-syntax-control: #fb4934;
  --color-syntax-name: #fabd2f;
  --color-syntax-type: #fabd2f;
  --color-syntax-number: #d3869b;
  --color-syntax-operator: #fe8019;
  --color-syntax-regexp: #d3869b;
  --color-syntax-string: #b8bb26;
  --color-syntax-comment: #928374;
  --color-syntax-invalid: #fb4934;
  --color-syntax-tag: #fb4934;
  --color-syntax-attribute: #fabd2f;
  --color-syntax-property: #83a598;
  --color-syntax-variable: #83a598;
  --color-syntax-string-special: #8ec07c;
  --color-syntax-escape: #fe8019;
  --color-syntax-entity: #d3869b;
  --color-syntax-preproc: #8ec07c;
  --color-syntax-preproc-file: #b8bb26;
  --color-syntax-decorator: #8ec07c;
  --color-syntax-namespace: #ebdbb2;
  --color-syntax-name-pseudo: #d3869b;
  --color-syntax-comment-special: #a89984;
  --color-syntax-text: #ebdbb2;
  --color-syntax-text-alt: #d5c4a1;
  --color-syntax-punctuation: #a89984;
  --color-syntax-whitespace: #665c54;
  --color-syntax-diff-fg: #fbf1c7;
  --color-syntax-deleted-bg: #51231f;
  --color-syntax-inserted-bg: #344114;
  --color-syntax-emph: #fabd2f;
  --color-syntax-strong: #fe8019;
  --color-syntax-heading: #fabd2f;
  --color-syntax-subheading: #b8bb26;
  --color-syntax-output: #a89984;
  --color-syntax-prompt: #fe8019;
  --color-syntax-traceback: #fb4934;
  --color-syntax-matching-bracket-bg: #689d6a66;
  --color-syntax-nonmatching-bracket-bg: #cc241d66;
}
