Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vinceliuice/Tela-icon-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Oct 8, 2021
2 parents 2442048 + abc286e commit bc8e7ff
Show file tree
Hide file tree
Showing 44 changed files with 449 additions and 58 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ paper-icon-theme: https://github.com/snwh/paper-icon-theme

CUSTOMIZER:
Vince Liuice <[email protected]> - Tela icon theme (https://github.com/vinceliuice/Tela-icon-theme)
Dharam Dhurandhar <[email protected]> - Tela icon theme (https://github.com/rkstrdee/Tela-icon-theme)

------------------------ TELA ICON THEME ------------------------
Binary file added Folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ A flat colorful Design icon theme

![Tela](../master/tela-dark.png)
![Tela](../master/tela-light.png)

![Tela](../master/folders.png)
## Installation

Usage: `./install.sh` **[OPTIONS...]** **[COLOR VARIANTS...]**

eg.. to install noctis color variant `./install.sh noctis`


| OPTIONS: | |
|:----------|:------------------------------------------------------------------------------|
| -a | Install all color versions |
Expand All @@ -23,6 +26,7 @@ Usage: `./install.sh` **[OPTIONS...]** **[COLOR VARIANTS...]**
| brown | Brown color folder version |
| green | Green color folder version |
| grey | Grey color folder version |
| noctis | Noctis color folder version |
| orange | Orange color folder version |
| pink | Pink color folder version |
| purple | Purple color folder version |
Expand Down
Binary file added folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

readonly SRC_DIR=$(cd $(dirname $0) && pwd)

readonly COLOR_VARIANTS=("standard" "black" "blue" "brown" "green" "grey" "orange"
readonly COLOR_VARIANTS=("standard" "black" "blue" "brown" "green" "grey" "noctis" "orange"
"pink" "purple" "red" "yellow" "manjaro" "ubuntu")
readonly BRIGHT_VARIANTS=("" "dark")

Expand Down Expand Up @@ -37,6 +37,7 @@ usage() {
printf " %-25s%s\n" "blue" "Blue color folder version"
printf " %-25s%s\n" "brown" "Brown color folder version"
printf " %-25s%s\n" "green" "Green color folder version"
printf " %-25s%s\n" "noctis" "Noctis color folder version"
printf " %-25s%s\n" "grey" "Grey color folder version"
printf " %-25s%s\n" "orange" "Orange color folder version"
printf " %-25s%s\n" "pink" "Pink color folder version"
Expand Down
7 changes: 7 additions & 0 deletions src/colors/color-noctis/16/folder-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/colors/color-noctis/16/folder-visiting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/colors/color-noctis/16/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/colors/color-noctis/scalable/default-cut.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/colors/color-noctis/scalable/default-fileopen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/colors/color-noctis/scalable/default-folder-documents.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/colors/color-noctis/scalable/default-folder-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/colors/color-noctis/scalable/default-folder-move.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc8e7ff

Please sign in to comment.