### Mono Theme Configuration for Evidence Source: https://context7.com/evidence-dev/themes/llms.txt Sets up the 'Mono' theme, a minimalist monochrome theme utilizing only black, white, and grayscale values. It supports mode-aware palettes, ensuring consistent grayscale appearance in both light and dark modes. This theme is ideal for interfaces prioritizing simplicity and clarity. ```yaml # mono/evidence.config.yaml # Minimalist monochrome theme ``` -------------------------------- ### Plasma Theme Configuration (YAML) Source: https://context7.com/evidence-dev/themes/llms.txt Configures the Plasma theme for Evidence, inspired by the Plasma colormap. It includes a detailed color palette and scale, along with specific color assignments for primary, accent, base, info, warning, negative, and positive elements, optimized for both light and dark modes. ```yaml # plasma/evidence.config.yaml # Based on Plasma colormap (CC0 License) by S. van der Walt and N. Smith theme: colorPalettes: default: - "#0d0887" - "#3e049c" - "#6300a7" - "#8606a6" - "#a62098" - "#c03a83" - "#d5546e" - "#e76f5a" - "#f68d45" - "#fdae32" - "#fcd225" - "#f0f921" colorScales: default: - "#0d0887" - "#3e049c" - "#6300a7" - "#8606a6" - "#a62098" - "#c03a83" - "#d5546e" - "#e76f5a" - "#f68d45" - "#fdae32" - "#fcd225" - "#f0f921" colors: primary: light: "#6300a7" # Plasma Purple dark: "#6300a7" # Plasma Purple accent: light: "#f68d45" # Plasma Orange dark: "#f68d45" # Plasma Orange base: light: "#ffffff" # White dark: "#000000" # Black info: light: "#0d0887" # Plasma Deep Blue dark: "#0d0887" # Plasma Deep Blue warning: light: "#fcd225" # Plasma Yellow dark: "#fcd225" # Plasma Yellow negative: light: "#e76f5a" # Plasma Red dark: "#e76f5a" # Plasma Red positive: light: "#a62098" # Plasma Magenta dark: "#a62098" # Plasma Magenta ``` -------------------------------- ### Retro Theme Configuration (YAML) Source: https://context7.com/evidence-dev/themes/llms.txt Details the configuration for the Retro theme, offering a vintage aesthetic with bold, saturated colors. It specifies color palettes, scales, and semantic color roles (primary, accent, base, etc.) for both light and dark interfaces. ```yaml # retro/evidence.config.yaml theme: colorPalettes: default: - "#009ddc" # Blue - "#963d97" # Purple - "#e03a3e" # Red - "#f5821f" # Orange - "#fdb827" # Yellow - "#61bb46" # Green - "#ffcc00" # Gold - "#ff7f50" # Coral - "#ff6347" # Tomato - "#ff4500" # Orange Red - "#da70d6" # Orchid colorScales: default: - "#009ddc" # Blue - "#e03a3e" # Red colors: primary: light: "#009ddc" # Blue dark: "#009ddc" # Blue accent: light: "#e03a3e" # Red dark: "#e03a3e" # Red base: light: "#F8F5EE" # Paper dark: "#09090b" # Dark info: light: "#009ddc" # Blue dark: "#009ddc" # Blue warning: light: "#fdb827" # Yellow dark: "#fdb827" # Yellow negative: light: "#e03a3e" # Red dark: "#e03a3e" # Red positive: light: "#61bb46" # Green dark: "#61bb46" # Green ``` -------------------------------- ### Mono Theme Configuration (YAML) Source: https://context7.com/evidence-dev/themes/llms.txt Defines the color palettes, scales, and specific colors for the Mono theme in Evidence. Supports both light and dark modes with predefined color values for primary, accent, base, info, warning, negative, and positive elements. ```yaml # mono/evidence.config.yaml theme: colorPalettes: default: light: - "#000000" # Black - "#444444" # 25% Gray - "#888888" # 50% Gray - "#CCCCCC" # 75% Gray dark: - "#FFFFFF" # White - "#CCCCCC" # 75% Gray - "#888888" # 50% Gray - "#444444" # 25% Gray colorScales: default: light: - "#000000" # Black - "#CCCCCC" # Lighter Gray dark: - "#FFFFFF" # White - "#333333" # Dark Gray colors: primary: light: "#000000" # Black dark: "#FFFFFF" # White accent: light: "#333333" # Dark Gray dark: "#CCCCCC" # Lighter Gray base: light: "#FFFFFF" # White dark: "#000000" # Black info: light: "#666666" # Gray dark: "#999999" # Light Gray warning: light: "#999999" # Light Gray dark: "#666666" # Gray negative: light: "#333333" # Dark Gray dark: "#CCCCCC" # Lighter Gray positive: light: "#CCCCCC" # Lighter Gray dark: "#333333" # Dark Gray ``` -------------------------------- ### Default Theme Configuration for Evidence Source: https://context7.com/evidence-dev/themes/llms.txt The default theme for Evidence requires no additional configuration. It utilizes the framework's built-in styling, making it the simplest option to implement. This configuration is represented by an empty YAML file. ```yaml # default/evidence.config.yaml # Default theme requires no config ``` -------------------------------- ### Forest Theme Configuration for Evidence Source: https://context7.com/evidence-dev/themes/llms.txt Applies the 'Forest' theme, inspired by woodland environments with greens, teals, and blues. This configuration defines color palettes and semantic color mappings for primary, accent, base, and info elements in both light and dark modes. It's suited for applications aiming for a natural, calming aesthetic. ```yaml # forest/evidence.config.yaml theme: colorPalettes: default: - "#556b2f" # Dark Olive Green - "#6b8e23" # Olive Drab - "#8fbc8f" # Dark Sea Green - "#2e8b57" # Sea Green - "#3cb371" # Medium Sea Green - "#66cdaa" # Medium Aquamarine - "#20b2aa" # Light Sea Green - "#008b8b" # Dark Cyan - "#5f9ea0" # Cadet Blue - "#4682b4" # Steel Blue colors: primary: light: "#32cd32" # Lime Green dark: "#3cb371" # Medium Sea Green accent: light: "#8fbc8f" # Dark Sea Green dark: "#556b2f" # Dark Olive Green base: light: "#f0fff0" # Honeydew dark: "#1a2f2f" # Darker Slate Gray info: light: "#3cb371" # Medium Sea Green dark: "#5f9ea0" # Cadet Blue ``` -------------------------------- ### Desert Theme Configuration for Evidence Source: https://context7.com/evidence-dev/themes/llms.txt Configures the 'Desert' theme for Evidence, characterized by warm earth tones. It defines primary, accent, and base colors for both light and dark modes, along with a default color palette. This theme is suitable for applications aiming for a natural, earthy aesthetic. ```yaml # desert/evidence.config.yaml theme: colorPalettes: default: - "#8b4513" # Saddle Brown - "#a0522d" # Sienna - "#d2691e" # Chocolate - "#cd853f" # Peru - "#d2b48c" # Tan - "#deb887" # Burlywood - "#f4a460" # Sandy Brown - "#f5deb3" # Wheat - "#ffdead" # Navajo White - "#ffe4c4" # Bisque colors: primary: light: "#8b4513" # Saddle Brown dark: "#deb887" # Burlywood accent: light: "#cd853f" # Peru dark: "#8b4513" # Saddle Brown base: light: "#fff5ee" # Seashell dark: "#1a1410" # Night Desert info: light: "#cd3f3f" # Salmon dark: "#ffe4c4" # Bisque ``` -------------------------------- ### Dracula Theme Configuration for Evidence Source: https://context7.com/evidence-dev/themes/llms.txt Implements the 'Dracula' theme, a dark-only theme with vibrant purples, cyans, and pinks, based on the popular Dracula color scheme. It configures color palettes, scales, and semantic colors for UI elements, and sets the default appearance to dark. This theme is ideal for a high-contrast, visually striking interface. ```yaml # dracula/evidence.config.yaml appearance: default: dark switcher: false theme: colorPalettes: default: - "#bd93f9" # Purple - "#8be9fd" # Cyan - "#ff79c6" # Pink - "#50fa7b" # Green - "#ffb86c" # Orange - "#ff5555" # Red - "#f1fa8c" # Yellow - "#6272a4" # Comment colorScales: default: - "#bd93f9" # Purple - "#ff79c6" # Pink colors: primary: light: "#bd93f9" # Purple dark: "#bd93f9" # Purple accent: light: "#ff79c6" # Pink dark: "#ff79c6" # Pink base: light: "#f8f8f2" # Foreground dark: "#282a36" # Background info: light: "#8be9fd" # Cyan dark: "#8be9fd" # Cyan warning: light: "#ffb86c" # Orange dark: "#ffb86c" # Orange negative: light: "#ff5555" # Red dark: "#ff5555" # Red positive: light: "#50fa7b" # Green dark: "#50fa7b" # Green ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.