Skip to content

fix(ui): update dim color from #565f89 to #7a7f9a for improved contrast#706

Merged
edenreich merged 1 commit into
mainfrom
fix/dim-color-update
Jul 1, 2026
Merged

fix(ui): update dim color from #565f89 to #7a7f9a for improved contrast#706
edenreich merged 1 commit into
mainfrom
fix/dim-color-update

Conversation

@edenreich

Copy link
Copy Markdown
Contributor

Summary

Updates the dim/gray color from #565f89 to #7a7f9a across the codebase for improved contrast and readability.

Changes

  • internal/ui/styles/colors/colors.go: Updated Gray and LipglossGray constants
  • internal/ui/components/diffview/style.go: Updated darkDim constant
  • internal/services/tool_formatter_test.go: Updated test mock to match new color
  • internal/web/templates/index.html: Updated CSS color values

Testing

  • All existing tests pass
  • Visual contrast is improved with the lighter dim color

@edenreich edenreich requested a review from a team as a code owner July 1, 2026 11:38
@edenreich edenreich merged commit b2ee67e into main Jul 1, 2026
1 check passed
@edenreich edenreich deleted the fix/dim-color-update branch July 1, 2026 12:20
inference-gateway-releaser Bot added a commit that referenced this pull request Jul 2, 2026
## [0.127.0](v0.126.0...v0.127.0) (2026-07-02)

### 🚀 Features

* **plan:** compact context and start a fresh session when a plan is approved ([#705](#705)) ([28ddba7](28ddba7))
* **memory:** configurable git sync backend ([#707](#707)) ([6a68c3d](6a68c3d)), closes [#670](#670) [#670](#670)
* **history:** each subagent gets its own history file ([#711](#711)) ([16c8fa1](16c8fa1)), closes [#699](#699)

### 🐛 Bug Fixes

* **plan:** accepting a plan switches to auto-accept mode by default ([#714](#714)) ([7b0befc](7b0befc)), closes [#710](#710)
* **tools:** guard concurrent gitignore and screenshot caches ([#713](#713)) ([0ff4276](0ff4276)), closes [#712](#712)
* **tools:** guard Registry.tools with RWMutex against concurrent MCP registration ([#709](#709)) ([8a70871](8a70871)), closes [#708](#708)
* **ui:** update dim color from [#565f89](https://github.com/inference-gateway/cli/issues/565f89) to [#7a7f9a](https://github.com/inference-gateway/cli/issues/7a7f9a) for improved contrast ([#706](#706)) ([b2ee67e](b2ee67e))

### 🔧 Build System

* **deps:** bump github.com/go-telegram/bot from 1.21.0 to 1.22.0 in the gomod group ([#703](#703)) ([3de5136](3de5136))
* **deps:** bump the github-actions group with 5 updates ([#704](#704)) ([80221f7](80221f7))
@inference-gateway-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.127.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Change the default theme dark grey for thinking to slightly lighter color so it's easier to read

1 participant