Euclidean + hue rotation

This commit is contained in:
2026-02-02 13:25:27 +01:00
parent 7348bd38b1
commit d54d9218c1
21 changed files with 1338 additions and 53 deletions

View File

@@ -14,8 +14,8 @@ pub fn theme() -> ThemeColors {
let autumn_red = Color::Rgb(195, 64, 67);
let carp_yellow = Color::Rgb(230, 195, 132);
let spring_blue = Color::Rgb(127, 180, 202);
let wave_red = Color::Rgb(226, 109, 115);
let sakura_pink = Color::Rgb(212, 140, 149);
let wave_red = Color::Rgb(228, 104, 118);
let sakura_pink = Color::Rgb(210, 126, 153);
let darker_bg = Color::Rgb(26, 26, 34);
@@ -64,7 +64,7 @@ pub fn theme() -> ThemeColors {
active_selected_bg: Color::Rgb(65, 55, 70),
active_in_range_bg: Color::Rgb(50, 50, 60),
link_bright: [
(226, 109, 115),
(228, 104, 118),
(149, 127, 184),
(230, 195, 132),
(127, 180, 202),
@@ -258,14 +258,14 @@ pub fn theme() -> ThemeColors {
high: wave_red,
low_rgb: (118, 148, 106),
mid_rgb: (230, 195, 132),
high_rgb: (226, 109, 115),
high_rgb: (228, 104, 118),
},
sparkle: SparkleColors {
colors: [
(127, 180, 202),
(230, 195, 132),
(118, 148, 106),
(226, 109, 115),
(228, 104, 118),
(149, 127, 184),
],
},