Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
69e89c9d
Commit
69e89c9d
authored
8 years ago
by
Maxim.Mossienko
Browse files
Options
Download
Email Patches
Plain Diff
proper text color for current logo
parent
85fcdf8c
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community-resources/src/idea/IdeaApplicationInfo.xml
+1
-1
community-resources/src/idea/IdeaApplicationInfo.xml
with
1 addition
and
1 deletion
+1
-1
community-resources/src/idea/IdeaApplicationInfo.xml
+
1
-
1
View file @
69e89c9d
...
...
@@ -4,7 +4,7 @@
<version
codename=
"Community Edition"
major=
"2017"
minor=
"2"
eap=
"true"
/>
<company
name=
"JetBrains s.r.o."
url=
"https://www.jetbrains.com/?fromIDE"
/>
<build
number=
"__BUILD_NUMBER__"
date=
"__BUILD_DATE__"
/>
<logo
url=
"/idea_community_logo.png"
textcolor=
"
dddddd
"
progressColor=
"
f87206
"
progressX=
"117"
progressY=
"280"
progressHeight=
"3"
/>
<logo
url=
"/idea_community_logo.png"
textcolor=
"
000000
"
progressColor=
"
ef5468
"
progressX=
"117"
progressY=
"280"
progressHeight=
"3"
/>
<about
url=
"/idea_community_about.png"
foreground=
"000000"
copyrightForeground=
"7A858F"
linkColor=
"9b5121"
logoX=
"540"
logoY=
"300"
logoW=
"100"
logoH=
"100"
/>
<icon
size32=
"/icon_CE.png"
size16=
"/icon_CEsmall.png"
size128=
"/icon_CE_128.png"
ico=
"idea_CE.ico"
/>
<package
code=
"__PACKAGE_CODE__"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help