Skip to content

Commit 5499688

Browse files
committed
Added colored style to kotlin icons and its variations in the json file
1 parent 1669a82 commit 5499688

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

devicon-colors.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,12 @@
412412
.devicon-jquery-plain.colored {
413413
color: #0769ad;
414414
}
415+
.devicon-kotlin-plain.colored,
416+
.devicon-kotlin-plain-wordmark.colored,
417+
.devicon-kotlin-original.colored,
418+
.devicon-kotlin-original-wordmark.colored {
419+
color: #7C6DB2
420+
}
415421
.devicon-krakenjs-plain.colored,
416422
.devicon-krakenjs-plain-wordmark.colored {
417423
color: #0081C2;

devicon.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,14 @@
567567
"font": ["plain", "plain-wordmark"]
568568
}
569569
},
570+
{
571+
"name": "kotlin",
572+
"tags": ["language"],
573+
"versions": {
574+
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
575+
"font": ["plain", "plain-wordmark"]
576+
}
577+
},
570578
{
571579
"name": "krakenjs",
572580
"tags": ["nodejs", "framework"],

0 commit comments

Comments
 (0)