Skip to content

Commit 0a17790

Browse files
committed
move haskell to fonts/ directory (issue #274) and rework plain-versions to prepare for use as font; adding haskell to devicon.json and devicon-colors.css
1 parent 7178157 commit 0a17790

10 files changed

Lines changed: 91 additions & 122 deletions

devicon-colors.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
.devicon-yarn-plain.colored {
3131
color: #2c8ebb;
3232
}
33+
.devicon-haskell-plain-wordmark.colored,
34+
.devicon-haskell-plain.colored{
35+
color: #5E5185;
36+
}
3337
.devicon-handlebars-plain-wordmark.colored,
3438
.devicon-handlebars-plain.colored{
35-
color: #000000;
39+
color: #000000;
3640
}
3741
.devicon-couchdb-plain-wordmark.colored,
3842
.devicon-couchdb-plain.colored {

devicon.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,14 @@
447447
"font": ["plain"]
448448
}
449449
},
450+
{
451+
"name": "haskell",
452+
"tags": ["language", "functional"],
453+
"versions": {
454+
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
455+
"font": ["plain", "plain-wordmark"]
456+
}
457+
},
450458
{
451459
"name": "handlebars",
452460
"tags": ["framework"],

haskell/haskell-plain-workmark.svg

Lines changed: 0 additions & 44 deletions
This file was deleted.

haskell/haskell-plain.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

haskell/link.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 47 additions & 47 deletions
Loading
Lines changed: 17 additions & 17 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

icons/haskell/haskell-plain.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)