diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-18 22:50:43 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-07-18 22:51:34 +0100 |
commit | 97662f5c8ecdf32403939e427c74310f9175fb9e (patch) | |
tree | 1370d4efc8a2d8f03eaca33981f41d3f7a4877e7 /launcher/resources | |
parent | e8c44e700d68078ec4242347b505ed2bddabbe06 (diff) | |
download | PrismLauncher-97662f5c8ecdf32403939e427c74310f9175fb9e.tar.gz PrismLauncher-97662f5c8ecdf32403939e427c74310f9175fb9e.tar.bz2 PrismLauncher-97662f5c8ecdf32403939e427c74310f9175fb9e.zip |
Multiple icon themes!
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/resources')
-rw-r--r-- | launcher/resources/multimc/index.theme | 2 | ||||
-rw-r--r-- | launcher/resources/pe_blue/index.theme | 2 | ||||
-rw-r--r-- | launcher/resources/pe_colored/index.theme | 2 | ||||
-rw-r--r-- | launcher/resources/pe_dark/index.theme | 2 | ||||
-rw-r--r-- | launcher/resources/pe_light/index.theme | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/launcher/resources/multimc/index.theme b/launcher/resources/multimc/index.theme index 070e23f1..4da8072d 100644 --- a/launcher/resources/multimc/index.theme +++ b/launcher/resources/multimc/index.theme @@ -1,5 +1,5 @@ [Icon Theme] -Name=multimc +Name=Legacy Comment=Default Icons Inherits=default Directories=8x8,16x16,22x22,24x24,32x32,32x32/instances,48x48,50x50/instances,64x64,128x128/instances,256x256,scalable,scalable/instances diff --git a/launcher/resources/pe_blue/index.theme b/launcher/resources/pe_blue/index.theme index c9e0d93a..6d842b5d 100644 --- a/launcher/resources/pe_blue/index.theme +++ b/launcher/resources/pe_blue/index.theme @@ -1,5 +1,5 @@ [Icon Theme] -Name=pe_blue +Name=Simple (Blue) Comment=Icons by pexner (blue) Inherits=multimc Directories=scalable diff --git a/launcher/resources/pe_colored/index.theme b/launcher/resources/pe_colored/index.theme index b757bbd7..bca5494f 100644 --- a/launcher/resources/pe_colored/index.theme +++ b/launcher/resources/pe_colored/index.theme @@ -1,5 +1,5 @@ [Icon Theme] -Name=pe_colored +Name=Simple (Colored) Comment=Icons by pexner (colored) Inherits=multimc Directories=scalable diff --git a/launcher/resources/pe_dark/index.theme b/launcher/resources/pe_dark/index.theme index b7d1ad01..4cfbf09c 100644 --- a/launcher/resources/pe_dark/index.theme +++ b/launcher/resources/pe_dark/index.theme @@ -1,5 +1,5 @@ [Icon Theme] -Name=pe_dark +Name=Simple (Dark) Comment=Icons by pexner (dark) Inherits=multimc Directories=scalable diff --git a/launcher/resources/pe_light/index.theme b/launcher/resources/pe_light/index.theme index c106acc8..87b76d13 100644 --- a/launcher/resources/pe_light/index.theme +++ b/launcher/resources/pe_light/index.theme @@ -1,5 +1,5 @@ [Icon Theme] -Name=pe_light +Name=Simple (Light) Comment=Icons by pexner (light) Inherits=multimc Directories=scalable |