-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
44 lines (25 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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