use crate::themes::theme::Theme;
crate::define_theme! {
bg: (0x28, 0x2c, 0x34),
bg_alt: (0x21, 0x24, 0x2b),
fg: (0xbb, 0xc2, 0xcf),
fg_alt: (0x5B, 0x62, 0x68),
base4: (0x3f, 0x44, 0x4a),
red: (0xff, 0x6c, 0x6b),
orange: (0xda, 0x85, 0x48),
yellow: (0xEC, 0xBE, 0x7B),
green: (0x98, 0xbe, 0x65),
cyan: (0x46, 0xD9, 0xFF),
blue: (0x51, 0xaf, 0xef),
magenta: (0xc6, 0x78, 0xdd),
violet: (0xa9, 0xa1, 0xe1)
}