Skip to content

donfaustinocortizone/Nashville96

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nashville96

logo

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.

Included themes

  • 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.

Installation

  1. Download and unzip the latest release of your theme of choice.
  2. 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.
  3. 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.

Tips and tricks

Desktop icon labels

Unlike Chicago95, the desktop icon labels come disabled by default. To revert that:

  1. Go to where your theme is located which is ~/.themes/ if installed locally, if installed globally then go to /usr/share/themes.
  2. Open the folder of the theme you want to change, and then navigate to gtk-3.0/apps.
  3. Open xfce.css with your editor of choice.
  4. Under XfdesktopIconView.view, replace the background: transparent; line with background: @xfd_icon_backdrop;. It should look like this:
    /* Xfdesktop */
    XfdesktopIconView.view {
      background: @xfd_icon_backdrop;
      color: @selected_bg_color;
      border-radius: 0px; }
    
  5. 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.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Extra information:

Thanks to

License

GNU General Public License v3.0