use ratatui::style::Color;
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Crust) for theme-aware lookup"
)]
pub const CATPPUCCIN_CRUST: Color = Color::Rgb(17, 17, 27);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Mantle) for theme-aware lookup"
)]
pub const CATPPUCCIN_MANTLE: Color = Color::Rgb(24, 24, 37);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Base) for theme-aware lookup"
)]
pub const CATPPUCCIN_BASE: Color = Color::Rgb(30, 30, 46);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Surface0) for theme-aware lookup"
)]
pub const CATPPUCCIN_SURFACE0: Color = Color::Rgb(49, 50, 68);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Surface1) for theme-aware lookup"
)]
pub const CATPPUCCIN_SURFACE1: Color = Color::Rgb(69, 71, 90);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Surface2) for theme-aware lookup"
)]
pub const CATPPUCCIN_SURFACE2: Color = Color::Rgb(88, 91, 112);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Overlay0) for theme-aware lookup"
)]
pub const CATPPUCCIN_OVERLAY0: Color = Color::Rgb(108, 112, 134);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Overlay1) for theme-aware lookup"
)]
pub const CATPPUCCIN_OVERLAY1: Color = Color::Rgb(127, 132, 156);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Overlay2) for theme-aware lookup"
)]
pub const CATPPUCCIN_OVERLAY2: Color = Color::Rgb(147, 153, 178);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Subtext0) for theme-aware lookup"
)]
pub const CATPPUCCIN_SUBTEXT0: Color = Color::Rgb(166, 173, 200);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Subtext1) for theme-aware lookup"
)]
pub const CATPPUCCIN_SUBTEXT1: Color = Color::Rgb(186, 194, 222);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Text) for theme-aware lookup"
)]
pub const CATPPUCCIN_TEXT: Color = Color::Rgb(205, 214, 244);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Rosewater) for theme-aware lookup"
)]
pub const CATPPUCCIN_ROSEWATER: Color = Color::Rgb(245, 224, 220);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Flamingo) for theme-aware lookup"
)]
pub const CATPPUCCIN_FLAMINGO: Color = Color::Rgb(242, 205, 205);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Pink) for theme-aware lookup"
)]
pub const CATPPUCCIN_PINK: Color = Color::Rgb(245, 194, 231);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Mauve) for theme-aware lookup"
)]
pub const CATPPUCCIN_MAUVE: Color = Color::Rgb(203, 166, 247);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Red) for theme-aware lookup"
)]
pub const CATPPUCCIN_RED: Color = Color::Rgb(243, 139, 168);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Maroon) for theme-aware lookup"
)]
pub const CATPPUCCIN_MAROON: Color = Color::Rgb(235, 160, 172);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Peach) for theme-aware lookup"
)]
pub const CATPPUCCIN_PEACH: Color = Color::Rgb(250, 179, 135);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Yellow) for theme-aware lookup"
)]
pub const CATPPUCCIN_YELLOW: Color = Color::Rgb(249, 226, 175);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Green) for theme-aware lookup"
)]
pub const CATPPUCCIN_GREEN: Color = Color::Rgb(166, 227, 161);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Teal) for theme-aware lookup"
)]
pub const CATPPUCCIN_TEAL: Color = Color::Rgb(148, 226, 213);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Sky) for theme-aware lookup"
)]
pub const CATPPUCCIN_SKY: Color = Color::Rgb(137, 220, 235);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Sapphire) for theme-aware lookup"
)]
pub const CATPPUCCIN_SAPPHIRE: Color = Color::Rgb(116, 199, 236);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Blue) for theme-aware lookup"
)]
pub const CATPPUCCIN_BLUE: Color = Color::Rgb(137, 180, 250);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Lavender) for theme-aware lookup"
)]
pub const CATPPUCCIN_LAVENDER: Color = Color::Rgb(180, 190, 254);