pub struct ColorScheme {}
Fields§
§name: String
The common name for this color scheme. This name can show up in the user interface in a list of color schemes.
dark1: Color
This element defines a color that happens to be the dark 1 color. The set of twelve colors come together to form the color scheme for a theme.
light1: Color
This element defines a color that happens to be the accent 1 color. The set of twelve colors come together to form the color scheme for a theme.
dark2: Color
This element defines a color that happens to be the dark 2 color. The set of twelve colors come together to form the color scheme for a theme.
light2: Color
This element defines a color that happens to be the accent 1 color. The set of twelve colors come together to form the color scheme for a theme.
accent1: Color
This element defines a color that happens to be the accent 1 color. The set of twelve colors come together to form the color scheme for a theme.
accent2: Color
This element defines a color that happens to be the accent 2 color. The set of twelve colors come together to form the color scheme for a theme.
accent3: Color
This element defines a color that happens to be the accent 3 color. The set of twelve colors come together to form the color scheme for a theme.
accent4: Color
This element defines a color that happens to be the accent 4 color. The set of twelve colors come together to form the color scheme for a theme.
accent5: Color
This element defines a color that happens to be the accent 5 color. The set of twelve colors come together to form the color scheme for a theme.
accent6: Color
This element defines a color that happens to be the accent 6 color. The set of twelve colors come together to form the color scheme for a theme.
hyperlink: Color
This element defines a color that happens to be the hyperlink color. The set of twelve colors come together to form the color scheme for a theme.
followed_hyperlink: Color
This element defines a color that happens to be the followed hyperlink color. The set of twelve colors come together to form the color scheme for a theme.
Implementations§
Source§impl ColorScheme
impl ColorScheme
pub fn from_xml_element(xml_node: &XmlNode) -> Result<Self>
Trait Implementations§
Source§impl Clone for ColorScheme
impl Clone for ColorScheme
Source§fn clone(&self) -> ColorScheme
fn clone(&self) -> ColorScheme
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more