Enhancement: Fixes #72, Flesh out icon theme and add packaging script
@@ -1,9 +1,6 @@
|
||||
# Icons
|
||||
This directory contains the source files used to generate icon themes.
|
||||
|
||||
## Under Construction
|
||||
Icon themes are still under construction - checkout branch `feat-72` if you would like to be *cutting edge* and use the latest work (until that work is done and merged into `master`, at least).
|
||||
|
||||
## Structure
|
||||
Within each directory (eg. `luna`) these are the contents:
|
||||
|
||||
@@ -16,10 +13,12 @@ Within each directory (eg. `luna`) these are the contents:
|
||||
`mappings` - since there are lots of Freedesktop icon names that map to the same icon, the mappings file maps those Freedesktop icon names to the icons found under `/res` (formatted as `(freedesktop icon name)-->(icon filename minus extension)`)
|
||||
|
||||
## Installation
|
||||
If you would like to install the icon theme (bearing in mind it's incomplete!) you should:
|
||||
- `git checkout feat-72` (to get yourself on the feature branch with the icons)
|
||||
If you would like to install the icon theme you should:
|
||||
- `cd` over to the `/packaging/deb/icons` directory
|
||||
- `./packicon.sh luna` (to build the Luna icon package)
|
||||
- `./packicon.sh <theme>` (eg. `./packicon.sh luna` to build the Luna icon package)
|
||||
- `sudo dpkg -i <the package>.deb` (to install the package)
|
||||
|
||||
Sorry this is very rough, it will be updated once I finish the `feat-72` branch. Which may be some time because there are a LOT of icons to get through...
|
||||
## Developing Icon Themes
|
||||
All that you need to do to add icons (or change icons is):
|
||||
- Place your icons in the appropriate directory under `/res`
|
||||
- Update the `mappings` file as per the format mentioned above
|
||||
|
||||
|
Before Width: | Height: | Size: 924 B |
|
Before Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 417 B |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
5
icons/luna/README.MD
Normal file
@@ -0,0 +1,5 @@
|
||||
# Windows XP Icon Theme
|
||||
This directory contains the source files for the Windows XP icon theme.
|
||||
|
||||
## Preview
|
||||
<img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/computer.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/net_places.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/desktop.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/dialog-info.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/dialog-warning.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/dialog-error.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/fave.png"> <img src="https://raw.githubusercontent.com/rozniak/xfce-winxp-tc/master/icons/luna/res/32x32/bin.png">
|
||||
6
icons/luna/debian-control
Normal file
@@ -0,0 +1,6 @@
|
||||
Package: icon-theme-luna
|
||||
Version: 0.0.1
|
||||
Maintainer: Rory Fewell <roryf@oddmatics.uk>
|
||||
Architecture: all
|
||||
Section: non-free
|
||||
Description: The Windows XP icon theme.
|
||||
314
icons/luna/mappings
Normal file
@@ -0,0 +1,314 @@
|
||||
actions/add-->add
|
||||
actions/address-book-new-->address_book_new
|
||||
actions/application-exit-->close
|
||||
actions/appointment-->calendar
|
||||
actions/appointment-new-->calendar
|
||||
actions/back-->left
|
||||
actions/bookmark-add-->fave
|
||||
actions/bookmark-new-->fave
|
||||
actions/bookmark-list-add-->fave
|
||||
actions/call-start-->call
|
||||
actions/call-stop-->call_end
|
||||
actions/centrejust-->align_centre
|
||||
actions/contact-new-->contact_new
|
||||
actions/document-new-->new
|
||||
actions/document-open-->open
|
||||
actions/document-open-recent-->recent_docs
|
||||
actions/document-page-setup-->page_setup
|
||||
actions/document-print-->print
|
||||
actions/document-print-preview-->print_preview
|
||||
actions/document-properties-->document_properties
|
||||
actions/document-revert-->revert
|
||||
actions/document-revert-rtl-->revert_rtl
|
||||
actions/document-save-->save
|
||||
actions/document-save-as-->save_as
|
||||
actions/document-send-->send
|
||||
actions/edit-clear-->clear
|
||||
actions/editclear-->clear
|
||||
actions/edit-copy-->copy
|
||||
actions/editcopy-->copy
|
||||
actions/edit-cut-->cut
|
||||
actions/editcut-->cut
|
||||
actions/edit-delete-->delete
|
||||
actions/editdelete-->delete
|
||||
actions/edit-find-->find
|
||||
actions/edit-find-replace-->find
|
||||
actions/edit-paste-->paste
|
||||
actions/editpaste-->paste
|
||||
actions/edit-redo-->redo
|
||||
actions/edit-redo-rtl-->undo
|
||||
actions/edit-select-all-->select_all
|
||||
actions/edit-undo-->undo
|
||||
actions/edit-undo-rtl-->redo
|
||||
actions/exit-->close
|
||||
actions/filefind-->find
|
||||
actions/filenew-->new
|
||||
actions/fileopen-->open
|
||||
actions/fileprint-->print
|
||||
actions/filequickprint-->print
|
||||
actions/filesave-->save
|
||||
actions/filesaveas-->save_as
|
||||
actions/find-->find
|
||||
actions/folder-new-->folder_new
|
||||
actions/folder_new-->folder_new
|
||||
actions/format-indent-less-->indent_decrease
|
||||
actions/format-indent-less-rtl-->indent_increase
|
||||
actions/format-indent-more-->indent_increase
|
||||
actions/format-indent-more-rtl-->indent_decrease
|
||||
actions/format-justify-center-->align_center
|
||||
actions/format-justify-fill-->align_justify
|
||||
actions/format-justify-left-->align_left
|
||||
actions/format-justify-right-->align_right
|
||||
actions/format-text-bold-->bold
|
||||
actions/format-text-direction-ltr-->text_dir_ltr
|
||||
actions/format-text-direction-rtl-->text_dir_rtl
|
||||
actions/format-text-italic-->italic
|
||||
actions/format-text-strikethrough-->strikethrough
|
||||
actions/format-text-underline-->underline
|
||||
actions/go-home-->home
|
||||
actions/go-next-->nav_forward
|
||||
actions/go-next-rtl-->nav_back
|
||||
actions/go-previous-->nav_back
|
||||
actions/go-previous-rtl-->nav_forward
|
||||
actions/help-about-->null
|
||||
actions/next-->nav_forward
|
||||
actions/previous-->nav_back
|
||||
actions/system-log-out-->logoff
|
||||
actions/system-run-->run
|
||||
actions/system-search-->search
|
||||
actions/system-shutdown-->shutdown
|
||||
apps/firefox-->firefox
|
||||
apps/firefox-esr-->firefox
|
||||
apps/help-browser-->help
|
||||
apps/preferences-desktop-->desktop
|
||||
apps/preferences-desktop-accessibility-->accessibility
|
||||
apps/preferences-desktop-default-applications-->mimetypes
|
||||
apps/preferences-desktop-display-->control_display
|
||||
apps/preferences-desktop-font-->folder_fonts
|
||||
apps/preferences-desktop-keyboard-->keyboard
|
||||
apps/preferences-desktop-keyboard-shortcuts-->keyboard_shortcuts
|
||||
apps/preferences-desktop-locale-->net_wan
|
||||
apps/preferences-desktop-peripherals-->hardware
|
||||
apps/preferences-desktop-personal-->personal
|
||||
apps/preferences-desktop-remote-desktop-->net_remote
|
||||
apps/preferences-desktop-screensaver-->screensaver
|
||||
apps/preferences-desktop-theme-->control_appearance
|
||||
apps/preferences-desktop-wallpaper-->control_display
|
||||
apps/preferences-other-->control_panel
|
||||
apps/preferences-system-->settings
|
||||
apps/preferences-system-network-->net_connections
|
||||
apps/preferences-system-notifications-->control_notifications
|
||||
apps/preferences-system-privacy-->lock
|
||||
apps/preferences-system-search-->folder_search
|
||||
apps/preferences-system-sharing-->folder_shared
|
||||
apps/preferences-system-windows-->file_generic_executable
|
||||
apps/system-software-install-->folder_programs
|
||||
apps/thunderbird-->thunderbird
|
||||
apps/utilities-terminal-->cli
|
||||
categories/applications-other-->folder_programs
|
||||
devices/computer-->computer
|
||||
devices/drive-harddisk-->drive_disk
|
||||
devices/drive-optical-->drive_optical
|
||||
devices/drive-removable-media-->drive_external
|
||||
devices/printer-->printer
|
||||
mimetypes/application-certificate-->certificate
|
||||
mimetypes/application-ecmascript-->file_js
|
||||
mimetypes/application-gzip-->folder_compressed
|
||||
mimetypes/application-illustrator-->file_generic_vector_drawing
|
||||
mimetypes/application-javascript-->file_js
|
||||
mimetypes/application-json-->file_generic_markup
|
||||
mimetypes/application-msword-->file_doc
|
||||
mimetypes/application-msword-template-->file_dot
|
||||
mimetypes/application-ogg-->file_generic_media
|
||||
mimetypes/application-pdf-->file_pdf
|
||||
mimetypes/application-postscript-->file_generic_script
|
||||
mimetypes/application-rtf-->file_rtf
|
||||
mimetypes/application-vnd.adobe.flash.movie-->file_swf
|
||||
mimetypes/application-vnd.ms-access-->file_mdb
|
||||
mimetypes/application-vnd.ms-excel-->file_xls
|
||||
mimetypes/application-vnd.ms-powerpoint-->file_ppt
|
||||
mimetypes/application-vnd.ms-publisher-->file_pub
|
||||
mimetypes/application-vnd.ms-visio.drawing.main-->file_vsd
|
||||
mimetypes/application-vnd.ms-word-->file_doc
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation-->file_ppt
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow-->file_pps
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slide-->file_ppt
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template-->file_pot
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet-->file_xls
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template-->file_xlt
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document-->file_doc
|
||||
mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template-->file_dot
|
||||
mimetypes/application-vnd.rar-->folder_compressed
|
||||
mimetypes/application-vnd.sqlite3-->file_generic_database
|
||||
mimetypes/application-vnd.visio-->file_vsd
|
||||
mimetypes/application-winhlp-->help
|
||||
mimetypes/application-x-7z-compressed-->folder_compressed
|
||||
mimetypes/application-x-addon-->file_generic_library
|
||||
mimetypes/application-x-arc-->folder_compressed
|
||||
mimetypes/application-x-archive-->folder_compressed
|
||||
mimetypes/application-x-asax-->file_asax
|
||||
mimetypes/application-x-ascx-->file_ascx
|
||||
mimetypes/application-x-ashx-->file_ashx
|
||||
mimetypes/application-x-asmx-->file_asmx
|
||||
mimetypes/application-x-asp-->file_generic_markup
|
||||
mimetypes/application-x-aspx-->file_aspx
|
||||
mimetypes/application-x-awk-->file_generic_script
|
||||
mimetypes/application-x-bittorrent-->file_empty
|
||||
mimetypes/application-x-bzip-compressed-tar-->folder_compressed
|
||||
mimetypes/application-x-bzip-->folder_compressed
|
||||
mimetypes/application-x-cd-image-->disc
|
||||
mimetypes/application-x-compressed-tar-->folder_compressed
|
||||
mimetypes/application-x-compress-->folder_compressed
|
||||
mimetypes/application-x-config-->file_generic_config
|
||||
mimetypes/application-x-designer-->file_generic_markup
|
||||
mimetypes/application-x-desktop-->file_generic_markup
|
||||
mimetypes/application-x-dia-diagram-->file_generic_vector_drawing
|
||||
mimetypes/application-x-dia-shape-->file_generic_vector_drawing
|
||||
mimetypes/application-x-dotnet-csharp-project-->file_csproj
|
||||
mimetypes/application-x-dotnet-solution-->file_sln
|
||||
mimetypes/application-x-dotnet-vb-project-->file_vbproj
|
||||
mimetypes/application-x-executable-->file_generic_executable
|
||||
mimetypes/application-x-firmware-->file_generic_library
|
||||
mimetypes/application-x-generic-->file_unknown
|
||||
mimetypes/application-x-glade-->file_generic_markup
|
||||
mimetypes/application-x-gtk-builder-->file_generic_markup
|
||||
mimetypes/application-xml-->file_generic_markup
|
||||
mimetypes/application-x-ms-dos-executable-->file_generic_executable
|
||||
mimetypes/application-x-msi-->file_msi
|
||||
mimetypes/application-x-mswrite-->file_rtf
|
||||
mimetypes/application-x-object-->file_obj
|
||||
mimetypes/application-x-pak-->folder_compressed
|
||||
mimetypes/application-x-perl-->file_generic_script
|
||||
mimetypes/application-x-php-->file_generic_markup
|
||||
mimetypes/application-x-resources-->file_resx
|
||||
mimetypes/application-x-resourcesx-->file_resx
|
||||
mimetypes/application-x-ruby-->file_generic_script
|
||||
mimetypes/application-xsd-->file_generic_markup
|
||||
mimetypes/application-x-shared-library-la-->file_generic_library
|
||||
mimetypes/application-x-sharedlib-->file_generic_library
|
||||
mimetypes/application-x-shellscript-->file_generic_shell
|
||||
mimetypes/application-x-smb-server-->net_places
|
||||
mimetypes/application-x-smb-workgroup-->net_lan
|
||||
mimetypes/application-x-source-rpm-->folder_compressed
|
||||
mimetypes/application-x-tar-->folder_compressed
|
||||
mimetypes/application-x-tarz-->folder_compressed
|
||||
mimetypes/application-x-theme-->file_msstyles
|
||||
mimetypes/application-x-vbproj-->file_vbproj
|
||||
mimetypes/application-x-vbscript-->file_vbs
|
||||
mimetypes/application-x-web-config-->file_web_config
|
||||
mimetypes/application-x-xz-compressed-tar-->folder_compressed
|
||||
mimetypes/application-x-yaml-->file_generic_markup
|
||||
mimetypes/application-x-zip-compressed-fb2-->folder_compressed
|
||||
mimetypes/application-zip-->folder_compressed
|
||||
mimetypes/audio-aac-->file_generic_media
|
||||
mimetypes/audio-flac-->file_generic_media
|
||||
mimetypes/audio-midi-->file_generic_media
|
||||
mimetypes/audio-mpeg-->file_generic_media
|
||||
mimetypes/audio-x-generic-->file_generic_media
|
||||
mimetypes/font-collection-->file_generic_font
|
||||
mimetypes/font-otf-->file_otf
|
||||
mimetypes/font-ttf-->file_ttf
|
||||
mimetypes/font-woff2-->file_otf
|
||||
mimetypes/font-woff-->file_otf
|
||||
mimetypes/font-x-generic-->file_ttf
|
||||
mimetypes/image-bmp-->file_bmp
|
||||
mimetypes/image-gif-->file_generic_vector_drawing
|
||||
mimetypes/image-jpeg-->file_jpg
|
||||
mimetypes/image-png-->file_generic_vector_drawing
|
||||
mimetypes/image-svg+xml-compressed-->file_generic_vector_drawing
|
||||
mimetypes/image-svg+xml-->file_generic_vector_drawing
|
||||
mimetypes/image-tiff-->file_tiff
|
||||
mimetypes/image-x-generic-->file_jpg
|
||||
mimetypes/inode-directory-->folder
|
||||
mimetypes/empty-->file_unknown
|
||||
mimetypes/message-rfc822-->file_msg
|
||||
mimetypes/package-x-generic-->file_generic_installer
|
||||
mimetypes/text-css-->file_generic_markup
|
||||
mimetypes/text-csv-->file_generic_markup
|
||||
mimetypes/text-enriched-->file_rtf
|
||||
mimetypes/text-htmlh-->file_generic_markup
|
||||
mimetypes/text-html-->file_generic_markup
|
||||
mimetypes/text-markdown-->file_generic_markup
|
||||
mimetypes/text-plain-->file_txt
|
||||
mimetypes/text-richtext-->file_rtf
|
||||
mimetypes/text-rtf-->file_rtf
|
||||
mimetypes/text-rust-->file_generic_script
|
||||
mimetypes/text-vbscript-->file_vbs
|
||||
mimetypes/text-x-c++hdr-->file_h
|
||||
mimetypes/text-x-c++src-->file_cpp
|
||||
mimetypes/text-x-chdr-->file_h
|
||||
mimetypes/text-x-cmake-->file_generic_config
|
||||
mimetypes/text-x-csharp-->file_cs
|
||||
mimetypes/text-x-csrc-->file_c
|
||||
mimetypes/text-x-generic-->file_txt
|
||||
mimetypes/text-x-generic-template-->file_unknown
|
||||
mimetypes/text-x-makefile-->file_generic_config
|
||||
mimetypes/text-x-preview-->file_unknown
|
||||
mimetypes/text-x-python-->file_generic_script
|
||||
mimetypes/text-x-python3-->file_generic_script
|
||||
mimetypes/text-x-script-->file_generic_script
|
||||
mimetypes/text-x-sql-->file_sql
|
||||
mimetypes/text-x-vb-->file_vb
|
||||
mimetypes/text-x-vbdotnet-->file_vb
|
||||
mimetypes/video-mp4-->file_generic_media
|
||||
mimetypes/video-x-generic-->file_generic_media
|
||||
mimetypes/x-office-address-book-->address_book
|
||||
mimetypes/x-office-calendar-->calendar
|
||||
mimetypes/x-office-document-->file_doc
|
||||
mimetypes/x-office-document-template-->file_dot
|
||||
mimetypes/x-office-drawing-->file_vsd
|
||||
mimetypes/x-office-drawing-template-->file_vst
|
||||
mimetypes/x-office-presentation-->file_ppt
|
||||
mimetypes/x-office-presentation-template-->file_pot
|
||||
mimetypes/x-office-spreadsheet-->file_xls
|
||||
mimetypes/x-office-spreadsheet-template-->file_xlt
|
||||
mimetypes/x-package-repository-->internet_software
|
||||
places/folder-->folder
|
||||
places/folder-documents-->folder_documents
|
||||
places/folder-download-->folder
|
||||
places/folder-drag-accept-->folder
|
||||
places/folder-music-->folder_music
|
||||
places/folder-open-->folder_open
|
||||
places/folder-pictures-->folder_pictures
|
||||
places/folder-publicshare-->folder_shared
|
||||
places/folder-remote-->folder_network
|
||||
places/folder-saved-search-->folder
|
||||
places/folder-templates-->folder
|
||||
places/folder-videos-->folder_videos
|
||||
places/network-server-->network_share
|
||||
places/network-workgroup-->net_lan
|
||||
places/start-here-->computer
|
||||
places/user-bookmarks-->fave
|
||||
places/user-desktop-->desktop
|
||||
places/user-home-->folder
|
||||
places/user-trash-->bin
|
||||
status/ac-adapter-->ac_power
|
||||
status/battery-caution-->battery_critical
|
||||
status/battery-caution-charging-->battery_low_charging
|
||||
status/battery-empty-->battery_empty
|
||||
status/battery-empty-charging-->battery_low_charging
|
||||
status/battery-full-->battery_full
|
||||
status/battery-full-charged-->battery_full_on_ac
|
||||
status/battery-full-charging-->battery_full_on_ac
|
||||
status/battery-good-->battery_medium
|
||||
status/battery-good-charging-->battery_medium_charging
|
||||
status/battery-low-->battery_low
|
||||
status/battery-low-charging-->battery_low_charging
|
||||
status/battery-missing-->battery_unknown
|
||||
status/dialog-error-->dialog_error
|
||||
status/dialog-information-->dialog_info
|
||||
status/dialog-warning-->dialog_warning
|
||||
status/error-->dialog_error
|
||||
status/gtk-dialog-error-->dialog_error
|
||||
status/gtk-dialog-information-->dialog_info
|
||||
status/gtk-dialog-warning-->dialog_warning
|
||||
status/image-missing-->file_unknown
|
||||
status/important-->dialog_warning
|
||||
status/info-->dialog_info
|
||||
status/messagebox-critical-->dialog_error
|
||||
status/messagebox-info-->dialog_info
|
||||
status/messagebox-warning-->dialog_warning
|
||||
status/stock-dialog-error-->dialog_error
|
||||
status/stock-dialog-info-->dialog_info
|
||||
status/stock-dialog-warning-->dialog_warning
|
||||
status/user-trash-full-->bin_full
|
||||
BIN
icons/luna/res/16x16/ac_power.png
Normal file
|
After Width: | Height: | Size: 634 B |
BIN
icons/luna/res/16x16/accessibility.png
Normal file
|
After Width: | Height: | Size: 720 B |
BIN
icons/luna/res/16x16/add.png
Normal file
|
After Width: | Height: | Size: 665 B |
BIN
icons/luna/res/16x16/address_book.png
Normal file
|
After Width: | Height: | Size: 533 B |
BIN
icons/luna/res/16x16/address_book_new.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
icons/luna/res/16x16/align_centre.png
Normal file
|
After Width: | Height: | Size: 172 B |
BIN
icons/luna/res/16x16/align_justify.png
Normal file
|
After Width: | Height: | Size: 170 B |
BIN
icons/luna/res/16x16/align_left.png
Normal file
|
After Width: | Height: | Size: 178 B |
BIN
icons/luna/res/16x16/align_right.png
Normal file
|
After Width: | Height: | Size: 181 B |
BIN
icons/luna/res/16x16/auth.png
Normal file
|
After Width: | Height: | Size: 841 B |
BIN
icons/luna/res/16x16/battery_charging.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
icons/luna/res/16x16/battery_critical.png
Normal file
|
After Width: | Height: | Size: 667 B |
BIN
icons/luna/res/16x16/battery_empty.png
Normal file
|
After Width: | Height: | Size: 608 B |
BIN
icons/luna/res/16x16/battery_full.png
Normal file
|
After Width: | Height: | Size: 615 B |
1
icons/luna/res/16x16/battery_full_on_ac.png
Symbolic link
@@ -0,0 +1 @@
|
||||
ac_power.png
|
||||
BIN
icons/luna/res/16x16/battery_low.png
Normal file
|
After Width: | Height: | Size: 627 B |
1
icons/luna/res/16x16/battery_low_charging.png
Symbolic link
@@ -0,0 +1 @@
|
||||
battery_charging.png
|
||||
BIN
icons/luna/res/16x16/battery_medium.png
Normal file
|
After Width: | Height: | Size: 636 B |
1
icons/luna/res/16x16/battery_medium_charging.png
Symbolic link
@@ -0,0 +1 @@
|
||||
battery_charging.png
|
||||
BIN
icons/luna/res/16x16/battery_unknown.png
Normal file
|
After Width: | Height: | Size: 636 B |
|
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B |
|
Before Width: | Height: | Size: 692 B After Width: | Height: | Size: 692 B |
BIN
icons/luna/res/16x16/bluetooth.png
Normal file
|
After Width: | Height: | Size: 788 B |
BIN
icons/luna/res/16x16/bold.png
Normal file
|
After Width: | Height: | Size: 307 B |
BIN
icons/luna/res/16x16/calendar.png
Normal file
|
After Width: | Height: | Size: 667 B |
BIN
icons/luna/res/16x16/call.png
Normal file
|
After Width: | Height: | Size: 429 B |
BIN
icons/luna/res/16x16/call_end.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
icons/luna/res/16x16/camcorder.png
Normal file
|
After Width: | Height: | Size: 740 B |
BIN
icons/luna/res/16x16/camera.png
Normal file
|
After Width: | Height: | Size: 867 B |
BIN
icons/luna/res/16x16/certificate.png
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
icons/luna/res/16x16/clear.png
Normal file
|
After Width: | Height: | Size: 369 B |
BIN
icons/luna/res/16x16/cli.png
Normal file
|
After Width: | Height: | Size: 382 B |
BIN
icons/luna/res/16x16/close.png
Normal file
|
After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
BIN
icons/luna/res/16x16/contact.png
Normal file
|
After Width: | Height: | Size: 701 B |
BIN
icons/luna/res/16x16/contact_new.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/luna/res/16x16/control_appearance.png
Normal file
|
After Width: | Height: | Size: 855 B |
BIN
icons/luna/res/16x16/control_display.png
Normal file
|
After Width: | Height: | Size: 852 B |
BIN
icons/luna/res/16x16/control_notifications.png
Normal file
|
After Width: | Height: | Size: 761 B |
|
Before Width: | Height: | Size: 853 B After Width: | Height: | Size: 853 B |
BIN
icons/luna/res/16x16/copy.png
Normal file
|
After Width: | Height: | Size: 452 B |
BIN
icons/luna/res/16x16/cut.png
Normal file
|
After Width: | Height: | Size: 468 B |
BIN
icons/luna/res/16x16/delete.png
Normal file
|
After Width: | Height: | Size: 463 B |
|
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 555 B |
BIN
icons/luna/res/16x16/dialog_error.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/luna/res/16x16/dialog_info.png
Normal file
|
After Width: | Height: | Size: 733 B |
BIN
icons/luna/res/16x16/dialog_warning.png
Normal file
|
After Width: | Height: | Size: 615 B |
BIN
icons/luna/res/16x16/disc.png
Normal file
|
After Width: | Height: | Size: 687 B |
BIN
icons/luna/res/16x16/document_properties.png
Normal file
|
After Width: | Height: | Size: 491 B |
|
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
BIN
icons/luna/res/16x16/drive_floppy.png
Normal file
|
After Width: | Height: | Size: 674 B |
|
Before Width: | Height: | Size: 738 B After Width: | Height: | Size: 738 B |
BIN
icons/luna/res/16x16/email_forward.png
Normal file
|
After Width: | Height: | Size: 514 B |
BIN
icons/luna/res/16x16/email_reply.png
Normal file
|
After Width: | Height: | Size: 506 B |
BIN
icons/luna/res/16x16/email_reply_all.png
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
icons/luna/res/16x16/email_send.png
Normal file
|
After Width: | Height: | Size: 321 B |
BIN
icons/luna/res/16x16/fave.png
Normal file
|
After Width: | Height: | Size: 901 B |
BIN
icons/luna/res/16x16/file_asax.png
Normal file
|
After Width: | Height: | Size: 610 B |
BIN
icons/luna/res/16x16/file_ascx.png
Normal file
|
After Width: | Height: | Size: 408 B |
BIN
icons/luna/res/16x16/file_ashx.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
icons/luna/res/16x16/file_asm.png
Normal file
|
After Width: | Height: | Size: 591 B |
BIN
icons/luna/res/16x16/file_asmx.png
Normal file
|
After Width: | Height: | Size: 537 B |
BIN
icons/luna/res/16x16/file_aspx.png
Normal file
|
After Width: | Height: | Size: 636 B |
BIN
icons/luna/res/16x16/file_bmp.png
Normal file
|
After Width: | Height: | Size: 816 B |
BIN
icons/luna/res/16x16/file_c.png
Normal file
|
After Width: | Height: | Size: 485 B |
BIN
icons/luna/res/16x16/file_cab.png
Normal file
|
After Width: | Height: | Size: 958 B |
BIN
icons/luna/res/16x16/file_cpp.png
Normal file
|
After Width: | Height: | Size: 694 B |
BIN
icons/luna/res/16x16/file_cs.png
Normal file
|
After Width: | Height: | Size: 539 B |
BIN
icons/luna/res/16x16/file_csproj.png
Normal file
|
After Width: | Height: | Size: 687 B |
BIN
icons/luna/res/16x16/file_dcr.png
Normal file
|
After Width: | Height: | Size: 222 B |
BIN
icons/luna/res/16x16/file_doc.png
Normal file
|
After Width: | Height: | Size: 681 B |
BIN
icons/luna/res/16x16/file_dot.png
Normal file
|
After Width: | Height: | Size: 773 B |
BIN
icons/luna/res/16x16/file_generic.png
Normal file
|
After Width: | Height: | Size: 697 B |
BIN
icons/luna/res/16x16/file_generic_audio_project.png
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
icons/luna/res/16x16/file_generic_config.png
Normal file
|
After Width: | Height: | Size: 922 B |
BIN
icons/luna/res/16x16/file_generic_database.png
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
icons/luna/res/16x16/file_generic_executable.png
Normal file
|
After Width: | Height: | Size: 449 B |
BIN
icons/luna/res/16x16/file_generic_font.png
Normal file
|
After Width: | Height: | Size: 693 B |
BIN
icons/luna/res/16x16/file_generic_installer.png
Normal file
|
After Width: | Height: | Size: 962 B |
BIN
icons/luna/res/16x16/file_generic_library.png
Normal file
|
After Width: | Height: | Size: 719 B |
BIN
icons/luna/res/16x16/file_generic_markup.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
icons/luna/res/16x16/file_generic_media.png
Normal file
|
After Width: | Height: | Size: 732 B |