Vanilla 3 - The pragmatic icon set for Roblox Studio

Hello everyone!


I have recolored the icons. They are supposed to match the original roblox icons, while keeping the same modern shape of Vanilla. And no, it isn’t as consistent coloring but if you don’t really care about that too much then maybe you could give it a try! Simply install this like you would normally install vanilla ( no mod manager sadly :[ )

Heres the icons, you can download them by clicking on it and download.

(I am not exactly sure if these would work well in light mode as I haven’t tried it, but they work in dark mode just fine.)


Preview

image

12 Likes

This is crazy, I really love it! Thank you so much.

Remade it, now it has more consistent coloring as I used a palette this time instead of just going off of whatever color I thought worked best

1 Like

Excited to see what you did with it once you are ready!

1 Like

Actually it has been updated, in the original post. I probably should have said that lol

1 Like

For a long time, it has annoyed me that the tab bar doesn’t use the same script icons as the explorer when using Vanilla Icons. So, I made a feature request for it!

Tab Bar:
image

Explorer:
image

5 Likes

I was messing around as I usually do, and managed to do this by changing some image files in the executable.

(btw can i have the unreleased bits i want to see how much I can patch in since I could probs automate this)
image

8 Likes

This is amazing.
image_2021-08-30_093242

1 Like

The only problem i see is that i gotta edit the files every wednesday :confused: i am probably gonna create a python script that auto does it

I actually made one already with Python!

I’ll put it on Github, would you like to contribute? I’m new to Python

Currently it

  • deletes Studio shortcut on desktop
  • removes built-in plugins from a list
  • replaces ClassImage File

Although it’s functionality is semi automatic so it can be improved a lot with your help

  • requires manual path input
  • requires new built-in plugins to be copied manually

This is fantastic! Could you share your process - I’d be interested to learn more :slight_smile:

3 Likes

nice but what mine does is that

ClassImage file should be in desktop
copy and pastes the image into the textures folder

i am also kind of a beginner to python
also why not use a set path instead? roblox has a set versions path folder

as i am beginner i cant contribute much : (

although use this piece of broken code for some idea of what to do

import pathlib
import os
import shutil
cwd = os.path.expanduser('~\Desktop\ClassImages.png')

versions = os.path.join(os.getenv("programfiles(x86)"),"C:\Program Files (x86)\Roblox\Versions")

def GetRobloxImage():
    for path in os.listdir(versions):
        for path2 in os.listdir(versions +"\\" + path +  "content" + '\\' + "textures"):
            if (path2 == "RobloxStudioBeta.exe"):
                return path  + "\\" 

location = versions + GetRobloxImage()

shutil.copyfile(cwd,location)

print('check if it works , it might require you to restart studio')
input('Press ENTER to exit')

edit it as you like because if you dont edit it then well
image

Do you have GitHub link to the python? Also is it replace all script types on tabs?

This is cool but I don’t understand peoples using monochrome lol

Cool! Can’t wait to version 1.2 or even Chocolate!

This gives so much Blender and Unity vibes. Very awesome!

Also uhh, might want to add a few more icons :confused:
image

1 Like

FaceControls is a very new addition (in fact - I don’t think it’s even announced yet) so please allow some time for these icons to be designed.

In addition, I’m almost done with an icon format upgrade which will be rolled out soon :slightly_smiling_face:

1 Like

Very nice! I will add to the list an old feature: ProximtyPrompts.

1 Like