All Projects β†’ wfpaisa β†’ Plane Icon Theme

wfpaisa / Plane Icon Theme

Licence: gpl-3.0
Is a modern icon theme for gnome linux versions.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Plane Icon Theme

Iconhandler
Tint you Icons, change the size, apply alpha color and set a position easily. πŸ‘“
Stars: ✭ 59 (-49.57%)
Mutual labels:  icons, icon-pack, icon-theme, icon-set
Evolvere Icons
Stars: ✭ 52 (-55.56%)
Mutual labels:  icons, icon-pack, icon-theme, icon-set
Suru Plus Ubuntu
Suru++ Ubuntu β€” An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (-27.35%)
Mutual labels:  gnome, icons, icon-pack, icon-theme
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+1488.03%)
Mutual labels:  gnome, icons, icon-pack, icon-theme
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+1708.55%)
Mutual labels:  icons, icon-pack, icon-set
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+1449.57%)
Mutual labels:  icons, icon-pack, icon-set
Flat Color Icons
Free Flat Color Icons
Stars: ✭ 2,014 (+1621.37%)
Mutual labels:  icons, icon-pack, icon-set
Awesome Iconjar
44 Collect free icon sets for iconjar. ζ”Άι›†ε…θ΄Ήηš„ε›Ύζ ‡εŒ…οΌŒiconjar 格式(44ε₯—)。
Stars: ✭ 188 (+60.68%)
Mutual labels:  icons, icon-pack, icon-set
icons-flat-osx
Free Flat icons For OSX
Stars: ✭ 371 (+217.09%)
Mutual labels:  icons, icon-pack, icon-set
Ikonate
Fully customisable & accessible vector icons
Stars: ✭ 3,392 (+2799.15%)
Mutual labels:  icons, icon-pack, icon-set
icons
Simple, minimal line, and clean icon pack in vector formats β€” free for public use.
Stars: ✭ 24 (-79.49%)
Mutual labels:  icons, icon-pack, icon-theme
Adwaita Plus
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
Stars: ✭ 89 (-23.93%)
Mutual labels:  gnome, icons, icon-theme
la-capitaine-android
πŸ“± La Capitaine icons on Android!
Stars: ✭ 17 (-85.47%)
Mutual labels:  icons, icon-pack, icon-theme
Icons Flat Osx
Free Flat icons For OSX
Stars: ✭ 366 (+212.82%)
Mutual labels:  icons, icon-pack, icon-set
Masalla Icon Theme
Masalla Icon Theme for UNIX-Like OS
Stars: ✭ 34 (-70.94%)
Mutual labels:  gnome, icons, icon-theme
Cryptoawesome
The most complete cryptocurrency image library to be used in your project.
Stars: ✭ 58 (-50.43%)
Mutual labels:  icons, icon-pack
Antu Icons
A smooth theme designed for Plasma Desktop
Stars: ✭ 53 (-54.7%)
Mutual labels:  icons, icon-theme
Yaru Plus
Yaru++, an elegant and modern third-party icons theme, based on Ubuntu's Yaru
Stars: ✭ 59 (-49.57%)
Mutual labels:  icons, icon-theme
Paper Icon Theme
Paper Icon Theme
Stars: ✭ 1,539 (+1215.38%)
Mutual labels:  icons, icon-theme
Boxicons
High Quality web friendly icons
Stars: ✭ 1,104 (+843.59%)
Mutual labels:  icons, icon-pack

Plane icon theme

A simple iconset, preferably used in dark versions of Gnome. Love/Arch/Inkscape/Gnome, more information in Plane project.

  • Source icons in = ./src/variants/plane and ./src/variants/* are all possible variants

  • Render icons in = ./build/variants/* and zip in ./build/zip-variants/*

Screen

see more screenshots

Installation

  1. Download the lasted version in ./build/zip-variants/
  2. Unzip in [USER_FOLDER]/.local/share/icons
  3. Change icon set with Gnome Tweak Tool

Build

Here videos

  • Is necesary nodejs 8
  • $ npm install
  • $ npm install --global gulp-cli
  • $ gulp

Developer

The folder ./src/variants/* contains all possible icon variants and the var variants in the gulpfile.js have an array with all posible icon set variants.

Allows hot editing, gulp watch auto will generate the icon and if you pass the parameter will update the icon set.

# Build with debug
$ gulp -debug

# Auto update
# Change [-PlaneGnome] for the icon set you want reload from `./build/variants`
$ ln -s [FOLDER_PATH]/build/variants/PlaneGnome ~/.local/share/icons/PlaneGnome
$ gulp watch -PlaneGnome

Potential Errors

  • "Error: watch /xxx/xxx ENOSPC" Solution -> echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p more info

Estructure file

./assets/templates/* contain it the templates with the structure, all templates should have the this structure:

[tag] => inkscape layer

folder.svg
	[icon_16|desktop_scalable] -> Render: 16/folder.svg or scalable/desktop.svg 
		[icon]
			"icon content"
		[frame]"contain only a rectangle with sizes of the icon"
			[frame_16] "must be Rectangle, Render icon with this sizes"
  • .svg properties are: units in px, the scale in x="1.000" scale in y="1.000", viewbox x:0, y:0
  • The script get all layers the first level and render them Individually

Libreoffice icons

  • Light $ sudo cp ./build/libreoffice-breeze/images_breeze.zip /usr/lib/libreoffice/share/config/images_breeze.zip Then open Libreoffice and go to Tools->Options->View and choose Breeze.
  • Dark $ sudo cp ./build/libreoffice-breeze/images_breeze_dark.zip /usr/lib/libreoffice/share/config/images_breeze_dark.zip Then open Libreoffice and go to Tools->Options->View and choose Breeze_dark.

Thanks to

And all other designs that served as inspiration!

Reviews

Todo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].