Windows 7 Icon Theme Pack Download

1 view
Skip to first unread message

Caleb Nelands

unread,
Aug 5, 2024, 4:17:47 AM8/5/24
to naubitentspam
Ihave explored this extensively and checked on windows forums and there is no way to do a direct port of this as of right now. It has to be done by hand. Perhaps a developer could write a shell script or program that could automatically make these conversions (which probably wouldn't be too hard on the Linux side of things because of the standardized format of icon themes).

Currently I'm doing this by hand with a Windows app called Icon Packager by Stardock. How to handle windows part I am unsure as I am not a windows developer. I think it could probably be done for a lot of applications using shell scripts and regedit though... hmmmm perhaps.


This link might also be useful if anyone else decides to take up this project. I'm considering doing it myself but I have a few other priorities to finish up first. -us/windows/desktop/shell/how-to-assign-a-custom-icon-to-a-file-type


I'm using the oomox-atelier-extuary icon theme too, which I sat to inherit from elementary-xfce-darker. I checked and it has all the white icons. This problem occours with any other icon theme, anyway.


That being said, using the default built-in adwaita theme (or the latest Greybird since it's being updated along with Xfce's migration to GTK3) and the default Tango (or the latest elementary-xfce) icon themes should have everything correctly. If it doesn't work with these, then file a bug report. If it doesn't work with another appearance or icon theme, then you'll need to file the bug report over there.


I like windows 10 icon theme in zorin lite , so i have tried theme icon name monday, it's good , but i notice pc consuming high ram reach to 44% , the other or default icon themes pc consume 22%.

can any one recommend good icon theme(windows10 icon theme) work good in xfce?


I have changed the icon theme in the XFCE Settings Manager (Appearance section), but the new theme is not propagated to the applications. I have closed by login session and reopened it, and even boot cycled the entire system, but no change occurs. I believe that at least some font selections are also not propagated, as XFCE Terminal and Xed are configured to use the the system font, but it is different from the one that appears in their windows.


I have recently provisioned the system, and installed XFCE4 as the only desktop manager. I am opening the Windows through an SSH connection, with X forwarding, initiated from a host running Cinnamon DE over Linux Mint 21.


It has worked in the past that at least icon themes would be determined by the settings on the remote host, not the local host serving the X environment, though now is my first experience with the Arch family.


ah i haven't seen 95 icons in years...brings back memories,wish i had win 3.1,that was the first os i ever used,also if you use desktop themes your icons will change from the standard icons,icons like the floppy drive look to be from 98,i've personaly found xsetup to cause more problems than what it'sa worth so i do everything manualy


Hi guys, I'm not sure if this is the right section but I'll try anyway.

So, I did a system upgrade with the usual pacman -Syu. So far so good. I rebooted the laptop cause I needed to, and I noticed that after I logged in my session some icons where crappy (e.g. the wifi icon in the top bar, it became thinner and low resolution) and some others went missing, replaced by a white square.

After investigating a while I noticed that every icon pack I have on my machine showed those icons, except the default Adwaita icons, which showed correctly.

What I assume is going on is that every icon that is not present in the selected icon pack results in those ones, while before the system upgrade they were replaced by the good-looking adwaita icons.

I could use adwaita as system-wide icon pack but I'd like to get my candy icons back, as I prefer them.

Any clue on how to fix this?


"white square" sounds like a font placeholder - is the icon an icon or an emoji?

The actual appearance (screenshot?) and used icon theme (the theme declares what it wants to inherit and adwaita is not some "default", the hicolor theme is) would probably help to shed some light on the situation.




In this pic you can see some icons being rendered normally (the ones of the system monitor extension), some rendered badly (wifi and volume) and the weather one not rendered at all.

The icon theme i use is candy icons, and I'm sure my default icon theme is adwaita cause it's written in the tweak center. Hicolor is present, but it's not marked as default and I have the same issue if I select it. It does instead work both with adwaita and adwaita legacy.


I also noticed that also the icons for managing a window (minimize, maximize, close) are not the ones i used to have.


Yeah, that's the theme but I didn't get it from aur. At the time i downloaded it from I don't even remember where and put it in the themes directory.

But how is that all of a sudden some icons changed?


So what happened "yesterday"? What packages were actually installed/removed/updated?

Did installing adwaita-icon-theme-legacy do anything?

Does either removing the breeze-dark theme or replacing Adwaita w/ AdwaitaLegacy in the definition of your theme do anything?


In order:

I don't really know, it was more than 130 packages to be updated to I didn't really checked. I'll try to find that out

Nope, nothing changed even after a reboot

I can't remove breeze-dark as it's required by another package (kiconthemes), and I don't know if removing this other one could do some damage. Could you also please explain better what you mean with replacing the theme? You mean setting as global theme adwaita legacy?


Done, and there are some differences: the missing icons reappeared correctly. The "old" icons are still old, but with another style. And I can tell that the same icons with breeze or with candy icons are not the same, even if similar


Yes, but the icons haven't changed yet. I also noticed that the icons for the desktop folder in the file explorer changed in a sort of representation of a desktop, while before updating it was simply a colorful folder (like the download and documents ones, but another color)




Color themes enable you to modify the colors in the Visual Studio Code user interface to match your preferences and work environment. A Color Theme affects both the VS Code user interface elements and the editor highlighting colors.


Tip: By default, the theme is stored in your user settings and applies globally to all workspaces. You can also configure a workspace-specific theme. To do so, set a theme in the Workspace settings.


Windows and macOS support light and dark color schemes. There is a setting, window.autoDetectColorScheme, that instructs VS Code to listen to changes to the OS's color scheme and switch to a matching theme accordingly.


To set the colors of VS Code UI elements such as list & trees (File Explorer, suggestions widget), diff editor, Activity Bar, notifications, scroll bar, split view, buttons, and more, use workbench.colorCustomizations.


Some languages (currently: TypeScript, JavaScript, Java) provide semantic tokens. Semantic tokens are based on the language service's symbol understanding and are more accurate than the syntax tokens coming from the TextMate grammars that are driven by regular expressions. The semantic highlighting that is computed from the semantic tokens goes on top of syntax highlighting and can correct and enrich the highlighting as seen in the following example:


When semantic highlighting is enabled and available for a language, it is up to the theme to configure whether and how semantic tokens are colored. Some semantic tokens are standardized and map to well-established TextMate scopes. If the theme has a coloring rule for these TextMate scopes, the semantic tokens are rendered with that color, without the need for any additional coloring rules.


To see what semantic tokens are computed and how they are styled, you can use the scope inspector (Developer: Inspect Editor Tokens and Scopes), which displays information for the text at the current cursor position.


If semantic tokens are available for the language at the given position and enabled by theme, the inspect tool shows a section semantic token type. The section shows the semantic token information (type and any number of modifiers) and the styling rules that apply.


Creating and publishing a theme extension is easy. Customize your colors in your user settings then generate a theme definition file with the Developer: Generate Color Theme From Current Settings command.


By default, the Seti File Icon Theme is used and those are the icons you see in the Explorer view. VS Code remembers your File Icon Theme selection across restarts. You can disable file icons by selecting None.


VS Code ships with two file icon themes: Minimal and Seti. To install more File Icon Themes, select the Install Additional File Icon Themes item in the File Icon Theme picker, which opens the Extensions view, filtered by icon themes.


Product Icon Themes enable you to change the icons in the VS Code user interface, other than the icons for specific file types. For example, you can modify the icons for the views in the Activity Bar, or the icons in the title bar for changing the layout.


By default, VS Code comes with one Product Icon Theme, Default. You can select more Product Icon Themes from the VS Code Marketplace directly from the Product Icon Theme picker by selecting Browse Additional Product Icon Themes....

3a8082e126
Reply all
Reply to author
Forward
0 new messages