diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-15 10:43:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:43:29 +0200 |
commit | 7ba1e7d3569fcb04cb49d16247703bf2862172ba (patch) | |
tree | 9eb12949538323c2afa9545907057c4e575ce7c2 /launcher/resources | |
parent | f533173b9589a0c3bfca0845b0c3939f5131c018 (diff) | |
parent | 6ce7e426d2e3bbca74719da073eb46d05b001439 (diff) | |
download | PrismLauncher-7ba1e7d3569fcb04cb49d16247703bf2862172ba.tar.gz PrismLauncher-7ba1e7d3569fcb04cb49d16247703bf2862172ba.tar.bz2 PrismLauncher-7ba1e7d3569fcb04cb49d16247703bf2862172ba.zip |
Merge pull request #1407 from TheKodeToad/icon-indexing
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 |