Skip to content

Commit

Permalink
Add C, C++, C#, Redhat & Gimp icons
Browse files Browse the repository at this point in the history
  • Loading branch information
konpa committed May 14, 2015
1 parent 36374c3 commit e1e7135
Show file tree
Hide file tree
Showing 31 changed files with 551 additions and 157 deletions.
34 changes: 34 additions & 0 deletions devicon-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@
.devicon-bower-plain.colored {
color: #ef5734;
}
.devicon-c-line-wordmark.colored,
.devicon-c-line.colored,
.devicon-c-plain-wordmark.colored,
.devicon-c-plain.colored {
color: #03599c;
}
.devicon-c-line-wordmark.colored,
.devicon-c-line.colored,
.devicon-c-plain-wordmark.colored,
.devicon-c-plain.colored {
color: #03599c;
}
.devicon-chrome-plain-wordmark.colored,
.devicon-chrome-plain.colored {
color: #ce4e4e;
Expand All @@ -60,6 +72,18 @@
.devicon-coffeescript-plain.colored {
color: #28334c;
}
.devicon-cplusplus-line-wordmark.colored,
.devicon-cplusplus-line.colored,
.devicon-cplusplus-plain-wordmark.colored,
.devicon-cplusplus-plain.colored {
color: #9c033a;
}
.devicon-csharp-line-wordmark.colored,
.devicon-csharp-line.colored,
.devicon-csharp-plain-wordmark.colored,
.devicon-csharp-plain.colored {
color: #68217a;
}
.devicon-css3-plain-wordmark.colored,
.devicon-css3-plain.colored {
color: #3d8fc6;
Expand Down Expand Up @@ -98,6 +122,10 @@
.devicon-foundation-plain.colored {
color: #008cba;
}
.devicon-gimp-plain-wordmark.colored,
.devicon-gimp-plain.colored {
color: #716955;
}
.devicon-git-plain-wordmark.colored,
.devicon-git-plain.colored {
color: #f34f29;
Expand Down Expand Up @@ -230,6 +258,12 @@
.devicon-react-original.colored {
color: #61dafb;
}
.devicon-redhat-plain-wordmark.colored,
.devicon-redhat-plain.colored,
.devicon-redhat-original-wordmark.colored,
.devicon-redhat-original.colored {
color: #e93442;
}
.devicon-redis-plain-wordmark.colored,
.devicon-redis-plain.colored{
color: #d82c20;
Expand Down
42 changes: 42 additions & 0 deletions devicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,48 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-gimp-plain:before {
content: "\e633";
}

.devicon-redhat-plain-wordmark:before {
content: "\e62a";
}

.devicon-redhat-plain:before {
content: "\e62b";
}

.devicon-cplusplus-line:before,
.devicon-cplusplus-line-wordmark:before {
content: "\e634";
}

.devicon-cplusplus-plain:before,
.devicon-cplusplus-plain-wordmark:before {
content: "\e635";
}

.devicon-csharp-line:before,
.devicon-csharp-line-wordmark:before {
content: "\e636";
}

.devicon-csharp-plain:before,
.devicon-csharp-plain-wordmark:before {
content: "\e637";
}

.devicon-c-line:before,
.devicon-c-line-wordmark:before {
content: "\e638";
}

.devicon-c-plain:before,
.devicon-c-plain-wordmark:before {
content: "\e639";
}

.devicon-nodewebkit-line-wordmark:before {
content: "\e611";
}
Expand Down
40 changes: 40 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "c",
"tags": ["language"],
"versions": {
"svg": ["original", "plain", "line"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "chrome",
"tags": ["browser"],
Expand All @@ -103,6 +111,22 @@
"font": ["original", "original-wordmark"]
}
},
{
"name": "cplusplus",
"tags": ["language"],
"versions": {
"svg": ["original", "plain", "line"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "csharp",
"tags": ["language"],
"versions": {
"svg": ["original", "plain", "line"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "css3",
"tags": ["language", "programming"],
Expand Down Expand Up @@ -175,6 +199,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "gimp",
"tags": ["graphic"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain"]
}
},
{
"name": "git",
"tags": ["version-control"],
Expand Down Expand Up @@ -415,6 +447,14 @@
"font": ["original", "original-wordmark"]
}
},
{
"name": "redhat",
"tags": ["server", "linux"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "redis",
"tags": ["server"],
Expand Down
2 changes: 1 addition & 1 deletion devicon.min.css

Large diffs are not rendered by default.

Binary file modified fonts/devicon.eot
Binary file not shown.
9 changes: 9 additions & 0 deletions fonts/devicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.
Loading

0 comments on commit e1e7135

Please sign in to comment.