#um…
1 messages · Page 1 of 1 (latest)
Nice theme but Isn’t this just…
https://github.com/MiniDiscordThemes/SettingsIcons#installation
to an extent it is, but it was making the sizing of the sidebar wierd when i used it. So i made it not change the sidebar size and added some extra features for customization
okai:3
for example, you can the color of icons change when hovered. By default I added functionality to nitro and server boost
bruh
What theme are you using? I can take a look at the problem if you want
yeah, it bothered me too. your snippet is GOLD
can you fix these
iirc another settings icon theme has the icons for this but i forgot which one
also
when opening settings
this theme reduces my discord to about 1fps for a few seconds
I’ll take a look in an hour or two, that is a vencord plug-in right?
It’s in #1032200195582197831
@modern knoll theme has been updated, let me know if it's faster
oh clearvision seems to have it's own icon thing
can probs just make a snippet to always show clearvision icons
adding this to your quick css should override ClearVision's sidebar
.sidebar_c25c6d .item_a0::before {
margin-top: 0px !important;
position: static !important;
background-image: unset !important;
}```
just edited it to fix the repositioning
cause the icons were slightly offset upwards
You are awesome, thank you
np
i read the customisation document and i know how to add colors to icons, but what colors are there to choose from? is there a way i can pick colours from the color wheel? new to CSS so any help appreciated
easiest thing would probably be hex codes
example:
.item_a0[data-tab-id="Discord Nitro"]::before {
--icon-color: #FFFFFF;
}
and if you want to remove the color from something preset, just set the color to unset
-# (i still need to actually make the readme and documentation actually good)
Add party mode fr fr
done
W
also you can now set the height of the sidebar items with --icon-height now
take your time
theme shold be fully functional
Can you please add icons for Vesktop settings and Theme Library :3 (third-party plugin: https://discord.com/channels/1015060230222131221/1257070841372610581 )
at this point make it get the icons from a repo people can contribute to
actually no you already can
im like high

done
turns out that the ThemeLibrary plugin had support for SettingsIcons so the variable prefix is now --si-* so things that support it can also support this theme now
tysm <3
why?
There is a new one
Just change your url to the one at the top of the thread
nicee
The "Server Boost" icon changes its color when hovered, pls add ability to change colors for all icons
that would be cooler and increase more accessibility
The icons are filled by default, this makes the sidebar not really easy to navigate, if u make it filled only after user hovers the icon it may look good.
I'm not fluent in English so I made this example for the "Clips" icon, hope u understand what i mean
for custom colors, you can already do that. I might make them all have individual variables if it seems less confusing for people. but for now this is the way to do custom colors.
/*
Custom Colors: Want to make an icon have a custom color? All you have to do is set the --si-color varible for the icon.
Example:
*/
.item_a0[data-tab-id="Discord Nitro"] {
--si-color: var(--brand-500);
}
For the hovering feature, that would require basically doubling the amount svg icons, as there isn't any other real way of implementing that
i'll tweak with the opacity to try and make it easier to tell when something is hovered
what do you guys think makes more sense?
--si-my-account-color--si-color-my-account
I think first one makes more sense 
the second one is more convenient when doing css stuffs, like we just ctrl+F and input --si-color-, all the things relate to colors will show up
true
Men
Hello there, can you add OpenAsar icon please?
can you add this please?
i forgot to check this in a whule
linux settings should be there lemme check if i did something wrong
ok the issue is i'm stupid
should be fixed
@thin pewter @raven ice both issues have been fixed
also if there is an issue literally just ping me here so i can be more aware of this
thank you
Do you have the theme attributes plugin enabled?
I’ll look into it later today
theme should be fixed
Themes with custom backgrounds are still broken
most likely an issue with the other theme atm
at least this one should work for now
Oof, ye, it was disabled don't know how
Sorry for interrupting 🙏
@tardy cosmos add 2 new icons
I didn't make this theme!!!! I can't help with that!!!!!!
updated this theme cause it finally broke for me (sorry i forgot about this)