:root {
    --background-color: #121212;
    --text-color: #e0e0e0;
    --editor-bg: #1e1e1e;
    --terminal-bg: #2d2d2d;
    --border-color: #444;
    --button-bg: #8a2be2;
    --button-text: white;
    --button-hover: #9c4dff;
}

.code-editor textarea {
    caret-color: white;
}