Skip to content
/ rpg Public

Random palette generator for terminal color themes.

Notifications You must be signed in to change notification settings

fehawen/rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

rpg - random palette generator
==============================

Generate random palettes for your terminal's colors.

The palettes are random with the exception that min and max rgb values are
used to achieve somewhat sane colors.


screenshots: https://user-images.githubusercontent.com/36552788/94266156-02e57680-ff3a-11ea-8acc-6899816fc24e.png
             https://user-images.githubusercontent.com/36552788/94266242-26a8bc80-ff3a-11ea-8e7c-1f917ccc8a07.png


Installation
------------

Clone the repo

    $ git clone https://github.com/fehawen/rpg.git

Change working directory to rpg

    $ cd rpg

Install rpg

    $ make install

Persist colors either by adding the following in $SHELL's startup file ...

    rpg reload

... Or by adding the following to ~/.Xresources if you use one

    #include ".cache/rpg/colors.Xresources"


Usage
-----

rpg d, rpg dark    - generate dark palette
rpg l, rpg light   - generate light palette
rpg r, rpg reload  - reload current palette
rpg c, rpg current - print current palette

Releases

No releases published

Packages

No packages published