diff options
| author | David Hill <[email protected]> | 2026-02-17 18:39:21 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-17 18:39:21 +0000 |
| commit | 7379903568552be7dcfe846856f6cdd547bd97f0 (patch) | |
| tree | 5f569719481bf0413e5c8e7bf61f44fb3c37ae28 /packages/ui/src/styles | |
| parent | a685e7a805454110d92ed4da5a3799a15ea1bcb9 (diff) | |
| download | opencode-7379903568552be7dcfe846856f6cdd547bd97f0.tar.gz opencode-7379903568552be7dcfe846856f6cdd547bd97f0.zip | |
tui: improve modified file visibility and button spacing
- Replace warning yellow with distinct orange color for modified files in git diff indicators
- Increase button padding for better visual balance in session header and status popover
Diffstat (limited to 'packages/ui/src/styles')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index e2dd1598a..6bcc74852 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -287,7 +287,7 @@ --icon-diff-add-active: var(--mint-light-12); --icon-diff-delete-base: var(--ember-light-10); --icon-diff-delete-hover: var(--ember-light-11); - --icon-diff-modified-base: var(--icon-warning-base); + --icon-diff-modified-base: #ff8c00; --syntax-comment: var(--text-weak); --syntax-regexp: var(--text-base); --syntax-string: #006656; @@ -545,7 +545,7 @@ --icon-diff-add-active: var(--mint-dark-11); --icon-diff-delete-base: var(--ember-dark-9); --icon-diff-delete-hover: var(--ember-dark-10); - --icon-diff-modified-base: var(--icon-warning-base); + --icon-diff-modified-base: #ffba92; --syntax-comment: var(--text-weak); --syntax-regexp: var(--text-base); --syntax-string: #00ceb9; |
