update
2
AUTHORS
Normal file → Executable file
@@ -4,6 +4,6 @@ SOURCES:
|
|||||||
OSX_ONE: https://github.com/unc926/OSX_ONE
|
OSX_ONE: https://github.com/unc926/OSX_ONE
|
||||||
|
|
||||||
CUSTOMIZER:
|
CUSTOMIZER:
|
||||||
Vince Liuice <vinceliuice@hotmail.com> - BigSur-circle icon theme (https://github.com//vinceliuice/BigSur-icon-theme)
|
yeyushengfan258 <yeyushengfan258@outlook.com> - BigSur icon theme (https://github.com//yeyushengfan258/BigSur-icon-theme)
|
||||||
|
|
||||||
------------------------ BigSur ICON THEME ------------------------
|
------------------------ BigSur ICON THEME ------------------------
|
||||||
|
11
README.md
@@ -1,9 +1,16 @@
|
|||||||
## BigSur Icon Theme
|
## BigSur Icon Theme
|
||||||
A colorful design icon theme for all linux desktops!
|
A colorful design icon theme for linux desktops
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
`./install.sh`
|
Usage: `./install.sh` **[OPTIONS...]** **[COLOR VARIANTS...]**
|
||||||
|
|
||||||
|
| OPTIONS: | |
|
||||||
|
|:----------|:------------------------------------------------------------------------------|
|
||||||
|
| -a | Install all color versions |
|
||||||
|
| -d | Specify theme destination directory (**Default:** _$HOME/.local/share/icons_) |
|
||||||
|
| -n | Specify theme name (**Default:** _Tela_) |
|
||||||
|
| -h | Show this help |
|
||||||
|
|
||||||
## view
|
## view
|
||||||

|

|
||||||
|
0
View-3.png
Normal file → Executable file
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
0
colorful-folder/folder-black/folder-bookmark.svg
Normal file → Executable file
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
0
colorful-folder/folder-black/folder-documents.svg
Normal file → Executable file
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
0
colorful-folder/folder-black/folder-download.svg
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
colorful-folder/folder-black/folder-dropbox.svg
Normal file → Executable file
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
0
colorful-folder/folder-black/folder-image-people.svg
Normal file → Executable file
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
0
colorful-folder/folder-black/folder-music.svg
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
colorful-folder/folder-black/folder-network.svg
Normal file → Executable file
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
0
colorful-folder/folder-black/folder-open.svg
Normal file → Executable file
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
0
colorful-folder/folder-black/folder-pictures.svg
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
colorful-folder/folder-black/folder-publicshare.svg
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
colorful-folder/folder-black/folder-root.svg
Normal file → Executable file
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
0
colorful-folder/folder-black/folder-saved-search.svg
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
colorful-folder/folder-black/folder-temp.svg
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
colorful-folder/folder-black/folder-templates.svg
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
colorful-folder/folder-black/folder-video.svg
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
colorful-folder/folder-black/folder.svg
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
colorful-folder/folder-black/user-desktop.svg
Normal file → Executable file
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
0
colorful-folder/folder-black/user-home.svg
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
colorful-folder/folder-black/user-identity.svg
Normal file → Executable file
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
0
colorful-folder/folder-black/user-trash-full.svg
Normal file → Executable file
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
0
colorful-folder/folder-black/user-trash.svg
Normal file → Executable file
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -13,7 +13,7 @@ fi
|
|||||||
SRC_DIR=$(cd $(dirname $0) && pwd)
|
SRC_DIR=$(cd $(dirname $0) && pwd)
|
||||||
|
|
||||||
THEME_NAME=BigSur
|
THEME_NAME=BigSur
|
||||||
THEME_VARIANTS=('' '-black')
|
THEME_VARIANTS=('-black')
|
||||||
COLOR_VARIANTS=('' '-dark')
|
COLOR_VARIANTS=('' '-dark')
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
@@ -99,7 +99,7 @@ install() {
|
|||||||
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,devices,places,status}/{16,22,24}/*
|
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,devices,places,status}/{16,22,24}/*
|
||||||
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,apps,categories,emblems,devices,mimes,places,status}/symbolic/*
|
sed -i "s/#363636/#dedede/g" "${THEME_DIR}"/{actions,apps,categories,emblems,devices,mimes,places,status}/symbolic/*
|
||||||
|
|
||||||
cp -r ${SRC_DIR}/links/actions/{16,22,24,32,symbolic} ${THEME_DIR}/actions
|
cp -r ${SRC_DIR}/links/actions/{16,22,24,symbolic} ${THEME_DIR}/actions
|
||||||
cp -r ${SRC_DIR}/links/devices/{16,22,24,symbolic} ${THEME_DIR}/devices
|
cp -r ${SRC_DIR}/links/devices/{16,22,24,symbolic} ${THEME_DIR}/devices
|
||||||
cp -r ${SRC_DIR}/links/places/{16,22,24,symbolic} ${THEME_DIR}/places
|
cp -r ${SRC_DIR}/links/places/{16,22,24,symbolic} ${THEME_DIR}/places
|
||||||
cp -r ${SRC_DIR}/links/status/{16,22,24,symbolic} ${THEME_DIR}/status
|
cp -r ${SRC_DIR}/links/status/{16,22,24,symbolic} ${THEME_DIR}/status
|
||||||
@@ -188,9 +188,6 @@ while [[ $# -gt 0 ]]; do
|
|||||||
-red)
|
-red)
|
||||||
theme="-red"
|
theme="-red"
|
||||||
;;
|
;;
|
||||||
-blue)
|
|
||||||
theme="-blue"
|
|
||||||
;;
|
|
||||||
-h|--help)
|
-h|--help)
|
||||||
usage
|
usage
|
||||||
exit 0
|
exit 0
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
edit-find.svg
|
|
0
links/actions/16/paper-color.svg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
links/actions/16/tag-edit.svg
Normal file → Executable file
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 596 B |
@@ -1 +0,0 @@
|
|||||||
text-field.svg
|
|
@@ -1 +0,0 @@
|
|||||||
edit-find.svg
|
|
@@ -1 +0,0 @@
|
|||||||
text-field.svg
|
|
1
links/actions/24/help-contents.svg
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../apps/22/system-help.svg
|
@@ -1 +0,0 @@
|
|||||||
edit-find.svg
|
|
@@ -1 +0,0 @@
|
|||||||
media-repeat-single.svg
|
|
@@ -1 +0,0 @@
|
|||||||
labplot-editgrid.svg
|
|
@@ -1 +0,0 @@
|
|||||||
text-field.svg
|
|
@@ -1 +0,0 @@
|
|||||||
view-institution-add.svg
|
|
@@ -1 +0,0 @@
|
|||||||
view-institution-delete.svg
|
|
@@ -1 +0,0 @@
|
|||||||
view-institution-edit.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-log-out.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-suspend-hibernate.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-log-out.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-reboot.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-shutdown.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-suspend.svg
|
|
@@ -1 +0,0 @@
|
|||||||
window-maximize-symbolic.svg
|
|
@@ -1 +0,0 @@
|
|||||||
window-maximize-symbolic.svg
|
|
@@ -1 +0,0 @@
|
|||||||
2048.svg
|
|
@@ -1 +0,0 @@
|
|||||||
pychess.svg
|
|
@@ -1 +0,0 @@
|
|||||||
anydesk.svg
|
|
@@ -1 +0,0 @@
|
|||||||
dbeaver.svg
|
|
@@ -1 +0,0 @@
|
|||||||
calibre-gui.svg
|
|
@@ -1 +0,0 @@
|
|||||||
gmail.svg
|
|
@@ -1 +0,0 @@
|
|||||||
gmail.svg
|
|
@@ -1 +0,0 @@
|
|||||||
xdiagnose.svg
|
|
@@ -1 +0,0 @@
|
|||||||
joplin.svg
|
|
@@ -1 +0,0 @@
|
|||||||
lastfm.svg
|
|
@@ -1 +0,0 @@
|
|||||||
linssid.svg
|
|
@@ -1 +0,0 @@
|
|||||||
pcsx2.svg
|
|
@@ -1 +0,0 @@
|
|||||||
photofiltrelx.svg
|
|
@@ -1 +0,0 @@
|
|||||||
gnome-pomodoro.svg
|
|
@@ -1 +0,0 @@
|
|||||||
akregator.svg
|
|
@@ -1 +0,0 @@
|
|||||||
internet-mail.svg
|
|
@@ -1 +0,0 @@
|
|||||||
todoist.svg
|
|
@@ -1 +0,0 @@
|
|||||||
gmail.svg
|
|
@@ -1 +0,0 @@
|
|||||||
xmind.svg
|
|
@@ -1 +0,0 @@
|
|||||||
youtube.svg
|
|
@@ -1 +0,0 @@
|
|||||||
youtube.svg
|
|
@@ -1 +0,0 @@
|
|||||||
apport.svg
|
|
@@ -1 +0,0 @@
|
|||||||
apport.svg
|
|
@@ -1 +0,0 @@
|
|||||||
preferences-web-browser-identification.svg
|
|
@@ -1 +0,0 @@
|
|||||||
kpat.svg
|
|
@@ -1 +0,0 @@
|
|||||||
internet-news-reader.svg
|
|
@@ -1 +0,0 @@
|
|||||||
abrt.svg
|
|
@@ -1 +0,0 @@
|
|||||||
panel.svg
|
|
@@ -1 +0,0 @@
|
|||||||
android-studio.svg
|
|
@@ -1 +0,0 @@
|
|||||||
terminal.svg
|
|
@@ -1 +0,0 @@
|
|||||||
preferences-desktop-gaming.svg
|
|
@@ -1 +0,0 @@
|
|||||||
antimicro.svg
|
|
@@ -1 +0,0 @@
|
|||||||
security-medium.svg
|
|
@@ -1 +0,0 @@
|
|||||||
Ripcord_Icon.svg
|
|
@@ -1 +0,0 @@
|
|||||||
gmail.svg
|
|
@@ -1 +0,0 @@
|
|||||||
preferences-desktop-gaming.svg
|
|
@@ -1 +0,0 @@
|
|||||||
clementine.svg
|
|
@@ -1 +0,0 @@
|
|||||||
translator.svg
|
|
@@ -1 +0,0 @@
|
|||||||
applications-internet.svg
|
|
@@ -1 +0,0 @@
|
|||||||
apport.svg
|
|
@@ -1 +0,0 @@
|
|||||||
apport.svg
|
|
@@ -1 +0,0 @@
|
|||||||
lastfm.svg
|
|
@@ -1 +0,0 @@
|
|||||||
lastfm.svg
|
|
@@ -1 +0,0 @@
|
|||||||
juk.svg
|
|
@@ -1 +0,0 @@
|
|||||||
brave.svg
|
|
@@ -1 +0,0 @@
|
|||||||
brave-dev.svg
|
|
@@ -1 +0,0 @@
|
|||||||
brave-nightly.svg
|
|
@@ -1 +0,0 @@
|
|||||||
system-error.svg
|
|
@@ -1 +0,0 @@
|
|||||||
apport.svg
|
|
@@ -1 +0,0 @@
|
|||||||
grub-customizer.svg
|
|
@@ -1 +0,0 @@
|
|||||||
nvidia.svg
|
|