A collection of Windows-like GTK themes based on both Chicago95 (for GTK3) and Redmond97 (for GTK2) incoporating some color schemes. If you are interested in knowing how these themes were developed, check my comment in the original reddit post.
Note 1: This was made with both XFCE and MATE on mind, so you may find issues if you are using another DE.
Note 2: The borderless releases only includes the window manager themes.
Note 3: This theme is intented to look better with non-CSD settings. If you want to know how to do that, please check in the Tips and tricks section.
- Nashville96 Gruvbox: A Windows-like theme using the Gruvbox pallete.
- Nashville96 Kanagawa: A Windows-like theme using the Kanagawa pallete.
- Nashville96 Solarized: A Windows-like theme using the Solarized pallete.
- Nashville96 Steam: Included as a bonus, a theme i made ago inspired by the Steam old GUI. Unlike the other themes, this was made enterily in Redmond97 so the tricks at the Tips and tricks section will not work. This theme is not supported.
- Download and unzip the latest release of your theme of choice.
- Copy the folder of the theme to
~/.themes/
if you want a local installation, or just copy to/usr/share/themes
if you want a global installation. - Select the theme with both Appearance and Window Manager.
Note: To install the borderless or/and the HDPI versions, follow the same steps, however it's just the WM theme so just use the Window Manager selector to change it.
Desktop icon labels
Unlike Chicago95, the desktop icon labels come disabled by default. To revert that:
- Go to where your theme is located which is
~/.themes/
if installed locally, if installed globally then go to/usr/share/themes
. - Open the folder of the theme you want to change, and then navigate to
gtk-3.0/apps
. - Open
xfce.css
with your editor of choice. - Under
XfdesktopIconView.view
, replace thebackground: transparent;
line withbackground: @xfd_icon_backdrop;
. It should look like this:/* Xfdesktop */ XfdesktopIconView.view { background: @xfd_icon_backdrop; color: @selected_bg_color; border-radius: 0px; }
- Save the changes and restart the theme by just choosing another one and then selecting it again.
Disable CSD
If you want a more coherent look, you can use GTK3 classic or/and libxfce4ui-nocsd. Update: As XFCE 4.18 disables CSD by default, this may be not necessary anymore.
Get bitmap accurate fonts
You can copy the fonts from a default Windows installation and use PixelPerfect for that matter.
Windows icons
If you are looking for Windows-like icons i recommend to use either the default Chicago95 icons or SE98.
Extra information:- Icons: SE98.
- Cursor: Chicago95 Black.
- Font: Tahoma.
- Terminal Font: Less Perfect DOS VGA, you can also get some good vintage fonts from here.
- Wallpaper: Solid color.
- Compositor: picom.
- @grassmunk for Chicago95.
- @matthewmx86 for Redmond97.
- @morhetz for the Gruvbox color scheme.
- @rebelot for the Kanagawa color scheme.
- @altercation for the Solarized color scheme.
- @tpenguinltg for Windows Classic theme designer.
GNU General Public License v3.0