:root,
[data-theme="mocha"] {
    --bg:         #1e1e2e;
    --crust:      #11111b;
    --surface-0:  #313244;
    --surface-1:  #45475a;
    --surface-2:  #585b70;
    --text:       #cdd6f4;
    --accent:     #fab387;
    --success:    #f9e2af;
    --error:      #f38ba8;
}

[data-theme="nord"] {
    --bg:         #2e3440;
    --crust:      #242933;
    --surface-0:  #3b4252;
    --surface-1:  #434c5e;
    --surface-2:  #4c566a;
    --text:       #eceff4;
    --accent:     #88c0d0;
    --success:    #a3be8c;
    --error:      #bf616a;
}

[data-theme="gruvbox"] {
    --bg:         #282828;
    --crust:      #1d2021;
    --surface-0:  #3c3836;
    --surface-1:  #504945;
    --surface-2:  #665c54;
    --text:       #ebdbb2;
    --accent:     #fe8019;
    --success:    #b8bb26;
    --error:      #fb4934;
}

[data-theme="everforest"] {
    --bg:         #2d353b;
    --crust:      #232a2e;
    --surface-0:  #343f44;
    --surface-1:  #3d484d;
    --surface-2:  #475258;
    --text:       #d3c6aa;
    --accent:     #a7c080;
    --success:    #dbbc7f;
    --error:      #e67e80;
}

[data-theme="dracula"] {
    --bg:         #282a36;
    --crust:      #21222c;
    --surface-0:  #383a59;
    --surface-1:  #44475a;
    --surface-2:  #6272a4;
    --text:       #f8f8f2;
    --accent:     #bd93f9;
    --success:    #50fa7b;
    --error:      #ff5555;
}

[data-theme="tokyonight"] {
    --bg:         #1a1b26;
    --crust:      #16161e;
    --surface-0:  #24283b;
    --surface-1:  #414868;
    --surface-2:  #565f89;
    --text:       #c0caf5;
    --accent:     #7aa2f7;
    --success:    #9ece6a;
    --error:      #f7768e;
}

[data-theme="latte"] {
    --bg:         #eff1f5;
    --crust:      #dce0e8;
    --surface-0:  #ccd0da;
    --surface-1:  #bcc0cc;
    --surface-2:  #acb0be;
    --text:       #4c4f69;
    --accent:     #fe640b;
    --success:    #40a02b;
    --error:      #e64553;
}

[data-theme="github-light"] {
    --bg:         #ffffff;
    --crust:      #f6f8fa;
    --surface-0:  #eaeef2;
    --surface-1:  #d0d7de;
    --surface-2:  #afb8c1;
    --text:       #24292f;
    --accent:     #0969da;
    --success:    #1a7f37;
    --error:      #cf222e;
}

[data-theme="gruvbox-light"] {
    --bg:         #fbf1c7;
    --crust:      #f2e5bc;
    --surface-0:  #ebdbb2;
    --surface-1:  #d5c4a1;
    --surface-2:  #bdae93;
    --text:       #3c3836;
    --accent:     #af3a03;
    --success:    #79740e;
    --error:      #9d0006;
}

[data-theme="rose-pine-dawn"] {
    --bg:         #faf4ed;
    --crust:      #f2e9de;
    --surface-0:  #fffaf3;
    --surface-1:  #dfdad9;
    --surface-2:  #cecacd;
    --text:       #575279;
    --accent:     #907aa9;
    --success:    #56949f;
    --error:      #b4637a;
}
