Skip to content

Commit

Permalink
Add systemd icon (#1472)
Browse files Browse the repository at this point in the history
* add systemd icon

* try to make systemd icon pixel-perfect

* remove systemd from file icons

* add 'systemd-unit-file' id

* Fix light mode for language ids

* Align icons to 16x16 grid

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
ultram4rine and PKief authored Oct 1, 2024
1 parent 161a89a commit 89bb74b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions icons/systemd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/systemd_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/core/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,9 @@ export const languageIcons: LanguageIcon[] = [
icon: { name: 'concourse' },
ids: ['concourse-pipeline-yaml', 'concourse-task-yaml'],
},
{
icon: { name: 'systemd', light: true },
ids: ['systemd-conf', 'systemd-unit-file'],
},
{ icon: { name: 'slint' }, ids: ['slint'] },
];

0 comments on commit 89bb74b

Please sign in to comment.