use ratatui::style::Color;
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Base) or NamedColor::Surface* for theme-aware lookup"
)]
pub const NORD0: Color = Color::Rgb(46, 52, 64);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Surface1) or NamedColor::Surface0 for theme-aware lookup"
)]
pub const NORD1: Color = Color::Rgb(59, 66, 82);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Surface2) for theme-aware lookup"
)]
pub const NORD2: Color = Color::Rgb(67, 76, 94);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Overlay0) (or Overlay1/Overlay2) for theme-aware lookup"
)]
pub const NORD3: Color = Color::Rgb(76, 86, 106);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Subtext0) for theme-aware lookup"
)]
pub const NORD4: Color = Color::Rgb(216, 222, 233);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Subtext1) for theme-aware lookup"
)]
pub const NORD5: Color = Color::Rgb(229, 233, 240);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Text) for theme-aware lookup"
)]
pub const NORD6: Color = Color::Rgb(236, 239, 244);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Teal) for theme-aware lookup"
)]
pub const NORD7: Color = Color::Rgb(143, 188, 187);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Sky) for theme-aware lookup"
)]
pub const NORD8: Color = Color::Rgb(136, 192, 208);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Sapphire) for theme-aware lookup"
)]
pub const NORD9: Color = Color::Rgb(129, 161, 193);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Blue) for theme-aware lookup"
)]
pub const NORD10: Color = Color::Rgb(94, 129, 172);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Red) for theme-aware lookup"
)]
pub const NORD11: Color = Color::Rgb(191, 97, 106);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Peach) for theme-aware lookup"
)]
pub const NORD12: Color = Color::Rgb(208, 135, 112);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Yellow) for theme-aware lookup"
)]
pub const NORD13: Color = Color::Rgb(235, 203, 139);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Green) for theme-aware lookup"
)]
pub const NORD14: Color = Color::Rgb(163, 190, 140);
#[deprecated(
since = "0.17.0",
note = "use theme.color(NamedColor::Lavender) or NamedColor::Mauve for theme-aware lookup"
)]
pub const NORD15: Color = Color::Rgb(180, 142, 173);