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
- Open OpenCode
- Go to settings → appearance
- Select one of the affected themes (Night Owl, Ayu, Aura, Catppuccin Frappe, Catppuccin Macchiato)
- Toggle between dark and light appearance
- Observe that the colors remain identical
Screenshot and/or share link
Theme: Night Owl
Screenshot 1: Light Mode
Theme: Night Owl
Screenshot 2: Dark Mode
Operating System
Ubuntu 22.04.5
Terminal
Windows Terminal
Description
When selecting a theme and toggling between dark/light appearance, the following themes show no visual change:
This happens because each color in these themes has the same value for both dark and light properties, e.g.:
Plugins
None
OpenCode version
Reproduced on v1.2.27. Still present in the latest commit (0bbf26a).
Steps to reproduce
Screenshot and/or share link
Theme: Night Owl
Screenshot 1: Light Mode
Theme: Night Owl
Screenshot 2: Dark Mode
Operating System
Ubuntu 22.04.5
Terminal
Windows Terminal