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

Make some modifications

- Rename files and add their correspondent `wordmark` aliases in `devicon.json`.
- Change the default color in `devicon.json`.
This commit is contained in:
Josélio de S. C. Júnior
2024-04-21 12:28:20 -03:00
committed by GitHub
parent a663dfa802
commit 27f7169e8b
4 changed files with 15 additions and 2 deletions

View File

@@ -2596,8 +2596,21 @@
"line"
]
},
"color": "#000000",
"aliases": []
"color": "#54bbab",
"aliases": [
{
"base": "original",
"alias": "original-wordmark"
},
{
"base": "plain",
"alias": "line-wordmark"
},
{
"base": "line",
"alias": "line-wordmark"
}
]
},
{
"name": "dreamweaver",

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB