Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/brand-color-view-icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---

Add brand-colored Kilo Code icon to editor title bar for better visibility
6 changes: 6 additions & 0 deletions src/assets/icons/kilo-brand-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/kilo-brand-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@
"command": "kilo-code.open",
"title": "%views.activitybar.title%",
"icon": {
"light": "assets/icons/kilo-light.svg",
"dark": "assets/icons/kilo-dark.svg"
"light": "assets/icons/kilo-brand-light.svg",
"dark": "assets/icons/kilo-brand-dark.svg"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not replace the existing icons? Or are they still used elsewhere? Having multiple seems bad to me for consistency?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markijbema - they are used elsewhere:

  • The ChatView
  • Commit message generation
  • AgentManager panel

Let me try to swap them though and see how it looks. I was trying to go for a minimal change, but the color may help on the commit message generation as it's really hard to see otherwise.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So here is a test, what do you think @markijbema? I'll ask Halyna (our designer) too.

My gut feel is:

  • I like the updated commit message so it pops a bit more, I never knew it was there until someone told me. I think we change this for the same reason as the view title bar to open Kilo Code. (It's so easy to miss)
  • I don't like the agent manager view title icon, it seems unnecessarily attention-grabbing given other view title icons. There is title text to provide the clarity.
  • The agentmanager main page doesn't update currently, but can be adjusted.
  • I'm ambivalent on the chatview change. I tried to make it animate for fun, but lottie is big. (>1MB)

Dark

image image image ### Light image image image

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i actually like the agent manager, since that tab is buried between file tabs, so you might actually need the extra visibility. I'd vote for consistently changing.

I find the yellow icon in the chat a bit much, but then again, you're not often in that tab when you're actually using kilo, so I think it's fine

}
}
],
Expand Down
Loading