@charset "UTF-8";

:root {
    --primary: #ebdbb2;
    --secondary: #83a598;
    --background: #282828;
    --lineno-background: #504945;
    --selected: #665c54;
    --operator: #8ec07c;
    --keyword: #d3869b;
    --namespace: #fabd2f;
    --comment: #928374;
    --scoped: #fb4934;
    --numeric: #fe8019;
    --string: #b8bb26;
}
