From b06681388a0956363f845b34b43cef773bddb45e Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Fri, 3 Jan 2025 09:59:50 -0800 Subject: [PATCH] Different icon for pyproject.toml (Fixes #271) --- src/symbol-icon-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index c8d531f..be5e4ba 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -916,7 +916,7 @@ "manifest.in": "python", "pylintrc": "python", ".pylintrc": "python", - "pyproject.toml": "python", + "pyproject.toml": "gear", "setup.cfg": "python", "jest.config.js": "jest", "jest.config.cjs": "jest",