mirror of
https://github.com/konpa/devicon.git
synced 2025-07-31 20:00:16 +02:00
Merge branch 'master' into features/add-scala
This commit is contained in:
@@ -566,6 +566,13 @@
|
|||||||
.devicon-rust-plain.colored {
|
.devicon-rust-plain.colored {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
.devicon-groovy-plain.colored {
|
||||||
|
color: #619cbc;
|
||||||
|
}
|
||||||
|
.devicon-grails-original.colored,
|
||||||
|
.devicon-grails-plain.colored {
|
||||||
|
color: #feb672;
|
||||||
|
}
|
||||||
.devicon-scala-plain-wordmark.colored,
|
.devicon-scala-plain-wordmark.colored,
|
||||||
.devicon-scala-plain.colored {
|
.devicon-scala-plain.colored {
|
||||||
color: #de3423;
|
color: #de3423;
|
||||||
|
15
devicon.json
15
devicon.json
@@ -407,6 +407,21 @@
|
|||||||
"font": ["plain", "plain-wordmark"]
|
"font": ["plain", "plain-wordmark"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "grails",
|
||||||
|
"tags": ["framework"],
|
||||||
|
"versions": {
|
||||||
|
"svg": ["original", "plain"],
|
||||||
|
"font": ["original", "plain"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "groovy",
|
||||||
|
"tags": ["programming", "language"],
|
||||||
|
"versions": {
|
||||||
|
"svg": ["original", "plain"],
|
||||||
|
"font": ["plain"]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "grunt",
|
"name": "grunt",
|
||||||
"tags": ["task-runner", "nodejs"],
|
"tags": ["task-runner", "nodejs"],
|
||||||
|
1
icons/grails/grails-original.svg
Normal file
1
icons/grails/grails-original.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.2 KiB |
1
icons/grails/grails-plain.svg
Normal file
1
icons/grails/grails-plain.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.2 KiB |
1
icons/groovy/groovy-original.svg
Normal file
1
icons/groovy/groovy-original.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 60 KiB |
1
icons/groovy/groovy-plain.svg
Normal file
1
icons/groovy/groovy-plain.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user