From 0a177903735d7a593cb828744a34b8034ed08eb5 Mon Sep 17 00:00:00 2001 From: amacado Date: Tue, 1 Sep 2020 22:37:31 +0200 Subject: [PATCH] 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 --- devicon-colors.css | 6 +- devicon.json | 8 ++ haskell/haskell-plain-workmark.svg | 44 -------- haskell/haskell-plain.svg | 12 --- haskell/link.txt | 1 - .../haskell}/haskell-original-workmark.svg | 94 +++++++++--------- .../haskell}/haskell-original.svg | 34 +++---- icons/haskell/haskell-plain-workmark.svg | 8 ++ icons/haskell/haskell-plain.svg | 6 ++ {haskell => icons/haskell}/haskell.eps | Bin 10 files changed, 91 insertions(+), 122 deletions(-) delete mode 100644 haskell/haskell-plain-workmark.svg delete mode 100644 haskell/haskell-plain.svg delete mode 100644 haskell/link.txt rename {haskell => icons/haskell}/haskell-original-workmark.svg (98%) rename {haskell => icons/haskell}/haskell-original.svg (97%) create mode 100644 icons/haskell/haskell-plain-workmark.svg create mode 100644 icons/haskell/haskell-plain.svg rename {haskell => icons/haskell}/haskell.eps (100%) diff --git a/devicon-colors.css b/devicon-colors.css index f69a6a8d..5ae442c9 100644 --- a/devicon-colors.css +++ b/devicon-colors.css @@ -30,9 +30,13 @@ .devicon-yarn-plain.colored { color: #2c8ebb; } +.devicon-haskell-plain-wordmark.colored, +.devicon-haskell-plain.colored{ + color: #5E5185; +} .devicon-handlebars-plain-wordmark.colored, .devicon-handlebars-plain.colored{ - color: #000000; + color: #000000; } .devicon-couchdb-plain-wordmark.colored, .devicon-couchdb-plain.colored { diff --git a/devicon.json b/devicon.json index 02c9340d..9a8ab522 100644 --- a/devicon.json +++ b/devicon.json @@ -447,6 +447,14 @@ "font": ["plain"] } }, + { + "name": "haskell", + "tags": ["language", "functional"], + "versions": { + "svg": ["original", "original-wordmark", "plain", "plain-wordmark"], + "font": ["plain", "plain-wordmark"] + } + }, { "name": "handlebars", "tags": ["framework"], diff --git a/haskell/haskell-plain-workmark.svg b/haskell/haskell-plain-workmark.svg deleted file mode 100644 index 4d8b8483..00000000 --- a/haskell/haskell-plain-workmark.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/haskell/haskell-plain.svg b/haskell/haskell-plain.svg deleted file mode 100644 index bdb8089c..00000000 --- a/haskell/haskell-plain.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - diff --git a/haskell/link.txt b/haskell/link.txt deleted file mode 100644 index 89fa5a0b..00000000 --- a/haskell/link.txt +++ /dev/null @@ -1 +0,0 @@ -https://github.com/konpa/devicon \ No newline at end of file diff --git a/haskell/haskell-original-workmark.svg b/icons/haskell/haskell-original-workmark.svg similarity index 98% rename from haskell/haskell-original-workmark.svg rename to icons/haskell/haskell-original-workmark.svg index ee85d187..6b73e178 100644 --- a/haskell/haskell-original-workmark.svg +++ b/icons/haskell/haskell-original-workmark.svg @@ -1,47 +1,47 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/haskell/haskell-original.svg b/icons/haskell/haskell-original.svg similarity index 97% rename from haskell/haskell-original.svg rename to icons/haskell/haskell-original.svg index 999609f2..ea13aa20 100644 --- a/haskell/haskell-original.svg +++ b/icons/haskell/haskell-original.svg @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/icons/haskell/haskell-plain-workmark.svg b/icons/haskell/haskell-plain-workmark.svg new file mode 100644 index 00000000..a41dd9cd --- /dev/null +++ b/icons/haskell/haskell-plain-workmark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/haskell/haskell-plain.svg b/icons/haskell/haskell-plain.svg new file mode 100644 index 00000000..06772ec6 --- /dev/null +++ b/icons/haskell/haskell-plain.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/haskell/haskell.eps b/icons/haskell/haskell.eps similarity index 100% rename from haskell/haskell.eps rename to icons/haskell/haskell.eps