# Pacsea theme configuration
#
# Format: key = value
# Value formats supported:
# - #RRGGBB (hex)
# - R,G,B (decimal, 0-255 each)
# Example (decimal): text_primary = 205,214,244
# Lines starting with # are comments.
#
# Key naming:
# Comprehensive names are preferred (shown first). Legacy keys remain supported
# for compatibility (e.g., "base", "surface1").
#
#-----------------------------------------------------------------------------------------------------------------------
#
# ---------- Catppuccin Mocha (dark) ----------
#
# Background layers (from darkest to lightest)
background_base = #1e1e2e
background_mantle = #181825
background_crust = #11111b
#
# Component surfaces
surface_level1 = #45475a
surface_level2 = #585b70
#
# Low-contrast lines/borders
overlay_primary = #7f849c
overlay_secondary = #9399b2
#
# Text hierarchy
text_primary = #cdd6f4
text_secondary = #a6adc8
text_tertiary = #bac2de
#
# Accents and semantic colors
accent_interactive = #74c7ec
accent_heading = #cba6f7
accent_emphasis = #b4befe
semantic_success = #a6e3a1
semantic_warning = #f9e2af
semantic_error = #f38ba8
#
# ---------- Alternative Theme (Light) ----------
#
# # Background layers (from lightest to darkest)
# background_base = #f5f5f7
# background_mantle = #eaeaee
# background_crust = #dcdce1
#
# # Component surfaces
# surface_level1 = #cfd1d7
# surface_level2 = #b7bac3
#
# # Low-contrast lines/borders and secondary text accents
# overlay_primary = #7a7d86
# overlay_secondary = #63666f
#
# # Text hierarchy
# text_primary = #1c1c22
# text_secondary = #3c3f47
# text_tertiary = #565a64
#
# # Accents and semantic colors
# accent_interactive = #1e66f5
# accent_heading = #8839ef
# accent_emphasis = #7287fd
# semantic_success = #40a02b
# semantic_warning = #df8e1d
# semantic_error = #d20f39
# ---------- Alternative Theme (Tokyo Night — Night) ----------
#
# # Background layers (from darkest to lightest)
# background_base = #1a1b26
# background_mantle = #16161e
# background_crust = #0f0f14
#
# # Component surfaces
# surface_level1 = #24283b
# surface_level2 = #1f2335
#
# # Low-contrast lines/borders
# overlay_primary = #414868
# overlay_secondary = #565f89
#
# # Text hierarchy
# text_primary = #c0caf5
# text_secondary = #a9b1d6
# text_tertiary = #9aa5ce
#
# # Accents and semantic colors
# accent_interactive = #7aa2f7
# accent_heading = #bb9af7
# accent_emphasis = #7dcfff
# semantic_success = #9ece6a
# semantic_warning = #e0af68
# semantic_error = #f7768e
# ---------- Alternative Theme (Nord) ----------
#
# # Background layers (from darkest to lightest)
# background_base = #2e3440
# background_mantle = #3b4252
# background_crust = #434c5e
#
# # Component surfaces
# surface_level1 = #3b4252
# surface_level2 = #4c566a
#
# # Low-contrast lines/borders
# overlay_primary = #4c566a
# overlay_secondary = #616e88
#
# # Text hierarchy
# text_primary = #e5e9f0
# text_secondary = #d8dee9
# text_tertiary = #eceff4
#
# # Accents and semantic colors
# accent_interactive = #81a1c1
# accent_heading = #b48ead
# accent_emphasis = #88c0d0
# semantic_success = #a3be8c
# semantic_warning = #ebcb8b
# semantic_error = #bf616a
# ---------- Alternative Theme (Dracula) ----------
#
# # Background layers (from darkest to lightest)
# background_base = #282a36
# background_mantle = #21222c
# background_crust = #44475a
#
# # Component surfaces
# surface_level1 = #44475a
# surface_level2 = #343746
#
# # Low-contrast lines/borders
# overlay_primary = #44475a
# overlay_secondary = #6272a4
#
# # Text hierarchy
# text_primary = #f8f8f2
# text_secondary = #e2e2e6
# text_tertiary = #d6d6de
#
# # Accents and semantic colors
# accent_interactive = #8be9fd
# accent_heading = #bd93f9
# accent_emphasis = #ff79c6
# semantic_success = #50fa7b
# semantic_warning = #f1fa8c
# semantic_error = #ff5555
#
# ---------- Alternative Theme (Gruvbox Dark) ----------
#
# # Background layers (from darkest to lightest)
# background_base = #282828
# background_mantle = #1d2021
# background_crust = #0d1011
#
# # Component surfaces
# surface_level1 = #3c3836
# surface_level2 = #504945
#
# # Low-contrast lines/borders
# overlay_primary = #665c54
# overlay_secondary = #7c6f64
#
# # Text hierarchy
# text_primary = #ebdbb2
# text_secondary = #d5c4a1
# text_tertiary = #bdae93
#
# # Accents and semantic colors
# accent_interactive = #83a598
# accent_heading = #b16286
# accent_emphasis = #d3869b
# semantic_success = #b8bb26
# semantic_warning = #fabd2f
# semantic_error = #fb4934
#
#-----------------------------------------------------------------------------------------------------------------------