<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sayantan</title>
    <description>The latest articles on DEV Community by Sayantan (@thissayantan).</description>
    <link>https://dev.to/thissayantan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F697785%2F9a8caf3a-8998-4697-bec5-5d88ef7ab96e.jpeg</url>
      <title>DEV Community: Sayantan</title>
      <link>https://dev.to/thissayantan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thissayantan"/>
    <language>en</language>
    <item>
      <title>Linux desktop icons are dull, so I drew a better set and made it free</title>
      <dc:creator>Sayantan</dc:creator>
      <pubDate>Sat, 19 Sep 2026 21:34:19 +0000</pubDate>
      <link>https://dev.to/thissayantan/linux-desktop-icons-are-dull-so-i-drew-a-better-set-and-made-it-free-5af0</link>
      <guid>https://dev.to/thissayantan/linux-desktop-icons-are-dull-so-i-drew-a-better-set-and-made-it-free-5af0</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5j2lbx3jegvm0gd8io2p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5j2lbx3jegvm0gd8io2p.png" alt="Frost: project folders showing their stack, and file icons that say what they are" width="800" height="612"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Look at your Linux desktop for a second. The Home folder icon. The file manager in your dock. The row of folders in your Documents.&lt;/p&gt;

&lt;p&gt;They're fine. They're also dull. Flat, muddy, a bit sad, clearly not something anyone enjoyed making. And once you notice it you can't stop noticing it, because these are the icons you look at more than any others, all day.&lt;/p&gt;

&lt;p&gt;I went looking for a replacement on gnome-look.org and came away frustrated. Plenty of packs cover a handful of icons and leave the rest mismatched. Plenty look great in the showcase screenshot and fall apart in an actual file list.&lt;/p&gt;

&lt;p&gt;So I drew my own, and made it free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/thissayantan/frost-icon-theme" rel="noopener noreferrer"&gt;Frost&lt;/a&gt;&lt;/strong&gt; is a frosted-glass icon theme for Linux. MIT licensed, one line to install, one line to remove.&lt;/p&gt;

&lt;h2&gt;
  
  
  Before and after
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkbwx0v3m5vrkskndlhqg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkbwx0v3m5vrkskndlhqg.png" alt="Ubuntu's default icons on the left, Frost on the right" width="800" height="342"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Same folder, same files. Every icon is the same idea: a vivid colour seen through a soft pane of frosted glass, with one crisp white symbol on top.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your project folders show what is inside them
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6v1x0dqjk6yuvsu2r81a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6v1x0dqjk6yuvsu2r81a.png" alt="Project folders marked with Next + Bun + TypeScript, Docker + Go, Docker + Python and Flutter" width="800" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the part I use every day. Frost reads each project and marks the folder with the stack it actually contains. A package.json with Next and TypeScript plus a bun.lock gets Next, Bun and TS. A go.mod next to a Dockerfile gets Go and Docker. A pubspec.yaml gets Flutter.&lt;/p&gt;

&lt;p&gt;One command tags everything under your code directory, and &lt;code&gt;--undo&lt;/code&gt; puts it back. The marks are fetched on your machine from Simple Icons (public domain), so the theme itself ships no trademarked logos.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your files say what they are
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4wvkek2iyh6b1qpgqm37.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4wvkek2iyh6b1qpgqm37.png" alt="All 134 file types in Frost" width="800" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Out of the box, every JSON file in a project looks like a terminal, and your lock file, your notes and your TLS certificate all look like the same grey page.&lt;/p&gt;

&lt;p&gt;Frost draws 134 file types. Colour tells you the kind: yellow for data and keys, teal for code, blue for documents, orange for archives. The symbol tells you the family: braces for JSON, M with a down arrow for Markdown, a padlock for lock files, a rosette for certificates, stacked crates for a Dockerfile. From 48 px up, a small label spells out the exact type.&lt;/p&gt;

&lt;p&gt;There is a catch that is not the theme's fault, and it was my favourite thing to find. Icons come from file types, and Linux's file types are wrong in places:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;.ts&lt;/code&gt; is a &lt;strong&gt;Qt translation file&lt;/strong&gt;, not TypeScript&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;.tsx&lt;/code&gt; is a &lt;strong&gt;Tiled tileset&lt;/strong&gt;, a 2D game map format&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;go.mod&lt;/code&gt; is &lt;strong&gt;tracker music&lt;/strong&gt; from the 1980s&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;.tf&lt;/code&gt; and &lt;code&gt;go.sum&lt;/code&gt; are &lt;strong&gt;to-do lists&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;.key&lt;/code&gt; is &lt;strong&gt;Keynote&lt;/strong&gt;, even when the file begins with BEGIN PRIVATE KEY&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;bun.lock&lt;/code&gt;, &lt;code&gt;.env&lt;/code&gt;, &lt;code&gt;Dockerfile&lt;/code&gt; and &lt;code&gt;.gitignore&lt;/code&gt; are just &lt;strong&gt;plain text&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nobody is to blame. &lt;code&gt;.ts&lt;/code&gt; meant Qt translations long before TypeScript existed. But no icon theme can fix it alone, so Frost ships an optional one-file fix for your user account, and then the icons follow.&lt;/p&gt;

&lt;h2&gt;
  
  
  It still looks good when it is tiny
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fem8e1fl5xb0m8dbegnv3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fem8e1fl5xb0m8dbegnv3.png" alt="The same icons scaled down from 128 px, next to versions drawn at 16 px" width="508" height="730"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most themes look great at 256 pixels and turn to mush in a file list, because shrinking a big icon is not the same as drawing a small one. Left is a 128 px icon scaled down to 16. Right is Frost's hand-drawn 16 px version. Every icon has its own 16, 22 and 24 px drawing, with every edge on a whole pixel.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# install (it never switches your current theme)&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/thissayantan/frost-icon-theme/main/install.sh | sh

&lt;span class="c"&gt;# with the file-type fixes for developer files&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/thissayantan/frost-icon-theme/main/install.sh | sh &lt;span class="nt"&gt;-s&lt;/span&gt; &lt;span class="nt"&gt;--&lt;/span&gt; &lt;span class="nt"&gt;--mime&lt;/span&gt;

&lt;span class="c"&gt;# changed your mind&lt;/span&gt;
sh install.sh &lt;span class="nt"&gt;--uninstall&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then pick &lt;strong&gt;Frost&lt;/strong&gt; in GNOME Tweaks, under Appearance and Icons. Brand icons are left alone, so Firefox, Chrome and VS Code keep their own, and anything Frost has not drawn falls back to Papirus.&lt;/p&gt;

&lt;p&gt;Code, one-line install and icon requests: &lt;strong&gt;&lt;a href="https://github.com/thissayantan/frost-icon-theme" rel="noopener noreferrer"&gt;github.com/thissayantan/frost-icon-theme&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to get it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub (source, one-line install, icon requests):&lt;/strong&gt; &lt;a href="https://github.com/thissayantan/frost-icon-theme" rel="noopener noreferrer"&gt;https://github.com/thissayantan/frost-icon-theme&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;gnome-look.org (download from the store):&lt;/strong&gt; &lt;a href="https://www.gnome-look.org/p/2372226/" rel="noopener noreferrer"&gt;https://www.gnome-look.org/p/2372226/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct download (tar.xz):&lt;/strong&gt; &lt;a href="https://github.com/thissayantan/frost-icon-theme/releases/latest" rel="noopener noreferrer"&gt;https://github.com/thissayantan/frost-icon-theme/releases/latest&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is MIT, artwork included. Use it, fork it, repaint it. If it makes your desktop nicer to look at, a star on the repo is the only thanks I am after, and if an icon you use is missing, open an issue and I will draw it.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>design</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
