mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 11:03:24 +00:00
Update rollup-plugin-terser to version 7.0.2 and add new logos for Ntfy and Vite
This commit is contained in:
@@ -3873,5 +3873,44 @@
|
||||
"main": "white"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Ntfy",
|
||||
"path": "ntfy.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "NTFY",
|
||||
"tags": [
|
||||
"Selfhosted",
|
||||
"Notifications"
|
||||
],
|
||||
"colors": {
|
||||
"white": "#FFFFFF",
|
||||
"green": "#49a996",
|
||||
"black": "#000000"
|
||||
},
|
||||
"targets": {
|
||||
"background_outer": "#background>rect",
|
||||
"background_inner": "#background>path",
|
||||
"logo": "#logo"
|
||||
},
|
||||
"sets": {
|
||||
"light": {
|
||||
"background_outer": "green",
|
||||
"background_inner": "green",
|
||||
"logo": "white"
|
||||
},
|
||||
"dark": {
|
||||
"background_outer": "green",
|
||||
"background_inner": "green",
|
||||
"logo": "black"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Vite",
|
||||
"path": "vite.svg",
|
||||
"format": "SVG",
|
||||
"disable": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user