Compare commits

..

1 Commits

Author SHA1 Message Date
Meier Lukas 8b85db06ec fix(metadata): align color scheme of icons to look good for background 2025-04-18 16:35:26 +02:00
729 changed files with 27780 additions and 32881 deletions
-4
View File
@@ -1,4 +0,0 @@
# These are supported funding model platforms
open_collective: homarr
github: lammersbjorn
@@ -10,19 +10,16 @@ body:
Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes. Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes.
If you submit a PNG icon, please note, that the SVG can not be generated from it. If you submit a PNG icon, please note, that the SVG can not be generated from it.
- type: input - type: input
id: name
attributes: attributes:
label: Icon name label: Icon name
description: The name has to be unique and should be kebab-case. description: The name has to be unique and should be kebab-case.
placeholder: e.g. "icon-name" placeholder: e.g. "icon-name"
- type: textarea - type: textarea
id: icon
attributes: attributes:
label: Paste icon label: Paste icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. Please paste the icon here. It will automatically upload it to github.
- type: dropdown - type: dropdown
id: type
attributes: attributes:
label: Icon type label: Icon type
options: options:
-15
View File
@@ -1,15 +0,0 @@
name: Trigger Cloudflare Pages Build
on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch:
jobs:
cron_job:
runs-on: ubuntu-latest
steps:
- name: Run Your Cron Job
run: |
curl -X POST "${{ secrets.CLOUDFLARE_DEPLOY_HOOK_URL }}"
@@ -49,6 +49,8 @@ jobs:
INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }} INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
- name: Generate File Tree - name: Generate File Tree
run: python scripts/generate_file_tree.py svg png webp run: python scripts/generate_file_tree.py svg png webp
- name: Generate ICONS.md
run: python scripts/generate_icons_page.py
- name: Generate full metadata file - name: Generate full metadata file
run: python scripts/generate_metadata.py run: python scripts/generate_metadata.py
- name: Extract icon name - name: Extract icon name
@@ -49,6 +49,8 @@ jobs:
INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }} INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
- name: Generate File Tree - name: Generate File Tree
run: python scripts/generate_file_tree.py svg png webp run: python scripts/generate_file_tree.py svg png webp
- name: Generate ICONS.md
run: python scripts/generate_icons_page.py
- name: Generate full metadata file - name: Generate full metadata file
run: python scripts/generate_metadata.py run: python scripts/generate_metadata.py
- name: Extract icon name - name: Extract icon name
@@ -77,9 +77,14 @@ jobs:
with: with:
python-version: "3.9" python-version: "3.9"
- name: Generate ICONS.md
run: python scripts/generate_icons_page.py
- name: Commit and Push Changes - name: Commit and Push Changes
run: | run: |
git config --global user.email "homarr-labs@proton.me" git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot" git config --global user.name "Dashboard Icons Bot"
git add ICONS.md
git commit -m "ci(github-actions): generate ICONS.md" || exit 0
git pull --rebase origin ${{ github.ref_name }} git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }}
+18 -30
View File
@@ -1,42 +1,30 @@
# Code of Conduct ## Code of Conduct
## Our Commitment We are committed to creating a welcoming and harassment-free environment for everyone who contributes to our icon repository. This includes people of all genders, gender identities, sexual orientations, disabilities, appearances, body sizes, races, ages, religions, and nationalities.
We are committed to maintaining a welcoming and inclusive environment for everyone who contributes to our icon collection. This includes people of all backgrounds, identities, and experiences. ### Communication
## Expected Behavior All communication should be appropriate for a professional audience, respectful, constructive, and considerate of people from different backgrounds. Please aim to create a positive and inclusive atmosphere.
- Be respectful and constructive in all communications ### Prohibited Behavior
- Focus on what's best for the community
- Show empathy towards other community members
- Be open to different viewpoints and experiences
## Unacceptable Behavior We do not tolerate harassment, intimidation, discrimination, or any other inappropriate conduct, whether in communication or behavior. Prohibited actions include:
The following behaviors are unacceptable: - The use of sexual language or imagery
- Deliberate intimidation or stalking
- Unwelcome sexual attention or harassment
- Inappropriate physical contact
- Disruptions during events or conversations
- Discrimination of any kind
- Harassment, discrimination, or intimidation ### Reporting
- Offensive comments related to personal characteristics
- Unwelcome sexual attention or advances
- Disruptive behavior in community spaces
- Any other conduct that could reasonably be considered inappropriate
## Reporting If you witness or experience behavior that violates this code of conduct, please report it immediately to [homarr-labs@proton.me](mailto:homarr-labs@proton.me). All reports will be reviewed confidentially and promptly, and appropriate actions will be taken.
If you experience or witness behavior that violates this code: ### Consequences
1. Contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me) Anyone violating this code of conduct may face consequences, such as warnings, removal from the repository, or a ban from future participation. We take violations seriously to ensure a safe and welcoming environment for everyone.
2. Provide as much detail as possible about the incident
3. All reports will be reviewed confidentially
## Enforcement ### Acknowledgment
Violations of this code may result in: By contributing to this repository, you agree to adhere to this code of conduct. Thank you for helping us create an inclusive and supportive environment for all contributors.
- Warning
- Temporary suspension
- Permanent ban from the community
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 2.0.
+73 -73
View File
@@ -1,104 +1,104 @@
# Contributing to Dashboard Icons ![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?style=flat-square)
Thank you for your interest in contributing to our icon collection! These guidelines will help ensure smooth collaboration and maintain the quality of our collection. ## Contribution Guidelines
Thank you for your interest in contributing to the icon repository! To ensure smooth collaboration, please follow these guidelines. Your contributions help make this project better.
## Table of Contents ## Table of Contents
- [Contributing to Dashboard Icons](#contributing-to-dashboard-icons) - [Contribution Guidelines](#contribution-guidelines)
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Icon Specifications](#icon-specifications) - [Icon Specifications](#icon-specifications)
- [Format Requirements](#format-requirements) - [Format](#format)
- [Quality Standards](#quality-standards) - [Cropping](#cropping)
- [Light \& Dark Variants](#light--dark-variants) - [Light and Dark Versions](#light-and-dark-versions)
- [File Naming](#file-naming) - [File Naming](#file-naming)
- [Requesting New Icons](#requesting-new-icons) - [Quality Requirements](#quality-requirements)
- [Improving the Repository](#improving-the-repository) - [Git Commit Messages](#git-commit-messages)
- [Code of Conduct](#code-of-conduct) - [Contribution Process](#contribution-process)
- [Questions?](#questions) - [Code of Conduct](#code-of-conduct)
- [Contact](#contact)
## Icon Specifications ## Icon Specifications
### Format Requirements ### Format
- **SVG Format**: All icons must be submitted in SVG format - **SVG Format Required**: All icons should be submitted in SVG format. If an SVG version is unavailable, a PNG version will suffice, and a WEBP version will be generated accordingly.
- **Auto-Generated Formats**: PNG and WEBP versions are generated automatically with: - **Automatic PNG and WEBP Generation**: PNG and WEBP versions are generated automatically from the SVG (or PNG) files using the following settings:
- Height: 512 pixels - **Dimensions**:
- Width: Auto (maintaining aspect ratio) - Height: 512 pixels
- Transparency: Enabled - Width: Auto (maintaining aspect ratio)
- **Transparency**: Enabled
### Quality Standards ### Cropping
- **Clean SVG**: No embedded raster images in SVG files - **Remove Empty Space**: Crop any empty space from your SVG files to ensure the icon is properly centered and sized. You can use [SVG Crop](https://svgcrop.com/) to assist with this.
- **Proper Cropping**: Remove empty space for proper centering
- Use [SVG Crop](https://svgcrop.com/) for assistance
- **No Upscaling**: Maintain original quality without artificial enlargement
### Light & Dark Variants ### Light and Dark Versions
For monochrome or single-color icons: - **Monochrome or Single Primary Color Icons**:
- If your icon is monochrome, please provide additional versions if applicable:
- **Light Variant**: Required for dark backgrounds - **`-light` Version**: For icons primarily dark or using black as a main color, provide a `-light` version for light backgrounds.
- Invert black elements - **`-dark` Version**: For icons primarily light or using white as a main color, provide a `-dark` version for dark backgrounds.
- Adjust colors for visibility - **Examples**:
- **Dark Variant**: Required for light backgrounds - A black logo should include a `-light` version where black is inverted.
- Invert white elements - A multicolored logo using black should provide a `-light` version with the black replaced.
- Adjust colors for visibility - **Tool Recommendation**: [DEEditor](https://deeditor.com/) can help adjust icon colors if needed.
**Tool Recommendation**: [DEEditor](https://deeditor.com/) for color adjustments
### File Naming ### File Naming
- **Kebab Case**: Use lowercase with hyphens - **Kebab Case**: Name your files using kebab case (lowercase words separated by hyphens). For example, "Nextcloud Calendar" becomes `nextcloud-calendar.svg`.
- Example: "Nextcloud Calendar" → `nextcloud-calendar.svg` - **Note**: Filenames are automatically converted to kebab case, but please double-check your naming to avoid conflicts or errors.
- **Variant Suffixes**:
- `-light` for dark backgrounds
- `-dark` for light backgrounds
## Requesting New Icons ### Quality Requirements
To request a new icon: - **No Upscaled Images**: Icons should maintain their original quality without artificial enlargement.
- **No Embedded Raster Images in SVGs**: Ensure that SVG files are true vector graphics without embedded raster images.
1. **Create an Issue**: ## Git Commit Messages
- Use the appropriate [issue template](https://github.com/homarr-labs/dashboard-icons/issues/new/choose)
- Choose between "Light & dark icon" or "Normal icon" template
2. **Provide Information**: - **Use Semantic Commits**: Follow the format <type>(scope): description:
- Service/application name - `feat(icons): add nextcloud-calendar` when adding new icons.
- Official logo or icon source
- Any specific requirements or notes
3. **Upload Icon** (optional): ## Contribution Process
- Attach the SVG file directly to the issue
- Include both light and dark variants if applicable
4. **Wait for Review**: ### Adding an icon
- Our team will review your request
- We may request adjustments if needed
- Once approved, we'll add the icon to the collection
## Improving the Repository To add an icon to the repository, follow these steps:
To contribute to the repository itself: 1. **Create issue**: Create an issue from one of the add [templates](https://github.com/homarr-labs/dashboard-icons/issues/new/choose):
- **Light & dark icon**: Use this template to request a new icon with both light and dark versions.
- **Normal icon**: Use this template to request a new icon with a single version.
2. **Fill out the template**: Provide the requested information in the template. You can upload the icons directly to the issue.
3. **Wait for approval**: Wait for the issue to be approved by a maintainer. If any changes are needed, they will be requested in the issue.
4. **Maintainer approves & merges**: Once the issue is approved, a pull request with all the necessary changes will be created and merged by a maintainer.
1. **Fork the Repository** ### Updating an icon
2. **Make Your Changes**:
- Documentation improvements
- Website enhancements
- Repository maintenance
- Bug fixes
3. **Submit a Pull Request**: To update an icon in the repository, follow these steps:
- Use semantic commit messages following the format: `<type>(scope): description`
- `feat(icons): add nextcloud-calendar` 1. **Create issue**: Create an issue from the update [template](https://github.com/homarr-labs/dashboard-icons/issues/new/choose).
- `fix(website): correct icon preview` - **Light & dark icon**: Use this template to request a new icon with both light and dark versions.
- `docs(readme): update installation instructions` - **Normal icon**: Use this template to request a new icon with a single version.
- Reference any related issues 2. **Fill out the template**: Provide the requested information in the template. You can upload the icons directly to the issue.
- Follow our [Code of Conduct](CODE_OF_CONDUCT.md) 3. **Wait for approval**: Wait for the issue to be approved by a maintainer. If any changes are needed, they will be requested in the issue.
4. **Maintainer approves & merges**: Once the issue is approved, a pull request with all the necessary changes will be created and merged by a maintainer.
### Change metadata / any other change
To change the metadata of an existing icon or any other change, follow these steps:
1. **Fork the Repository**: Create a fork of this repository on your GitHub account.
2. **Clone the Repository**: Clone your forked repository to your local machine.
3. **Add Your Icons**: Place your SVG icon(s) into the appropriate directory, following the specifications above.
4. **Commit Your Changes**: Commit your additions with clear and descriptive commit messages using Gitmoji.
5. **Push to Your Fork**: Push your committed changes to your forked repository on GitHub.
6. **Create a Pull Request**: Submit a pull request to the main repository for review.
## Code of Conduct ## Code of Conduct
By contributing, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). Please review it to understand the expectations for all participants. By contributing, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). Please review it to understand the expectations for all participants.
## Questions? ## Contact
If you have any questions or need assistance, contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me). If you have any questions or need assistance, feel free to reach out at [homarr-labs@proton.me](mailto:homarr-labs@proton.me). I'm happy to help.
+2228
View File
File diff suppressed because it is too large Load Diff
+87 -97
View File
@@ -1,126 +1,116 @@
# Dashboard Icons > [!WARNING]
> The repository has been migrated from `walkxcode` to `homarr-labs` as I no longer have the capacity to maintain it. The Homarr team will now handle management and maintenance, ensuring that functionality remains unchanged. The project will always be usable outside of Homarr and no breaking changes will be introduced.
> ― *Bjorn*
>
> The license and guidelines have been updated, so please review them. To help with maintenance, contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me).
[![jsDelivr hits](https://img.shields.io/jsdelivr/gh/hy/walkxcode/dashboard-icons?style=flat-square&color=%23A020F0)](https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons) [![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/homarr-labs/dashboard-icons?style=flat-square&color=%23A020F0)](https://www.jsdelivr.com/package/gh/homarr-labs/dashboard-icons)
[![jsDelivr hits](https://img.shields.io/jsdelivr/gh/hy/homarr-labs/dashboard-icons?style=flat-square&color=%23A020F0)](https://www.jsdelivr.com/package/gh/homarr-labs/dashboard-icons) [![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/walkxcode/dashboard-icons?style=flat-square&color=%23A020F0)](https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons)
[![GitHub Stars](https://img.shields.io/github/stars/homarr-labs/dashboard-icons?style=flat-square&color=yellow)](https://github.com/homarr-labs/dashboard-icons/stargazers)
[![Contributors](https://img.shields.io/github/contributors/homarr-labs/dashboard-icons?style=flat-square&color=blue)](https://github.com/homarr-labs/dashboard-icons/graphs/contributors)
> **Your definitive source for dashboard icons.** [https://icons.homarr.dev](https://icons.homarr.dev)
A collection of over 1800 curated icons for services, applications and tools, designed specifically for dashboards and app directories. ## Dashboard Icons
**[→ Browse the collection at dashboardicons.com](https://dashboardicons.com)** Your definitive source for dashboard icons.
[**View icons →**](https://icons.homarr.dev)
## Why Dashboard Icons? ## Table of Contents
- **Comprehensive Collection**: 1800+ icons for all popular services and tools - [Dashboard Icons](#dashboard-icons)
- **Consistent Style**: Uniform visual language across different services - [Table of Contents](#table-of-contents)
- **Multiple Formats**: Available in SVG, PNG, and WEBP to suit your needs - [Icon Requests](#icon-requests)
- **Light & Dark Variants**: Icons optimized for both light and dark themes - [Supported Dashboards](#supported-dashboards)
- **Community-Driven**: Easy process to request missing icons - [Usage and Details](#usage-and-details)
- [Direct Links](#direct-links)
- [Base URL](#base-url)
- [Icon Name](#icon-name)
- [Formats](#formats)
- [Dark/Light Variants](#darklight-variants)
- [Downloading Icons](#downloading-icons)
- [Disclaimer](#disclaimer)
<p align="center"> ## Icon Requests
<a href="https://dashboardicons.com">
<video width="650" autoplay loop muted playsinline>
<source src="assets/preview.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</a>
</p>
## Using the Icons If youd like to add a new icon, please review our [Contribution Guidelines](CONTRIBUTING.md) and then submit a request using [our issue templates](https://github.com/homarr-labs/dashboard-icons/issues/new/choose).
### Website ## Supported Dashboards
Find and download icons at [dashboardicons.com](https://dashboardicons.com): Dashboard Icons integrate seamlessly with several popular dashboards, including:
1. Search for the icon you need
2. Click on an icon to view details
3. Choose your preferred format
4. Download or copy the direct link
### Direct Links
Use icons from CDN with this pattern:
```
<Base URL>/<Format>/<Icon Name>.<Format>
```
**Base URL options:**
- jsDelivr (recommended): `https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons`
- GitHub Direct: `https://raw.githubusercontent.com/homarr-labs/dashboard-icons/main`
**Example:**
```html
<img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/plex.svg" alt="Plex">
```
### Technical Details
- **Naming Convention**: Kebab-case (lowercase with hyphens)
- Example: "Nextcloud Calendar" → `nextcloud-calendar`
- **Available Formats**:
- SVG: Vector format (original source)
- PNG: 512px height (auto-generated)
- WEBP: 512px height (auto-generated)
- **Variants**:
- `-light` suffix for dark backgrounds (e.g., `github-light.svg`)
- `-dark` suffix for light backgrounds (e.g., `github-dark.svg`)
- **Command Line**:
```bash
# Download with curl
curl -O https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
# Download with wget
wget https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
```
## Dashboard Integration
These icons integrate seamlessly with popular dashboard applications:
- [Homarr](https://github.com/ajnart/homarr) - [Homarr](https://github.com/ajnart/homarr)
- [Homepage](https://github.com/gethomepage/homepage) - [Homepage](https://github.com/gethomepage/homepage)
- [Dashy](https://github.com/Lissy93/dashy) - [Dashy](https://github.com/Lissy93/dashy)
...and many others! ## Usage and Details
## Contributing ### Direct Links
### Request Icons You can use icons directly from GitHub or through the lightning-fast jsDelivr CDN. The structure of a direct link is as follows:
Need an icon that's not in our collection? ```
https://<Base URL>/<Format>/<Name>.<Format>
```
1. Check the [Contribution Guidelines](CONTRIBUTING.md) for specifications For example, the WEBP version of the Nextcloud Calendar icon is available at:
2. Submit a request using our [issue templates](https://github.com/homarr-labs/dashboard-icons/issues/new/choose)
3. Provide service details and optionally upload the icon
4. Our team will review, optimize, and add it to the collection
### Improve the Repository ```
https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/nextcloud-calendar.webp
```
Want to help with the repository itself? #### Base URL
- Review our [Contribution Guidelines](CONTRIBUTING.md) We recommend using jsDelivr:
- Fork the repository, make your changes, and submit a pull request
- We welcome help with documentation, website improvements, and maintenance
## Support - `https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons`
- **GitHub Issues**: Report bugs or request icons Alternatively, you can reference the repository directly:
- **Email**: [homarr-labs@proton.me](mailto:homarr-labs@proton.me)
## Legal - `https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main`
**Disclaimer**: All product names, trademarks, and registered trademarks are the property of their respective owners. Icons are used for identification purposes only and do not imply endorsement. #### Icon Name
**License**: This project is available under the terms of the [LICENSE](LICENSE) file. Icons follow kebab-case formatting (all lowercase words separated by hyphens). For example, "Nextcloud Calendar" becomes `nextcloud-calendar`.
--- #### Formats
<p align="center"> Icons are available in these formats:
Made with ♥ by the <a href="https://github.com/homarr-labs">Homarr Labs</a> team and contributors
</p> - SVG
- PNG
- WEBP
*All icons are generated from the base SVG file. For more details, see the [Contribution Guidelines](CONTRIBUTING.md).*
### Dark/Light Variants
Some icons may have very light or dark colors, which might reduce visibility on certain backgrounds. In such cases, a `-light` or `-dark` suffix is appended—for instance, "2fauth" becomes `2fauth-light`.
*More specifics are available in the [Contribution Guidelines](CONTRIBUTING.md).*
### Downloading Icons
1. **Browse & Download:**
Visit [https://icons.homarr.dev](https://icons.homarr.dev) to easily view and download icons.
2. **Using the Browser:**
On the icons page ([ICONS.md](ICONS.md)), right-click any icon link and select "Save link as".
**Note:** Loading the icons page displays every icon in the repository, which may lead to high data usage, slow performance, or even browser crashes on less powerful devices. For faster access, use the direct links or download icons individually.
3. **Using the Terminal:**
Download icons via `curl` or `wget` by using the following structure:
```bash
curl -O https://<Base URL>/<Format>/<Name>.<Format>
```
or
```bash
wget https://<Base URL>/<Format>/<Name>.<Format>
```
## Disclaimer
Unless stated otherwise, all images and assets in this repository—including product names, trademarks, and registered trademarks—belong to their respective owners and are used solely for identification purposes. Their inclusion does not imply endorsement.
For more details, please review the [LICENSE](LICENSE). If you have any questions or concerns, contact us at [homarr-labs@proton.me](mailto:homarr-labs@proton.me).
Binary file not shown.
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "1password-dark", "dark": "1password",
"light": "1password" "light": "1password-dark"
} }
} }
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "2fauth", "dark": "2fauth-light",
"light": "2fauth-light" "light": "2fauth"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "3cx", "dark": "3cx-light",
"light": "3cx-light" "light": "3cx"
} }
} }
+1 -1
View File
@@ -4,7 +4,7 @@
"7-zip" "7-zip"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2025-01-05T00:02:27Z", "timestamp": "2025-01-05T00:02:27Z",
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Databases", "Databases",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2022-08-16T17:22:56Z", "timestamp": "2022-08-16T17:22:56Z",
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "affine", "dark": "affine-light",
"light": "affine-light" "light": "affine"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "akkoma", "dark": "akkoma-light",
"light": "akkoma-light" "light": "akkoma"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"app-builder" "app-builder"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Cloud-Computing" "Cloud-Computing"
], ],
"update": { "update": {
+2 -2
View File
@@ -14,7 +14,7 @@
} }
}, },
"colors": { "colors": {
"dark": "alltube", "dark": "alltube-light",
"light": "alltube-light" "light": "alltube"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "amazon-web-services", "dark": "amazon-web-services-light",
"light": "amazon-web-services-light" "light": "amazon-web-services"
} }
} }
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "amazon", "dark": "amazon-light",
"light": "amazon-light" "light": "amazon"
} }
} }
+2 -2
View File
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "amd", "dark": "amd-light",
"light": "amd-light" "light": "amd"
} }
} }
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "ami-alt", "dark": "ami-alt-light",
"light": "ami-alt-light" "light": "ami-alt"
} }
} }
+2 -2
View File
@@ -12,7 +12,7 @@
} }
}, },
"colors": { "colors": {
"dark": "android-auto-dark", "dark": "android-auto",
"light": "android-auto" "light": "android-auto-dark"
} }
} }
+3 -3
View File
@@ -4,7 +4,7 @@
"Automation Tool" "Automation Tool"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"DevOps" "DevOps"
], ],
"update": { "update": {
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "ansible", "dark": "ansible-light",
"light": "ansible-light" "light": "ansible"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "anything-llm", "dark": "anything-llm-light",
"light": "anything-llm-light" "light": "anything-llm"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "apache-tomcat", "dark": "apache-tomcat-light",
"light": "apache-tomcat-light" "light": "apache-tomcat"
} }
} }
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "apple-tv-plus", "dark": "apple-tv-plus-light",
"light": "apple-tv-plus-light" "light": "apple-tv-plus"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"site-scraper" "site-scraper"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "archiveteam-warrior", "dark": "archiveteam-warrior-light",
"light": "archiveteam-warrior-light" "light": "archiveteam-warrior"
} }
} }
+1 -1
View File
@@ -4,7 +4,7 @@
"GitOps Tool" "GitOps Tool"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"DevOps", "DevOps",
"Containerization-&-Orchestration" "Containerization-&-Orchestration"
], ],
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "arris", "dark": "arris-light",
"light": "arris-light" "light": "arris"
} }
} }
+1 -1
View File
@@ -6,7 +6,7 @@
], ],
"categories": [ "categories": [
"File-Sharing-&-Sync", "File-Sharing-&-Sync",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
+3 -3
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Office-Suites", "Office-Suites",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "astuto", "dark": "astuto-light",
"light": "astuto-light" "light": "astuto"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"build-server" "build-server"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Version-Control-Systems" "Version-Control-Systems"
], ],
"update": { "update": {
+1 -1
View File
@@ -4,7 +4,7 @@
"Issue Tracker" "Issue Tracker"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Office-Suites" "Office-Suites"
], ],
"update": { "update": {
+8 -8
View File
@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [],
"atuin-sh" "categories": [],
],
"categories": [
"Development"
],
"update": { "update": {
"timestamp": "2025-04-28T18:58:39.840943", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"login": "lammersbjorn" "name": "walkxcode"
} }
},
"colors": {
"dark": "atuin-light",
"light": "atuin"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "automad", "dark": "automad-light",
"light": "automad-light" "light": "automad"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "aws", "dark": "aws-light",
"light": "aws-light" "light": "aws"
} }
} }
+3 -3
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Databases", "Databases",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "backrest", "dark": "backrest-light",
"light": "backrest-light" "light": "backrest"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"data-backup" "data-backup"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2025-01-07T17:54:03Z", "timestamp": "2025-01-07T17:54:03Z",
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Security", "Security",
"Developer-Tools", "Developper-Tools",
"Networking-Tools" "Networking-Tools"
], ],
"update": { "update": {
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "beaver-habit-tracker", "dark": "beaver-habit-tracker-light",
"light": "beaver-habit-tracker-light" "light": "beaver-habit-tracker"
} }
} }
+3 -3
View File
@@ -4,7 +4,7 @@
"php-web-framework" "php-web-framework"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
@@ -14,7 +14,7 @@
} }
}, },
"colors": { "colors": {
"dark": "beef", "dark": "beef-light",
"light": "beef-light" "light": "beef"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "biblioreads", "dark": "biblioreads-light",
"light": "biblioreads-light" "light": "biblioreads"
} }
} }
-14
View File
@@ -1,14 +0,0 @@
{
"base": "png",
"aliases": [],
"categories": [
"Organization"
],
"update": {
"timestamp": "2025-05-08T21:13:01.765713",
"author": {
"id": 1506555,
"login": "danielkoster"
}
}
}
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "booklogr", "dark": "booklogr-light",
"light": "booklogr-light" "light": "booklogr"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "borgmatic", "dark": "borgmatic-light",
"light": "borgmatic-light" "light": "borgmatic"
} }
} }
-14
View File
@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Logistics"
],
"update": {
"timestamp": "2025-05-08T20:55:30.191802",
"author": {
"id": 31495062,
"login": "jeremywillans"
}
}
}
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "broadcastchannel", "dark": "broadcastchannel-light",
"light": "broadcastchannel-light" "light": "broadcastchannel"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "browserless", "dark": "browserless-light",
"light": "browserless-light" "light": "browserless"
} }
} }
+1 -1
View File
@@ -4,7 +4,7 @@
"CI/CD" "CI/CD"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"DevOps" "DevOps"
], ],
"update": { "update": {
+2 -2
View File
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "budgetbee", "dark": "budgetbee-light",
"light": "budgetbee-light" "light": "budgetbee"
} }
} }
+1 -1
View File
@@ -4,7 +4,7 @@
"go-web-framework" "go-web-framework"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2025-01-07T17:54:03Z", "timestamp": "2025-01-07T17:54:03Z",
-14
View File
@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Finance"
],
"update": {
"timestamp": "2025-04-22T18:36:00.262663",
"author": {
"id": 41155244,
"login": "giovannicalabro"
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"File-Sharing-&-Sync", "File-Sharing-&-Sync",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2025-01-05T01:06:46Z", "timestamp": "2025-01-05T01:06:46Z",
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cal-com", "dark": "cal-com-light",
"light": "cal-com-light" "light": "cal-com"
} }
} }
@@ -1,14 +0,0 @@
{
"base": "png",
"aliases": [],
"categories": [
"Media"
],
"update": {
"timestamp": "2025-04-22T17:31:36.311538",
"author": {
"id": 2319445,
"login": "samcro1967"
}
}
}
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cardigann", "dark": "cardigann-light",
"light": "cardigann-light" "light": "cardigann"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cc", "dark": "cc-light",
"light": "cc-light" "light": "cc"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"browser-inspector" "browser-inspector"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Web-Browsers" "Web-Browsers"
], ],
"update": { "update": {
+2 -2
View File
@@ -13,7 +13,7 @@
} }
}, },
"colors": { "colors": {
"dark": "chromecast", "dark": "chromecast-light",
"light": "chromecast-light" "light": "chromecast"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cilium", "dark": "cilium-light",
"light": "cilium-light" "light": "cilium"
} }
} }
+2 -2
View File
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cinny", "dark": "cinny-light",
"light": "cinny-light" "light": "cinny"
} }
} }
+3 -3
View File
@@ -3,10 +3,10 @@
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2025-05-08T20:18:32.644615", "timestamp": "2022-08-16T17:22:56Z",
"author": { "author": {
"id": 61716607, "id": 71191962,
"login": "lesolski" "name": "walkxcode"
} }
} }
} }
+1 -1
View File
@@ -6,7 +6,7 @@
], ],
"categories": [ "categories": [
"Cloud-Computing", "Cloud-Computing",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
+3 -3
View File
@@ -5,7 +5,7 @@
"online-ide" "online-ide"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Cloud-Computing" "Cloud-Computing"
], ],
"update": { "update": {
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cloud9", "dark": "cloud9-light",
"light": "cloud9-light" "light": "cloud9"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Web-Browsers", "Web-Browsers",
"Developer-Tools", "Developper-Tools",
"Cloud-Computing" "Cloud-Computing"
], ],
"update": { "update": {
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cockpit-cms", "dark": "cockpit-cms-light",
"light": "cockpit-cms-light" "light": "cockpit-cms"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cockpit", "dark": "cockpit-light",
"light": "cockpit-light" "light": "cockpit"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"ide" "ide"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Version-Control-Systems", "Version-Control-Systems",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2023-04-13T20:27:58Z", "timestamp": "2023-04-13T20:27:58Z",
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "coder", "dark": "coder-light",
"light": "coder-light" "light": "coder"
} }
} }
+3 -3
View File
@@ -4,7 +4,7 @@
"Code Analytics" "Code Analytics"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Monitoring-Tools" "Monitoring-Tools"
], ],
"update": { "update": {
@@ -15,7 +15,7 @@
} }
}, },
"colors": { "colors": {
"dark": "codestats", "dark": "codestats-light",
"light": "codestats-light" "light": "codestats"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "codimd", "dark": "codimd-light",
"light": "codimd-light" "light": "codimd"
} }
} }
-17
View File
@@ -1,17 +0,0 @@
{
"base": "png",
"aliases": [
"comfy",
"comfyui"
],
"categories": [
"Design"
],
"update": {
"timestamp": "2025-05-08T21:28:48.301900",
"author": {
"id": 76230780,
"login": "TheRedCyclops"
}
}
}
+3 -3
View File
@@ -6,7 +6,7 @@
], ],
"categories": [ "categories": [
"Web-Browsers", "Web-Browsers",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "commento", "dark": "commento-light",
"light": "commento-light" "light": "commento"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Networking-Tools", "Networking-Tools",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-01-01T11:20:28Z", "timestamp": "2024-01-01T11:20:28Z",
+2 -2
View File
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "converse", "dark": "converse-light",
"light": "converse-light" "light": "converse"
} }
} }
+1 -1
View File
@@ -4,7 +4,7 @@
"App Deployment" "App Deployment"
], ],
"categories": [ "categories": [
"Developer-Tools", "Developper-Tools",
"Server-Panels" "Server-Panels"
], ],
"update": { "update": {
-14
View File
@@ -1,14 +0,0 @@
{
"base": "png",
"aliases": [],
"categories": [
"Organization"
],
"update": {
"timestamp": "2025-05-08T19:48:01.476843",
"author": {
"id": 132705454,
"login": "crocofied"
}
}
}
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cribl", "dark": "cribl-light",
"light": "cribl-light" "light": "cribl"
} }
} }
+1 -1
View File
@@ -6,7 +6,7 @@
], ],
"categories": [ "categories": [
"Programming-Languages", "Programming-Languages",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "css", "dark": "css-light",
"light": "css-light" "light": "css"
} }
} }
-12
View File
@@ -1,12 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [],
"update": {
"timestamp": "2025-04-27T15:11:25.174121",
"author": {
"id": 77530549,
"login": "sergi0g"
}
}
}
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "cups", "dark": "cups-light",
"light": "cups-light" "light": "cups"
} }
} }
-14
View File
@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Hardware"
],
"update": {
"timestamp": "2025-05-08T20:21:10.157803",
"author": {
"id": 33011496,
"login": "Zachmoore111"
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
"the-cyber-chef" "the-cyber-chef"
], ],
"categories": [ "categories": [
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Containerization-&-Orchestration", "Containerization-&-Orchestration",
"Developer-Tools", "Developper-Tools",
"Cloud-Computing" "Cloud-Computing"
], ],
"update": { "update": {
+2 -2
View File
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "dd-wrt", "dark": "dd-wrt-light",
"light": "dd-wrt-light" "light": "dd-wrt"
} }
} }
+3 -3
View File
@@ -6,7 +6,7 @@
], ],
"categories": [ "categories": [
"Programming-Languages", "Programming-Languages",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
@@ -16,7 +16,7 @@
} }
}, },
"colors": { "colors": {
"dark": "deno", "dark": "deno-light",
"light": "deno-light" "light": "deno"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "denon", "dark": "denon-light",
"light": "denon-light" "light": "denon"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "devtooly", "dark": "devtooly-light",
"light": "devtooly-light" "light": "devtooly"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "dillinger", "dark": "dillinger-light",
"light": "dillinger-light" "light": "dillinger"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "dim", "dark": "dim-light",
"light": "dim-light" "light": "dim"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "discourse", "dark": "discourse-light",
"light": "discourse-light" "light": "discourse"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "docassemble", "dark": "docassemble-light",
"light": "docassemble-light" "light": "docassemble"
} }
} }
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"colors": { "colors": {
"dark": "docker-mailserver", "dark": "docker-mailserver-light",
"light": "docker-mailserver-light" "light": "docker-mailserver"
} }
} }
+1 -1
View File
@@ -5,7 +5,7 @@
], ],
"categories": [ "categories": [
"Containerization-&-Orchestration", "Containerization-&-Orchestration",
"Developer-Tools" "Developper-Tools"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",

Some files were not shown because too many files have changed in this diff Show More