/** * @fileoverview Forest Theme for Rantii * @author retoor * @description Deep forest green theme * @keywords theme, forest, green, colors */ :root.theme-forest, .theme-forest { --color-bg: #0d1f0d; --color-bg-secondary: #122912; --color-bg-tertiary: #1a3a1a; --color-surface: #122912; --color-surface-hover: #1e451e; --color-border: #2a5a2a; --color-text: #e8f5e8; --color-text-secondary: #a8c8a8; --color-text-muted: #6a8a6a; --color-primary: #4caf50; --color-primary-hover: #66bb6a; --color-secondary: #1a3a1a; --color-success: #81c784; --color-warning: #ffb74d; --color-error: #e57373; --color-info: #64b5f6; --color-upvote: #81c784; --color-downvote: #e57373; --color-link: #64b5f6; --color-code-bg: #0a160a; --color-overlay: rgba(13, 31, 13, 0.8); }