:root {
    /* background */
    --1d2021: #000;
    --282828: #000;
    --3c3836: #000;
    --504945: #71ff55;

    /* font */
    --928374: #71ff55;
    --a89984: #ffffff;
    --bdae93: #71ff55;
    --8ec07c: #ffffff40;
    --ebdbb2: #71ff55;

    /* code highlighter */
    --comment: #a0c0a4;
    --default: #f00;
    --keyword: #9376e4;
    --string: #ecd78f;
}
