Add SVG logos for GitHub, GitLab, PostgreSQL, and Python

This commit is contained in:
sHa
2025-05-02 13:56:57 +03:00
parent b01c328925
commit 829ba354a7
8 changed files with 257 additions and 1 deletions

View File

@@ -179,6 +179,17 @@
],
"brand": "Ford"
},
{
"name": "Git",
"path": "logos/git.svg",
"format": "SVG",
"disable": false,
"tags": [
"tech",
"software"
],
"brand": "Git"
},
{
"name": "Gitea",
"path": "logos/gitea.svg",
@@ -190,6 +201,57 @@
"software"
]
},
{
"name": "GitHub",
"path": "logos/github-logo.svg",
"format": "SVG",
"disable": false,
"tags": [
"tech",
"software"
],
"brand": "GitHub",
"colors": [
{
"label": "Dark Grey",
"value": "#24292f"
}
],
"colorConfig": {
"target": "path"
}
},
{
"name": "Github",
"path": "logos/github.svg",
"format": "SVG",
"disable": false,
"tags": [
"tech",
"software"
],
"brand": "GitHub",
"colors": [
{
"label": "Dark Grey",
"value": "#24292f"
}
],
"colorConfig": {
"target": "path"
}
},
{
"name": "GitLab",
"path": "logos/gitlab.svg",
"format": "SVG",
"disable": false,
"tags": [
"tech",
"software"
],
"brand": "GitLab"
},
{
"name": "Google",
"path": "logos/google.svg",
@@ -474,6 +536,19 @@
],
"brand": "Okko"
},
{
"name": "PostgreSQL",
"path": "logos/postgresql.svg",
"format": "SVG",
"disable": false,
"tags":
[
"tech",
"software",
"database"
],
"brand": "PostgreSQL"
},
{
"name": "Privat24",
"path": "logos/privat24.svg",
@@ -529,6 +604,30 @@
"finance"
]
},
{
"name": "Python",
"path": "logos/python-logo.svg",
"format": "SVG",
"disable": false,
"tags": [
"tech",
"software",
"programming"
],
"brand": "Python"
},
{
"name": "Python",
"path": "logos/python.svg",
"format": "SVG",
"disable": false,
"tags": [
"tech",
"software",
"programming"
],
"brand": "Python"
},
{
"name": "Reebok",
"path": "logos/reebok.svg",
@@ -796,4 +895,4 @@
"tags": [],
"brand": "Youtube"
}
]
]