queue/source/scss/catppuccin.scss

14 lines
403 B
SCSS

// Colors are from the Catppuccin palette.
// https://catppuccin.com
// License: MIT
.catppuccin {
// The comments after each color indicate which variant and variable it is.
--bg-1: #1e1e2e; // Mocha $base
--bg-2: #313244; // Mocha $surface0
--fg-1: #eff1f5; // Frappe $base
--fg-2: #a6adc8; // Mocha $subtext0
--fa-1: #fab387; // Mocha $peach
--fa-2: #74c7ec; // Mocha $sapphire
}