refactor: introduce new palette colors for control tint
neutral colors will not be tinted anymore
This commit is contained in:
parent
0943f131c2
commit
b8f9dc6cb0
4 changed files with 78 additions and 55 deletions
|
|
@ -132,6 +132,29 @@ pub struct CosmicPaletteInner {
|
|||
/// A wider spread of dark colors for more general use.
|
||||
pub neutral_10: Srgba,
|
||||
|
||||
/// Tinted control colors.
|
||||
pub control_0: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_1: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_2: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_3: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_4: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_5: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_6: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_7: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_8: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_9: Srgba,
|
||||
/// Tinted control colors.
|
||||
pub control_10: Srgba,
|
||||
|
||||
/// Potential Accent Color Combos
|
||||
pub accent_blue: Srgba,
|
||||
/// Potential Accent Color Combos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue