theme2: Correctly reference the dark alpha scale

This commit is contained in:
Marshall Bowers 2023-10-30 17:35:13 -04:00
parent 609836397b
commit 49571127da

View file

@ -133,7 +133,7 @@ impl ColorScaleSet {
}
pub fn dark_alpha(&self, step: ColorScaleStep) -> Hsla {
self.dark[step - 1]
self.dark_alpha[step - 1]
}
fn current_appearance(cx: &AppContext) -> Appearance {