1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-10 00:27:16 +02:00

Added colored style to kotlin icons and its variations in the json file

This commit is contained in:
Ezequiel S. Sandoval
2020-09-23 16:26:45 -05:00
parent 1669a829f8
commit 5499688cfe
2 changed files with 14 additions and 0 deletions

View File

@@ -412,6 +412,12 @@
.devicon-jquery-plain.colored {
color: #0769ad;
}
.devicon-kotlin-plain.colored,
.devicon-kotlin-plain-wordmark.colored,
.devicon-kotlin-original.colored,
.devicon-kotlin-original-wordmark.colored {
color: #7C6DB2
}
.devicon-krakenjs-plain.colored,
.devicon-krakenjs-plain-wordmark.colored {
color: #0081C2;

View File

@@ -567,6 +567,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "kotlin",
"tags": ["language"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "krakenjs",
"tags": ["nodejs", "framework"],