Updated base16.rs to match the updated package in citadel

This commit is contained in:
David McKinney 2021-02-09 08:05:04 -05:00 committed by Bruce Leidl
parent ee7d0ef166
commit 96f7e8be7c

View File

@ -765,6 +765,14 @@ fn create_schemes() -> HashMap<String, Base16Scheme> {
0xF80059, 0xBD0152, 0x82034C, 0x470546,
]));
schemes.insert(String::from("helios"), Base16Scheme::new("helios", "Helios",
vec![
0x1d2021, 0x383c3e, 0x53585b, 0x6f7579,
0xcdcdcd, 0xd5d5d5, 0xdddddd, 0xe5e5e5,
0xd72638, 0xeb8413, 0xf19d1a, 0x88b92d,
0x1ba595, 0x1e8bac, 0xbe4264, 0xc85e0d,
]));
schemes.insert(String::from("hopscotch"), Base16Scheme::new("hopscotch", "Hopscotch",
vec![
0x322931, 0x433b42, 0x5c545b, 0x797379,
@ -773,6 +781,14 @@ fn create_schemes() -> HashMap<String, Base16Scheme> {
0x149b93, 0x1290bf, 0xc85e7c, 0xb33508,
]));
schemes.insert(String::from("horizon-dark"), Base16Scheme::new("horizon-dark", "Horizon Dark",
vec![
0x1c1e26, 0x232530, 0x2e303e, 0x676a8d,
0xced1d0, 0xcbced0, 0xdcdfe4, 0xe3e6ee,
0xe93c58, 0xe58d7d, 0xefb993, 0xefaf8e,
0x24a8b4, 0xdf5273, 0xb072d1, 0xe4a382,
]));
schemes.insert(String::from("ia-dark"), Base16Scheme::new("ia-dark", "iA Dark",
vec![
0x1a1a1a, 0x222222, 0x1d414d, 0x767676,
@ -1109,6 +1125,14 @@ fn create_schemes() -> HashMap<String, Base16Scheme> {
0x7CEDE9, 0x03AEFF, 0xEA5CE2, 0x9D4D0E,
]));
schemes.insert(String::from("tomorrow-night-eighties"), Base16Scheme::new("tomorrow-night-eighties", "Tomorrow Night Eighties",
vec![
0x2d2d2d, 0x393939, 0x515151, 0x999999,
0xb4b7b4, 0xcccccc, 0xe0e0e0, 0xffffff,
0xf2777a, 0xf99157, 0xffcc66, 0x99cc99,
0x66cccc, 0x6699cc, 0xcc99cc, 0xa3685a,
]));
schemes.insert(String::from("tomorrow-night"), Base16Scheme::new("tomorrow-night", "Tomorrow Night",
vec![
0x1d1f21, 0x282a2e, 0x373b41, 0x969896,