Skip to content

Conversation

@ibetitsmike
Copy link
Contributor

Summary

Adjusts the solarized themes to properly use the solarized color palette for:

  • Runtime icons (local/worktree/SSH)
  • Thinking slider and label
  • Visual separation between sidebar, workspace, and input areas

Changes

Theme colors

  • Add --color-runtime-* CSS variables using solarized palette:
    • SSH: blue (#268bd2)
    • Worktree: violet (#6c71c4)
    • Local: base0 (#839496)
  • Update thinking colors to use solarized violet (#6c71c4)
  • Create visual separation in solarized-dark: workspace slightly darker than sidebar

Component updates

  • Refactor RuntimeBadge and RuntimeIconSelector to use CSS variables instead of hardcoded Tailwind colors
  • Update ThinkingSlider to use --color-thinking-mode CSS variable for label and glow effects

Generated with mux

- Add visual separation in solarized-dark: workspace darker than sidebar
- Add --color-runtime-* CSS variables using solarized palette:
  - SSH: blue (#268bd2)
  - Worktree: violet (#6c71c4)
  - Local: base0 (#839496)
- Update thinking colors to use solarized violet
- Refactor RuntimeBadge and RuntimeIconSelector to use CSS vars
  instead of hardcoded Tailwind colors for theme adaptability

_Generated with mux_
Replace hardcoded HSL values with --color-thinking-mode CSS variable
so the slider adapts to theme (especially solarized).

_Generated with mux_
The color-mix syntax wasn't working in inline styles. Use the
CSS variables directly: --color-thinking-mode-light for LOW,
--color-thinking-mode for MEDIUM/HIGH.

_Generated with mux_
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

Reverts the runtime icon colors in default light/dark themes to match
the original Tailwind values (blue-500, purple-500) exactly, avoiding
visual regression. Solarized themes keep the new solarized-palette values.

_Generated with mux_
- Restore runtime icon text colors in default themes to match original (lighter shades)
- Use --color-text-secondary for ThinkingSlider 'off' state to match original gray
- Ensure Solarized themes use consistent palette colors

_Generated with mux_
@ibetitsmike ibetitsmike added this pull request to the merge queue Dec 4, 2025
Merged via the queue into main with commit 774fa25 Dec 4, 2025
16 checks passed
@ibetitsmike ibetitsmike deleted the solarized-theme-sidebar-icons branch December 4, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant