blob: e109a0c07c817534f45f963169856640f1aba1da (
plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
[](https://www.gnu.org/licenses/lgpl-3.0)
[
# i3-colors
Simple Python i3 colors manager.<br />
**Install/Usage:**
git clone https://gitlab.com/manzerbredes/i3-colors
./i3-colors/src/i3-colors.py -h
**Notes:** Some of the themes come from [i3-style project](https://github.com/altdesktop/i3-style) and [j4-make-config](https://github.com/okraits/j4-make-config)
### Features
- Instant theme changing `./i3-colors.py apply -r <theme-path>`
- Theme extraction `./i3-colors.py extract <i3-config-file>`
- Apply random colors `./i3-colors.py aleatory`
### Screenshots
alphare:

archlinux:

base16-tomorrow:

breeze:

debian:

deep-purple:

default:

flat-gray:

google:

gruvbox:

icelines:

ion3:

lime:

mate:

oceanic-next:

okraits:

old-school:

purple:

seti:

slate:

solarized:

solarized_light:

tomorrow-night-80s:

ubuntu:

wc8:

|