Skip to content

Commit

Permalink
New Noctis Color added
Browse files Browse the repository at this point in the history
  • Loading branch information
ddh4r4m committed Oct 2, 2021
1 parent f78ed96 commit 0ac5bc8
Show file tree
Hide file tree
Showing 40 changed files with 444 additions and 58 deletions.
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -160,7 +161,7 @@ while [ $# -gt 0 ]; do
done

# Default name is 'Tela'
: "${NAME:=Tela}"
: "${NAME:=TelaNoctis}"

# By default, only the standard color variant is selected
for color in "${colors[@]:-standard}"; do
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.
22 changes: 22 additions & 0 deletions src/colors/color-noctis/scalable/default-folder-music.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 0ac5bc8

Please sign in to comment.