/* Darcula主题专用颜色变量覆盖 */
:root {
    --bg-primary: #21252b;
    --bg-panel: #2b2b2b;
    --bg-header: #3c3c3c;
    --text-primary: #a9b7c6;
    --text-secondary: #808080;
    --border-color: #454545;
    --accent-color: #62a3ff;
    --accent-color-hover: #4d8ce7;
    --selection-color: #264e6e;
    --shadow-color: rgba(0, 0, 0, 0.3);
    --color-error: #ff6b6b;
    --color-warning: #ffc107;
    --color-info: #6a9955;
    --progress-bg: #454545;
    --progress-fill: var(--accent-color);

    /* 终端颜色变量 - 深色主题 */
    --terminal-bg: #282c34;
    --terminal-fg: #abb2bf;
    --terminal-cursor: #62a3ff;
    --terminal-selection-bg: rgba(98, 163, 255, 0.3);
    --terminal-black: #282c34;
    --terminal-red: #e06c75;
    --terminal-green: #98c379;
    --terminal-yellow: #e5c07b;
    --terminal-blue: #61afef;
    --terminal-magenta: #c678dd;
    --terminal-cyan: #56b6c2;
    --terminal-white: #abb2bf;
}