From dc5f4c8719ea5023f6ebe4daf9704e9f0c5ed7ee Mon Sep 17 00:00:00 2001 From: d1y Date: Tue, 30 Jan 2024 17:37:48 +0800 Subject: [PATCH] Add CSS file type icon (#7062) The SVG icon RAW link: https://www.svgrepo.com/svg/473577/css3 The Licensing https://www.svgrepo.com/page/licensing/#CC0 image Release Notes: - Added a CSS file type icon --- assets/icons/file_icons/css.svg | 4 ++++ assets/icons/file_icons/file_types.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 assets/icons/file_icons/css.svg diff --git a/assets/icons/file_icons/css.svg b/assets/icons/file_icons/css.svg new file mode 100644 index 0000000000..659f856232 --- /dev/null +++ b/assets/icons/file_icons/css.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 36c3349cb6..cbfc654b9d 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -13,7 +13,7 @@ "cc": "code", "conf": "settings", "cpp": "code", - "css": "code", + "css": "css", "csv": "storage", "dat": "storage", "db": "storage", @@ -129,6 +129,9 @@ "collapsed_folder": { "icon": "icons/file_icons/folder.svg" }, + "css": { + "icon": "icons/file_icons/css.svg" + }, "default": { "icon": "icons/file_icons/file.svg" },