All Projects β†’ jcubic β†’ Clarity

jcubic / Clarity

Licence: other
Customizable Monoshape Vector Icon Theme for GTK+

Programming Languages

SVG
2 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to Clarity

Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+545.95%)
Mutual labels:  icons, vector, vector-graphics
Richpath
πŸ’ͺ Rich Android Path. 🀑 Draw as you want. πŸŽ‰ Animate much as you can.
Stars: ✭ 2,259 (+6005.41%)
Mutual labels:  icons, vector
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (+381.08%)
Mutual labels:  icons, vector
Flutter Icons
Customizable Icons for Flutter πŸ’₯
Stars: ✭ 241 (+551.35%)
Mutual labels:  icons, vector
Android Animated Icons
How to improve the user experience using animated icons with vector drawables onΒ Android
Stars: ✭ 117 (+216.22%)
Mutual labels:  icons, vector
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 (+4921.62%)
Mutual labels:  icons, icon-theme
Animated Icons
Android Animated Icons Library
Stars: ✭ 224 (+505.41%)
Mutual labels:  icons, vector
Adwaita Plus
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
Stars: ✭ 89 (+140.54%)
Mutual labels:  icons, icon-theme
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (+78.38%)
Mutual labels:  vector, vector-graphics
vector
A javascript library for creating interactive graphics.
Stars: ✭ 154 (+316.22%)
Mutual labels:  vector, vector-graphics
vectorshapes-unity
Library for drawing vector shapes in Unity.
Stars: ✭ 44 (+18.92%)
Mutual labels:  vector, vector-graphics
Mato
Mato - Icon pack for Linux
Stars: ✭ 117 (+216.22%)
Mutual labels:  icons, icon-theme
Plane Icon Theme
Is a modern icon theme for gnome linux versions.
Stars: ✭ 117 (+216.22%)
Mutual labels:  icons, icon-theme
Aegis Icons
Unofficial 2FA entry icons for open source Android authenticator Aegis
Stars: ✭ 153 (+313.51%)
Mutual labels:  icons, vector
Paper Icon Theme
Paper Icon Theme
Stars: ✭ 1,539 (+4059.46%)
Mutual labels:  icons, icon-theme
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (-43.24%)
Mutual labels:  vector, vector-graphics
Iconhandler
Tint you Icons, change the size, apply alpha color and set a position easily. πŸ‘“
Stars: ✭ 59 (+59.46%)
Mutual labels:  icons, icon-theme
Suru Plus Ubuntu
Suru++ Ubuntu β€” An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (+129.73%)
Mutual labels:  icons, icon-theme
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (-27.03%)
Mutual labels:  vector, vector-graphics
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (+143.24%)
Mutual labels:  icons, vector
  _____ _            _ _ 
 / ____| |          (_) |
| |    | | __ _ _ __ _| |_ _   _
| |    | |/ _` | '__| | __| | | |
| |____| | (_| | |  | | |_| |_| |
 \_____|_|\__,_|_|  |_|\__|\__, |
                            __/ |
                           |___/
Clarity Vector Icon theme for GTK

Licensed under CC-BY-SA 3.0 license <http://creativecommons.org/licenses/by-sa/3.0/>
Copyright (c) 2010-2017 Jakub Jankiewicz <http://jcubic.pl/me>


This theme is based on AwOken and Token, lots of shapes and basic color pallete was
taken from these icons. Few icons was taken from Raphael <http://raphaeljs.com/>.
I use some shapes from OpenClipart <http://www.openclipart.org>, Wikipedia, Humanity,
AnyColorYouLike Themes and Emoji One icons. The rest of icons I design myself
by simplifying existed icons or logos. I use mostly two fonts: Impact and Cheboygan.

Icons are mostly monoshape, but some icons have additional elements. There are nine
predefined color themes (in five colors) but you can also crete your own.

Available theme:
  violaceus        - violet/pink gradient
  lux_violaceus    - glossy variant
  canus            - grey gradient (default)
  dark_canus       - dark grey gradient
  caeruleus        - blue gradient
  lux_caeruleus    - glossy variant
  viridis          - green gradient
  luteus           - orage gradient
  albus            - white solid

INSTALLATION

  copy Clarity folder to ~/.icons or /usr/share/icons as root

on Ubuntu based systems you can install Clarity from PPA (execute from terminal
without $)

 $ sudo add-apt-repository ppa:jcubic/jcubicppa && sudo apt-get update

 $ sudo apt-get install clarity-icon-theme

You can also use GNU/Linux build package mantra

 $ ./configure && make && sudo make install

instead of make you can use

 $ make <theme>

CHANGING COLORS OF ICONS

To change color theme of icons:

  1. open folder ~/.icons/Clarity
  2. double click change-theme
  3. select the theme and click ok

If you install this theme from deb or PPA

  gksu change-theme

To run the script you must have installed zenity

You can also run from terminal:

  make <name of the theme>

CHANGING DISTRIBUTOR LOGO

  make fedora

available logos are: debian fedora gentoo gnome kubuntu madriva 
                     mint suse ubuntu xfce xubuntu 

you must run this command from ~/.icons folder or /usr/share/icons/Clarity
if you install from deb or PPA.

FURTHER CUSTOMIZATION

Every icon is made from a single shape and a template so it's easy to customize.
You can create custom theme by creating new file src/template_<your_name>.svg
see default templates to see how they are build. Basicly all templates must have
{{PATH}} and {{TITLE}} marks which will be replaced by data from the "source"
of an icon. You can create theme in Inkscape but after saving you must put {{PATH}}
marker in d atrribute of the shape (I don't tested but it sould work). You 
can also edit template by hand see SVG Specification <http://www.w3.org/TR/SVG/>
to see what transformations and effects you can add.

If you done editing your custom template double click change-theme and select
<your_name> to create your custom icons.

If you want to use make you must run ./configure first

OTHER CONTRIBUTORS

Enneric Valmorin
Chris Lenk

BUILDING PACKAGES

On Ubuntu deb packages

sudo apt-get install devscripts build-essential lintian debhelper librsvg2-bin
# this will create debian pacakge
make deb
# this will install source package for dput
make source-deb

You will also need GPG to sign the package

LICENSE

Copyright (c) 2010-2018 Jakub Jankiewicz <https://jcubic.pl/me>
Licensed under CC-BY-SA 3.0 license
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].