:root {
    /* Tokyo Night Color Palette */
    --background: #1a1b26;
    --foreground: #a9b1d6;
    --black: #32344a;
    --red: #f7768e;
    --green: #9ece6a;
    --yellow: #e0af68;
    --blue: #7aa2f7;
    --magenta: #bb9af7;
    --cyan: #7dcfff;
    --white: #a9b1d6;
    --bright-black: #444b6a;
    --bright-red: #ff7a93;
    --bright-green: #b9f27c;
    --bright-yellow: #ff9e64;
    --bright-blue: #7da6ff;
    --bright-magenta: #bb9af7;
    --bright-cyan: #0db9d7;
    --bright-white: #acb0d0;

    /* Terminal Specifics */
    --cursor-color: #c0caf5;
    --selection-bg: #33467c;
    --selection-fg: #c0caf5;
    --link-color: #73daca;
}