efficient vim config
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pywal-3.3.0-py3.9.egg-info / PKG-INFO
1 Metadata-Version: 2.1
2 Name: pywal
3 Version: 3.3.0
4 Summary: Generate and change color-schemes on the fly
5 Home-page: https://github.com/dylanaraps/pywal
6 Author: Dylan Araps
7 Author-email: dylan.araps@gmail.com
8 License: MIT
9 Download-URL: https://github.com/dylanaraps/pywal/archive/3.3.0.tar.gz
10 Description: <h3 align="center"><img src="https://i.imgur.com/5WgMACe.gif" width="200px"></h3>
11         <p align="center">Generate and change color-schemes on the fly.</p>
12         
13         <p align="center">
14         <a href="https://discord.gg/fK3RhsD"><img src="https://img.shields.io/discord/440354555197128704.svg"></a>
15         <a href="https://travis-ci.org/dylanaraps/pywal"><img src="https://travis-ci.org/dylanaraps/pywal.svg?branch=master"></a>
16         <a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
17         <a href="https://pypi.python.org/pypi/pywal/"><img src="https://img.shields.io/pypi/v/pywal.svg"></a>
18         <a href="https://www.patreon.com/dyla"><img src="https://img.shields.io/badge/donate-patreon-yellow.svg"></a>
19         <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V7QNJNKS3WYVS"><img src="https://img.shields.io/badge/donate-paypal-green.svg"></a>
20         </p>
21         
22         <img src="https://i.imgur.com/HhK3LDv.jpg" alt="img" align="right" width="400px">
23         
24         Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.
25         
26         There are currently 5 supported color generation backends, each providing a different palette of colors from each image. You're bound to find an appealing color-scheme.
27         
28         Pywal also supports predefined themes and has over 250 themes built-in. You can also create your own theme files to share with others.
29         
30         The goal of Pywal was to be as out of the way as possible. It doesn't modify any of your existing configuration files. Instead it works around them and provides tools to integrate your system as you see fit.
31         
32         Terminal emulators and TTYs have their color-schemes updated in real-time with no delay. With minimal configuration this functionality can be extended to almost anything running on your system.
33         
34         ### More: \[[Installation](https://github.com/dylanaraps/pywal/wiki/Installation)\] \[[Getting Started](https://github.com/dylanaraps/pywal/wiki/Getting-Started)\] \[[Customization](https://github.com/dylanaraps/pywal/wiki/Customization)\] \[[Wiki](https://github.com/dylanaraps/pywal/wiki)\] \[[Screenshots](https://www.reddit.com/r/unixporn/search?q=wal&restrict_sr=on&sort=relevance&t=all)\]
35         
36 Keywords: wal colorscheme terminal-emulators changing-colorschemes
37 Platform: UNKNOWN
38 Classifier: Environment :: X11 Applications
39 Classifier: License :: OSI Approved :: MIT License
40 Classifier: Operating System :: POSIX :: Linux
41 Classifier: Programming Language :: Python :: 3.5
42 Classifier: Programming Language :: Python :: 3.6
43 Requires-Python: >=3.5
44 Description-Content-Type: text/markdown