Module palette

Module palette 

Expand description

Define the colors of a theme.

Structs§

Background
A set of background colors.
Danger
A set of danger colors.
Extended
An extended set of colors generated from a Palette.
Pair
A pair of background and text colors.
Palette
A color palette.
Primary
A set of primary colors.
Secondary
A set of secondary colors.
Success
A set of success colors.
Warning
A set of warning colors.

Statics§

EXTENDED_CATPPUCCIN_FRAPPE
The built-in Catppuccin Frappé variant of an Extended palette.
EXTENDED_CATPPUCCIN_LATTE
The built-in Catppuccin Latte variant of an Extended palette.
EXTENDED_CATPPUCCIN_MACCHIATO
The built-in Catppuccin Macchiato variant of an Extended palette.
EXTENDED_CATPPUCCIN_MOCHA
The built-in Catppuccin Mocha variant of an Extended palette.
EXTENDED_DARK
The built-in dark variant of an Extended palette.
EXTENDED_DRACULA
The built-in Dracula variant of an Extended palette.
EXTENDED_FERRA
The built-in Ferra variant of an Extended palette.
EXTENDED_GRUVBOX_DARK
The built-in Gruvbox Dark variant of an Extended palette.
EXTENDED_GRUVBOX_LIGHT
The built-in Gruvbox Light variant of an Extended palette.
EXTENDED_KANAGAWA_DRAGON
The built-in Kanagawa Dragon variant of an Extended palette.
EXTENDED_KANAGAWA_LOTUS
The built-in Kanagawa Lotus variant of an Extended palette.
EXTENDED_KANAGAWA_WAVE
The built-in Kanagawa Wave variant of an Extended palette.
EXTENDED_LIGHT
The built-in light variant of an Extended palette.
EXTENDED_MOONFLY
The built-in Moonfly variant of an Extended palette.
EXTENDED_NIGHTFLY
The built-in Nightfly variant of an Extended palette.
EXTENDED_NORD
The built-in Nord variant of an Extended palette.
EXTENDED_OXOCARBON
The built-in Oxocarbon variant of an Extended palette.
EXTENDED_SOLARIZED_DARK
The built-in Solarized Dark variant of an Extended palette.
EXTENDED_SOLARIZED_LIGHT
The built-in Solarized Light variant of an Extended palette.
EXTENDED_TOKYO_NIGHT
The built-in Tokyo Night variant of an Extended palette.
EXTENDED_TOKYO_NIGHT_LIGHT
The built-in Tokyo Night variant of an Extended palette.
EXTENDED_TOKYO_NIGHT_STORM
The built-in Tokyo Night Storm variant of an Extended palette.

Functions§

darken
Darkens a Color by the given factor.
deviate
Deviates a Color by the given factor. Lightens if the Color is dark, darkens otherwise.
is_dark
Returns true if the Color is dark.
lighten
Lightens a Color by the given factor.
mix
Mixes two colors by the given factor.
readable
Computes a Color from the given text color that is readable on top of the given background color.