Skip to content

Commit f1939b7

Browse files
committed
feat: Ollama icon for dark theme and Anthropic & OpenAI icons for dark theme in SVG format
1 parent de3371e commit f1939b7

File tree

8 files changed

+21
-3
lines changed

8 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Support Amazon Bedrock client.
8+
- Ollama icon for dark theme and Anthropic & OpenAI icons for dark theme in SVG format (thanks to @yaoxinghuo).
89

910
## [2.12.0] - 2025-06-05
1011

src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/Icons.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ object Icons {
1818
}
1919

2020
val AI_COMMITS = AICommitsIcon("/icons/aiCommits15.svg", null)
21-
val OPEN_AI = AICommitsIcon("/icons/openai15bright.svg", "/icons/openai15dark.png")
22-
val OLLAMA = AICommitsIcon("/icons/ollama15.svg", null)
21+
val OPEN_AI = AICommitsIcon("/icons/openai15bright.svg", "/icons/openai15dark.svg")
22+
val OLLAMA = AICommitsIcon("/icons/ollama15bright.svg", "/icons/ollama15dark.svg")
2323
val QIANFAN = AICommitsIcon("/icons/qianfan.png", null)
2424
val GEMINI_VERTEX = AICommitsIcon("/icons/geminiVertex.svg", null)
2525
val GEMINI_GOOGLE = AICommitsIcon("/icons/geminiGoogle.svg", null)
26-
val ANTHROPIC = AICommitsIcon("/icons/anthropic15bright.svg", "/icons/anthropic15dark.png")
26+
val ANTHROPIC = AICommitsIcon("/icons/anthropic15bright.svg", "/icons/anthropic15dark.svg")
2727
val AZURE_OPEN_AI = AICommitsIcon("/icons/azureOpenAi.svg", null)
2828
val HUGGING_FACE = AICommitsIcon("/icons/huggingface.svg", null)
2929
val GITHUB = AICommitsIcon("/icons/github15bright.svg", "/icons/github15dark.svg")
-499 Bytes
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
-567 Bytes
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)