Skip to content

Several themes don't support light appearance - dark and light modes are identical #18397

@IamCoder18

Description

@IamCoder18

Description

When selecting a theme and toggling between dark/light appearance, the following themes show no visual change:

  • Night Owl
  • Ayu
  • Aura
  • Catppuccin Frappe
  • Catppuccin Macchiato

This happens because each color in these themes has the same value for both dark and light properties, e.g.:

"primary": {
  "dark": "nightOwlBlue",
  "light": "nightOwlBlue"  // identical to dark
}

Plugins

None

OpenCode version

Reproduced on v1.2.27. Still present in the latest commit (0bbf26a).

Steps to reproduce

  1. Open OpenCode
  2. Go to settings → appearance
  3. Select one of the affected themes (Night Owl, Ayu, Aura, Catppuccin Frappe, Catppuccin Macchiato)
  4. Toggle between dark and light appearance
  5. Observe that the colors remain identical

Screenshot and/or share link

Theme: Night Owl
Screenshot 1: Light Mode

Image

Theme: Night Owl
Screenshot 2: Dark Mode

Image

Operating System

Ubuntu 22.04.5

Terminal

Windows Terminal

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions