Skip to content

Document Windows-only config keys #214

Description

@deblasis

Windows-only config keys read from the config file (not in the Zig config schema) need documentation:

  • background-style - Window backdrop preset: solid, frosted, crystal (default: frosted)
  • background-tint-color - Hex color for acrylic tint overlay: #RGB, #RRGGBB, #AARRGGBB (default: transparent)
  • background-tint-opacity - Acrylic tint strength: 0.0-1.0 (default: 0.3)
  • background-luminosity-opacity - Acrylic luminosity layer strength: 0.0-1.0 (default: 0.3)
  • background-blur-follows-opacity - Scale acrylic tuning with background-opacity so the whole window fades together on Ctrl+Shift+Scroll: true/false (default: false)

These keys are parsed directly from the config file by ConfigService.GetFileValue() since they have no Zig-side equivalent. Only apply on Windows.

Related: # 196, # 197

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions