Commit fd4abfc
authored
feat: add many icons (#433)
* feat: add Blender logo
* fix: update Godot logo
Use the Godot logo on different files that are used on this program.
* feat: add icons for some config files
- BSPWM
- GTK
- Hyprland
- i3
- LXDE
- LxQt
- Mpv
- Prusa Slicer
- sxhkdrc
- VLC
- Weston
- Xmonad
* feat: add icons for 3D files
Different usecases.
Added `.3mf`, `.fbx`, `.obj`, `.ply` and `.stl` file extensions.
* feat: add misc selection of icons
- Add G icon for `.gcode` file extension. These files are used on 3D
printers and CNC machines.
- Add icon to `.bin` file extension.
- Add PlatformIO icon for `platformio.ini` settings file.
- Add 0x icon to `.hex` files.
- Add square wave to extensions for logic analyzer sessions.
- `.sal` is for propietary Saleae format.
- `.sr` is for open source Sigrok/Pulseview format.
- `.gresource` file extension.
- `.jwmrc` file extension for JWM.
- `.msf` for some Thunderbird files.
- `.ui` file extension.
- `.xcf` file extension for GIMP
* feat: add icons for KiCad files
- Add icon for several KiCad file extensions. Free software suite for
electronic design automation (EDA).
- `.kicad_pro` Project file, containing settings that are shared
between the schematic and PCB.
- `.kicad_sch` Schematic files containing all info and the components
themselves.
- `.kicad_sym` Schematic symbol library file, containing the component
descriptions: graphic shape, pins, fields.
- `.kicad_pcb` Board file containing all info but the page layout.
- `.kicad_mod` Footprint files, containing one footprint description
each.
- `.kicad_dru` Design rules file, containing custom design rules for a
certain .kicad_pcb file.
- `.kicad_prl` Local settings for the current project; helps Kicad
remember the last used settings such as layer visibility or selection
filter.
- `.kicad_wks` Page layout (drawing border and title block)
description file.
- `sym-lib-table` Symbol library table: list of symbol libraries
available in the schematic editor.Board editor files and folders.
- `fp-lib-table` Footprint library table: list of footprint libraries
available in the board editor.
- `fp-info-cache` Cache to speed up loading of footprint libraries.
- Note: Legacy file extensions were ignored, also `.net` and `.cmp`
extensions (kind of generic).
* feat: add icons for FOSS
- Git
- KDE config file
- Kdenlive
- Krita
- X.org
* feat: add icons for some filenames and file extensions
- Video icons were changed to `nf-seti-video`
* feat: add icons for FreeCAD files
- Add icon for several FreeCAD file extensions. General-purpose parametric 3D computer-aided design (CAD) modeler.
- `.fcstd` FreeCAD native format.
- `.fcmacro` FreeCAD macro (Python code).
- `.fcmat` FreeCAD material card.
- `.fcparam` FreeCAD parameter file.
- `.fcscript` FreeCAD script (Python code).
- `.fctb` Path tool bit file (JSON format).
- `.fctl` Path tool library file (JSON format).
- `.fcbak` FreeCAD Backup file.
- `.fcstd1` FreeCAD Backup file.
- `FreeCAD.conf` Configuration file.
* feat: add Qt icon for some file extensions
Fix #299
* feat: add icons for some operating systems
* feat: add some filetypes1 parent 20921d3 commit fd4abfc
File tree
3 files changed
+1745
-56
lines changed- lua
- nvim-web-devicons
3 files changed
+1745
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| 180 | + | |
175 | 181 | | |
176 | 182 | | |
177 | 183 | | |
| |||
183 | 189 | | |
184 | 190 | | |
185 | 191 | | |
| 192 | + | |
186 | 193 | | |
187 | 194 | | |
188 | 195 | | |
| |||
220 | 227 | | |
221 | 228 | | |
222 | 229 | | |
| 230 | + | |
| 231 | + | |
223 | 232 | | |
224 | 233 | | |
225 | 234 | | |
| |||
0 commit comments