Skip to content

Commit 53d7cad

Browse files
authored
Suggestion: Set intellij project icon (#5467)
Motivation: There is no intellij project icon. Modifications: - Add icon to `.idea/icon.svg` - (Copied and edited [this logo file](https://github.com/line/armeria/blob/main/site/src/design/armeria_icon.svg) to trim space and make square) Result: - Looks good <img width="468" alt="Screenshot 2024-02-15 at 9 03 32 PM" src="https://github.com/line/armeria/assets/11611397/8a87e959-9009-469d-8262-10d23cf686ae"> example <img width="1035" alt="Screenshot 2024-02-15 at 9 14 31 PM" src="https://github.com/line/armeria/assets/11611397/9aa4d105-6ee0-45c5-ad5a-68e6f6c30bdf"> Project icon can be set from welcome page <!-- Visit this URL to learn more about how to write a pull request description: https://armeria.dev/community/developer-guide#how-to-write-pull-request-description -->
1 parent 75d5af1 commit 53d7cad

2 files changed

Lines changed: 66 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ hs_err_pid*
2828
.gradle
2929

3030
# IntelliJ
31-
.idea
31+
**/.idea/*
32+
!.idea/icon.svg
3233
*.iml
3334
*.iws
3435
*.ipr

.idea/icon.svg

Lines changed: 64 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)