File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Vimix Icon Theme
2
- A Material Design icon theme
2
+
3
+ A Material Design icon theme
3
4
4
5
Vimix icon theme is based on Paper-Icon-Theme: https://github.com/snwh/paper-icon-theme
5
6
6
7
## Install Or Uninstall
7
- Run
8
+ ```
9
+ Usage: ./install.sh [OPTIONS...] [COLOR VARIANTS...]
10
+
11
+ OPTIONS:
12
+ -a Install all color folder versions
13
+ -d DIR Specify theme destination directory (Default: /home/liuice/.local/share/icons)
14
+ -n NAME Specify theme name (Default: )
15
+ -h Show this help
8
16
9
- ./install.sh
10
- ## Install with all color variants
11
- ./install.sh -a
17
+ COLOR VARIANTS:
18
+ standard Standard color folder version
19
+ Amethyst Purple color folder version
20
+ Beryl Teal color folder version
21
+ Doder Blue color folder version
22
+ Ruby Red color folder version
23
+ Jade Green color folder version
24
+ Black Black color folder version
25
+ White White color folder version
12
26
13
- Or double-click to open that script files and select "run at the terminal" at nautilus.
27
+ By default, only the standard one is selected.
28
+ ```
14
29
15
30
## Preview
16
31
![ 1] ( ../master/Preview.png )
You can’t perform that action at this time.
0 commit comments