website-htmx-rustelo-code/site/assets/styles/themes/dark.toml
2026-07-10 03:44:13 +01:00

45 lines
No EOL
1.5 KiB
TOML

# Dark Theme Configuration
# Modern dark theme with improved contrast and eye comfort
[metadata]
name = "Dark"
description = "Modern dark theme with high contrast and reduced eye strain"
version = "1.0.0"
author = "Rustelo Contributors"
extends = "default" # Inherit from default theme
[colors]
# Primary brand colors (slightly adjusted for dark theme)
primary = "#60a5fa" # Blue-400 (brighter for dark backgrounds)
primary_hover = "#3b82f6" # Blue-500
secondary = "#9ca3af" # Gray-400
secondary_hover = "#d1d5db" # Gray-300
accent = "#fbbf24" # Amber-400
# Semantic colors (adjusted for dark theme)
success = "#34d399" # Emerald-400
warning = "#fbbf24" # Amber-400
error = "#f87171" # Red-400
info = "#22d3ee" # Cyan-400
# Surface colors (dark theme)
surface = "#111827" # Gray-900
surface_dark = "#030712" # Gray-950
surface_hover = "#1f2937" # Gray-800
surface_hover_dark = "#374151" # Gray-700
# Text colors (inverted for dark theme)
text = "#f9fafb" # Gray-50
text_dark = "#111827" # Gray-900
text_secondary = "#d1d5db" # Gray-300
text_secondary_dark = "#6b7280" # Gray-500
# Border colors (adjusted for dark theme)
border = "#374151" # Gray-700
border_dark = "#4b5563" # Gray-600
[assets]
# Dark theme specific assets
logo_light = "/images/logo-dark.svg" # Use dark logo on light backgrounds
logo_dark = "/images/logo-light.svg" # Use light logo on dark backgrounds
favicon = "/images/favicon-dark.ico"