├── .gitignore ├── README ├── apps ├── 48 │ ├── catfish.png │ ├── claws-mail.png │ ├── gmusicbrowser.png │ ├── internet-mail.png │ ├── parole.png │ ├── preferences-desktop-default-applications.svg.png │ ├── preferences-desktop-peripherals.png │ ├── preferences-desktop-wallpaper.png │ ├── ristretto.png │ ├── wmtweaks.png │ ├── xfapplet-1.png │ ├── xfburn.png │ ├── xfcalendar.png │ ├── xfce-edit.png │ ├── xfce-mail.png │ ├── xfce-mount.png │ ├── xfce4-appfinder.png │ ├── xfce4-clipman-plugin.png │ ├── xfce4-dict.png │ ├── xfce4-fsguard-plugin-warning.png │ ├── xfce4-iconbox.png │ ├── xfce4-notes-plugin.png │ ├── xfce4-notifyd.png │ ├── xfce4-panel.png │ ├── xfce4-separator.png │ ├── xfce4-session.png │ ├── xfce4-systray.png │ ├── xfce4-taskbar.png │ ├── xfce4-verve-plugin.png │ ├── xfce4-weather.png │ ├── xfce4-workspaces.png │ └── xfce4_xicon1.png └── scalable │ ├── catfish.svg │ ├── claws-mail.svg │ ├── gmusicbrowser.svg │ ├── internet-mail.svg │ ├── parole.svg │ ├── preferences-desktop-default-applications.svg │ ├── preferences-desktop-peripherals.svg │ ├── preferences-desktop-wallpaper.svg │ ├── ristretto.svg │ ├── wmtweaks.svg │ ├── xfapplet-1.svg │ ├── xfburn.svg │ ├── xfcalendar.svg │ ├── xfce-edit.svg │ ├── xfce-mail.svg │ ├── xfce-mount.svg │ ├── xfce4-appfinder.svg │ ├── xfce4-clipman-plugin.svg │ ├── xfce4-dict.svg │ ├── xfce4-fsguard-plugin-warning.svg │ ├── xfce4-iconbox.svg │ ├── xfce4-notes-plugin.svg │ ├── xfce4-notifyd.svg │ ├── xfce4-panel.svg │ ├── xfce4-separator.svg │ ├── xfce4-session.svg │ ├── xfce4-systray.svg │ ├── xfce4-taskbar.svg │ ├── xfce4-verve-plugin.svg │ ├── xfce4-weather.svg │ ├── xfce4-workspaces.svg │ └── xfce4_xicon1.svg └── index.theme /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | 3 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Name: Faenza Xfce 2 | Author: Simon Steinbeiß 3 | Summary: Faenza icon theme Addon for Xfce. 4 | Requires: Faenza icon theme. 5 | 6 | This is an addon to make Faenza xfce-complete, meaning it requires the Faenza-icon set to be installed to work. 7 | 8 | The original Faenza icon theme is by Matthieu James and can be downloaded from http://code.google.com/p/faenza-icon-theme/. 9 | -------------------------------------------------------------------------------- /apps/48/catfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/catfish.png -------------------------------------------------------------------------------- /apps/48/claws-mail.png: -------------------------------------------------------------------------------- 1 | xfce-mail.png -------------------------------------------------------------------------------- /apps/48/gmusicbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/gmusicbrowser.png -------------------------------------------------------------------------------- /apps/48/internet-mail.png: -------------------------------------------------------------------------------- 1 | xfce-mail.png -------------------------------------------------------------------------------- /apps/48/parole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/parole.png -------------------------------------------------------------------------------- /apps/48/preferences-desktop-default-applications.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/preferences-desktop-default-applications.svg.png -------------------------------------------------------------------------------- /apps/48/preferences-desktop-peripherals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/preferences-desktop-peripherals.png -------------------------------------------------------------------------------- /apps/48/preferences-desktop-wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/preferences-desktop-wallpaper.png -------------------------------------------------------------------------------- /apps/48/ristretto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/ristretto.png -------------------------------------------------------------------------------- /apps/48/wmtweaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/wmtweaks.png -------------------------------------------------------------------------------- /apps/48/xfapplet-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfapplet-1.png -------------------------------------------------------------------------------- /apps/48/xfburn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfburn.png -------------------------------------------------------------------------------- /apps/48/xfcalendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfcalendar.png -------------------------------------------------------------------------------- /apps/48/xfce-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce-edit.png -------------------------------------------------------------------------------- /apps/48/xfce-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce-mail.png -------------------------------------------------------------------------------- /apps/48/xfce-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce-mount.png -------------------------------------------------------------------------------- /apps/48/xfce4-appfinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-appfinder.png -------------------------------------------------------------------------------- /apps/48/xfce4-clipman-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-clipman-plugin.png -------------------------------------------------------------------------------- /apps/48/xfce4-dict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-dict.png -------------------------------------------------------------------------------- /apps/48/xfce4-fsguard-plugin-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-fsguard-plugin-warning.png -------------------------------------------------------------------------------- /apps/48/xfce4-iconbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-iconbox.png -------------------------------------------------------------------------------- /apps/48/xfce4-notes-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-notes-plugin.png -------------------------------------------------------------------------------- /apps/48/xfce4-notifyd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-notifyd.png -------------------------------------------------------------------------------- /apps/48/xfce4-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-panel.png -------------------------------------------------------------------------------- /apps/48/xfce4-separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-separator.png -------------------------------------------------------------------------------- /apps/48/xfce4-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-session.png -------------------------------------------------------------------------------- /apps/48/xfce4-systray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-systray.png -------------------------------------------------------------------------------- /apps/48/xfce4-taskbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-taskbar.png -------------------------------------------------------------------------------- /apps/48/xfce4-verve-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-verve-plugin.png -------------------------------------------------------------------------------- /apps/48/xfce4-weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-weather.png -------------------------------------------------------------------------------- /apps/48/xfce4-workspaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4-workspaces.png -------------------------------------------------------------------------------- /apps/48/xfce4_xicon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shimmerproject/Faenza-Xfce/692974a57893da0c831c7e9e747225f32b815c75/apps/48/xfce4_xicon1.png -------------------------------------------------------------------------------- /apps/scalable/claws-mail.svg: -------------------------------------------------------------------------------- 1 | xfce-mail.svg -------------------------------------------------------------------------------- /apps/scalable/internet-mail.svg: -------------------------------------------------------------------------------- 1 | xfce-mail.svg -------------------------------------------------------------------------------- /apps/scalable/xfapplet-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 18 | 20 | 24 | 28 | 29 | 31 | 35 | 39 | 40 | 42 | 46 | 50 | 51 | 53 | 57 | 61 | 62 | 70 | 74 | 78 | 79 | 81 | 85 | 89 | 90 | 92 | 96 | 100 | 101 | 104 | 107 | 108 | 116 | 123 | 126 | 127 | 135 | 145 | 147 | 156 | 157 | 165 | 174 | 182 | 190 | 198 | 206 | 214 | 222 | 230 | 234 | 238 | 239 | 248 | 257 | 266 | 275 | 284 | 285 | 287 | 288 | 290 | image/svg+xml 291 | 293 | 294 | 295 | 296 | 309 | 312 | 317 | 322 | 327 | 337 | 347 | 348 | 351 | 360 | 365 | 370 | 371 | 374 | 384 | 385 | 388 | 393 | 398 | 403 | 408 | 413 | 418 | 423 | 428 | 433 | 438 | 443 | 444 | 445 | -------------------------------------------------------------------------------- /apps/scalable/xfce-mail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 18 | 20 | 24 | 28 | 29 | 31 | 35 | 39 | 40 | 48 | 52 | 56 | 57 | 59 | 63 | 67 | 68 | 70 | 74 | 78 | 79 | 82 | 85 | 86 | 93 | 96 | 97 | 105 | 115 | 117 | 126 | 127 | 135 | 143 | 146 | 149 | 150 | 153 | 156 | 157 | 165 | 173 | 175 | 184 | 185 | 194 | 196 | 205 | 206 | 215 | 217 | 221 | 225 | 226 | 236 | 244 | 248 | 252 | 253 | 262 | 271 | 280 | 289 | 298 | 299 | 301 | 302 | 304 | image/svg+xml 305 | 307 | 308 | 309 | 310 | 323 | 326 | 331 | 336 | 341 | 351 | 361 | 362 | 364 | 373 | 380 | 385 | 390 | 397 | 402 | 407 | 408 | 410 | 420 | 425 | 430 | 435 | 436 | 437 | -------------------------------------------------------------------------------- /apps/scalable/xfce-mount.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 18 | 27 | 29 | 33 | 37 | 38 | 40 | 44 | 48 | 52 | 53 | 55 | 59 | 63 | 64 | 66 | 70 | 74 | 78 | 82 | 83 | 85 | 89 | 93 | 94 | 96 | 100 | 104 | 108 | 112 | 113 | 115 | 119 | 123 | 124 | 132 | 136 | 140 | 141 | 143 | 147 | 151 | 152 | 155 | 158 | 159 | 167 | 175 | 183 | 192 | 201 | 209 | 218 | 227 | 229 | 238 | 239 | 246 | 249 | 250 | 260 | 267 | 270 | 271 | 279 | 281 | 286 | 287 | 294 | 297 | 298 | 306 | 310 | 314 | 315 | 324 | 333 | 342 | 351 | 360 | 361 | 363 | 364 | 366 | image/svg+xml 367 | 369 | 370 | 371 | 372 | 385 | 387 | 392 | 397 | 402 | 412 | 422 | 423 | 425 | 430 | 435 | 440 | 445 | 450 | 455 | 460 | 465 | 470 | 471 | 474 | 483 | 488 | 493 | 500 | 501 | 504 | 513 | 522 | 523 | 525 | 530 | 535 | 542 | 543 | 544 | -------------------------------------------------------------------------------- /apps/scalable/xfce4-separator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 53 | 55 | 57 | 61 | 65 | 66 | 68 | 72 | 76 | 77 | 79 | 83 | 87 | 88 | 90 | 94 | 98 | 99 | 107 | 111 | 115 | 116 | 118 | 122 | 126 | 127 | 129 | 133 | 137 | 138 | 141 | 144 | 145 | 153 | 160 | 163 | 164 | 172 | 182 | 184 | 193 | 194 | 202 | 211 | 219 | 227 | 235 | 243 | 251 | 259 | 267 | 271 | 275 | 276 | 285 | 294 | 303 | 312 | 321 | 330 | 339 | 348 | 357 | 367 | 376 | 385 | 394 | 403 | 412 | 421 | 430 | 431 | 444 | 447 | 452 | 457 | 462 | 472 | 482 | 483 | 486 | 495 | 499 | 503 | 504 | 507 | 517 | 518 | 521 | 526 | 531 | 536 | 541 | 546 | 547 | 548 | -------------------------------------------------------------------------------- /apps/scalable/xfce4-session.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 19 | 21 | 25 | 29 | 30 | 32 | 36 | 40 | 41 | 51 | 53 | 57 | 61 | 62 | 64 | 68 | 72 | 73 | 81 | 85 | 89 | 90 | 92 | 96 | 100 | 101 | 104 | 107 | 108 | 116 | 125 | 133 | 141 | 149 | 157 | 159 | 163 | 167 | 168 | 178 | 180 | 184 | 188 | 189 | 199 | 207 | 211 | 215 | 216 | 225 | 234 | 243 | 252 | 261 | 263 | 267 | 271 | 272 | 282 | 284 | 289 | 290 | 297 | 300 | 301 | 302 | 304 | 305 | 307 | image/svg+xml 308 | 310 | 311 | 312 | 313 | 326 | 329 | 334 | 339 | 344 | 354 | 364 | 365 | 368 | 373 | 382 | 391 | 396 | 401 | 406 | 411 | 416 | 423 | 424 | 427 | 432 | 437 | 446 | 451 | 452 | 455 | 460 | 465 | 470 | 471 | 472 | -------------------------------------------------------------------------------- /apps/scalable/xfce4-verve-plugin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 53 | 55 | 58 | 62 | 66 | 67 | 69 | 73 | 77 | 78 | 80 | 84 | 88 | 89 | 91 | 95 | 99 | 100 | 102 | 106 | 110 | 111 | 113 | 117 | 121 | 122 | 130 | 134 | 138 | 139 | 141 | 145 | 149 | 150 | 152 | 156 | 160 | 161 | 164 | 167 | 168 | 176 | 183 | 186 | 187 | 195 | 205 | 207 | 216 | 217 | 225 | 234 | 242 | 250 | 258 | 266 | 274 | 282 | 290 | 294 | 298 | 299 | 308 | 317 | 326 | 335 | 344 | 353 | 362 | 371 | 380 | 389 | 396 | 398 | 405 | 406 | 414 | 416 | 423 | 424 | 432 | 434 | 441 | 442 | 450 | 452 | 459 | 460 | 468 | 470 | 477 | 478 | 486 | 488 | 495 | 496 | 505 | 513 | 523 | 525 | 529 | 533 | 534 | 543 | 552 | 554 | 558 | 562 | 563 | 565 | 569 | 573 | 577 | 578 | 585 | 588 | 592 | 593 | 602 | 613 | 614 | 627 | 630 | 635 | 640 | 645 | 655 | 665 | 666 | 669 | 678 | 682 | 686 | 687 | 690 | 700 | 701 | 711 | 720 | 730 | 735 | 740 | 745 | 748 | 753 | 758 | 763 | 764 | >_ 776 | 777 | -------------------------------------------------------------------------------- /apps/scalable/xfce4-workspaces.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 19 | 21 | 25 | 29 | 30 | 32 | 36 | 40 | 41 | 43 | 47 | 51 | 52 | 54 | 58 | 62 | 63 | 65 | 69 | 73 | 74 | 82 | 86 | 90 | 91 | 93 | 97 | 101 | 102 | 105 | 108 | 109 | 117 | 126 | 134 | 142 | 150 | 159 | 161 | 165 | 169 | 170 | 180 | 189 | 197 | 201 | 205 | 206 | 215 | 224 | 233 | 242 | 244 | 248 | 252 | 253 | 263 | 272 | 281 | 290 | 299 | 300 | 302 | 303 | 305 | image/svg+xml 306 | 308 | 309 | 310 | 311 | 312 | 325 | 328 | 333 | 338 | 343 | 353 | 363 | 364 | 367 | 372 | 377 | 382 | 387 | 389 | 399 | 404 | 409 | 414 | 415 | 418 | 428 | 433 | 438 | 443 | 444 | 447 | 457 | 462 | 467 | 472 | 473 | 476 | 486 | 491 | 496 | 501 | 502 | 503 | 506 | 511 | 516 | 525 | 530 | 531 | 534 | 539 | 544 | 549 | 550 | 551 | -------------------------------------------------------------------------------- /index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Faenza-Xfce 3 | Inherits=Faenza-Dark,Faenza 4 | Comment=Addon Icon-theme for Faenza 5 | Directories=apps/48,apps/scalable 6 | 7 | [apps/48] 8 | Size=48 9 | Context=Apps 10 | Type=fixed 11 | 12 | [apps/scalable] 13 | Size=96 14 | Context=Apps 15 | Type=Scalable 16 | MinSize=64 17 | MaxSize=128 --------------------------------------------------------------------------------