:root {
    --bg-color: #111e2a;
    --text-color: #c0c9e5;
    --cursor-color: #ffffff;
    --cursor-text: #111e2a;
    --status-bg: #304b66;
    --status-text: #7afde1;
    --command-text: #fff09b;
    --tilde-color: #304b66;
    --selection-bg: #304b66;
    --selection-fg: #ffffff;
    --line-nu-color: yellow;
    --hover-bg: rgba(255, 240, 155, 0.2);
    
    /* Additional colors from the palette */
    --red: #fc644d;
    --green: #7afde1;
    --yellow: #fff09b;
    --blue: #6c9bf5;
    --magenta: #ff4fa1;
    --cyan: #64e0ff;
    --white: #c0c9e5;
    --bright-black: #304b66;
    --bright-white: #ffffff;
}
