39 lines
No EOL
1.2 KiB
TOML
39 lines
No EOL
1.2 KiB
TOML
# Purple Theme Configuration
|
|
# A vibrant purple-based theme
|
|
|
|
[metadata]
|
|
name = "Purple"
|
|
description = "Vibrant purple theme with modern aesthetics"
|
|
version = "1.0.0"
|
|
author = "Rustelo Contributors"
|
|
extends = "default"
|
|
|
|
[colors]
|
|
# Purple brand colors
|
|
primary = "#8b5cf6" # Purple-500
|
|
primary_hover = "#7c3aed" # Purple-600
|
|
secondary = "#6366f1" # Indigo-500
|
|
secondary_hover = "#4f46e5" # Indigo-600
|
|
accent = "#ec4899" # Pink-500
|
|
|
|
# Semantic colors (adjusted for purple theme)
|
|
success = "#10b981" # Emerald-500
|
|
warning = "#f59e0b" # Amber-500
|
|
error = "#ef4444" # Red-500
|
|
info = "#06b6d4" # Cyan-500
|
|
|
|
# Surface colors (purple-tinted)
|
|
surface = "#fefefe" # Near white with subtle purple tint
|
|
surface_dark = "#1e1b4b" # Purple-900
|
|
surface_hover = "#f8fafc" # Gray-50 with purple tint
|
|
surface_hover_dark = "#312e81" # Purple-800
|
|
|
|
# Text colors
|
|
text = "#1e1b4b" # Purple-900
|
|
text_dark = "#f1f5f9" # Slate-100
|
|
text_secondary = "#64748b" # Slate-500
|
|
text_secondary_dark = "#94a3b8" # Slate-400
|
|
|
|
# Border colors (purple-tinted)
|
|
border = "#e2e8f0" # Slate-200
|
|
border_dark = "#475569" # Slate-600 |