theme updates
This commit is contained in:
parent
509c06bc59
commit
d734bcf1e4
109 changed files with 49 additions and 2 deletions
|
@ -48,7 +48,7 @@ function check_root() {
|
|||
}
|
||||
|
||||
function select_theme() {
|
||||
themes=('Vimix' 'Cyberpunk' 'Shodan' 'fallout' 'CyberRe' 'minegrub-theme' 'Quit' 'GradientGuy')
|
||||
themes=('Vimix' 'Cyberpunk' 'Shodan' 'CyberRe' 'dedsec' 'GradientGuy' 'Quit')
|
||||
|
||||
PS3=$(echo_prompt '\nChoose The Theme You Want: ')
|
||||
select THEME_NAME in "${themes[@]}"; do
|
||||
|
@ -65,6 +65,9 @@ function select_theme() {
|
|||
'Shodan')
|
||||
splash 'Installing Shodan Theme...'
|
||||
break;;
|
||||
'dedsec')
|
||||
splash 'Installing dedsec Theme...'
|
||||
break;;
|
||||
'CyberRe')
|
||||
splash 'Installing CyberRe Theme...'
|
||||
break;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue