I was unhappy with the various XFCE/GTK2/GTK3 Windows 95 based themes and decided to make one that was more consistent accross the board for theming.
Included in this theme:
- New icons to complete the icon theme started with Classic95
- Edited Redmond XFWM theme to more accurately reflect Windows 95
- Edited Xfce-Redmond by dbbolton to be more accurate and include XFCE panels
- Created GTK-3.0 theme from scratch (based on Win 10 and Mate themes)
- Plymouth theme created from scratch
I decided that the pop-overs were almost exactly as annoying/ugly as Clippy was in MS Office 97 so the buttons/coloring are matched to look exactly like that.
For system wide install, copy the folder Theme/Chicago95
to the themes directory i.e. /usr/share/themes/
or ~/.themes
.
In XFCE select Settings -> Appearance. Click on 'Style' and select Chicago95
.
For window borders select Settings -> Window Manager. Under 'Style' select Chicago 95
.
Background: Just set to whatever you like, for a more authentic look try setting Style to none and color to #008080
.
To install the icons copy the folder Icons/Chicago95
to /usr/share/icons
or ~/.icons
.
In XFCE select Settings -> Appearance. Click on 'Icons' and select Chicago95
.
For icons with tux check the Extras section below.
To install the cursors copy the folders in Cursors
to /usr/share/icons
or ~/.icons
.
In XFCE select Settings -> Mouse and Touchpad. Click on 'Icons' and select Chicago95
.
Copy the folder Fonts/vga_font
to ~/.fonts/truetype/
if the .fonts/truetype
folder doesn't exist just create it before you copy the files.
Update your font cache: sudo fc-cache -f -v
In xfce-term selet the font Less Perfect DOS VGA
or More Pefect DOS VGA
.
Copy the file Extras/Chicago95.theme
to ~/.local/share/xfce4/terminal/colorschemes
(create the colorschemes folder if it doesn't exist: mkdir .local/share/xfce4/terminal
).
Under preferences in xfce-term select 'Colors.' Under Presets
you should see Chicago 95
.
To get the MS-DOS C:\>
prompt and startup message add the contents of Extras/DOSrc
to your .bashrc
file: cat Extras/DOSrc >> ~/.bashrc
.
Recreates the classic Windows 95 boot screen.
To install:
sudo cp -r Plymouth/Chicago95 /lib/plymouth/themes/
sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Chicago95/Chicago95.plymouth 100
sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter
sudo update-initramfs -u
Attemps to recreate the asthetic of logging on to a computer in the mid 90's.
Install instructions are in the README.md
in Lightdm/Chicago95/
.
Big thanks to u/EMH_Mark_I at Reddit.com for the most recent changes and these items:
In the xfce appearance window, open the font tab.
- Default Font: Sans 10
- Enable Antialiasing: Yes
- Hinting: Full
- Sub-pixel order: None
Next, open Window Manager.
- Title Font: Sans Bold 8
If you want a classic style start button for the Whisker Menu or Application-Menu plugins instead of it defaulting to only an icon without the button borders, there are a few steps required to set this up.
Note: Your panel has to be 32px high if you wish to have the classic style Start button. If it’s any other size, the button won’t look correct. You’re more than welcomed to make your own Start button. This is a work around because I’ve been unable to find a more sane means of making something that should be so simple to work...
- Go to the install directory of the theme, i.e.
~/.themes/Chicago95/gtk-2.0/
or/usr/share/themes/Chicago95/gtk-2.0/.
- You will see a file named
panel.rc
and another one namedpanel.rc.alt
. Renamepanel.rc
topanel.rc.bak
. Then renamepanel.rc.alt
topanel.rc
. - Open the properties menu of either Whisker Menu or Application Menu and change the icon. The Start Button is located in the following directory:
~/.themes/Chicago95/gtk-2.0/panel
or/usr/share/themes/Chicago95/gtk-2.0/panel.
Select the file namestart-button_windows
orstart-button_tux.
- The icon will appear crunched. Log out and log back in or run
xfce4-panel -r
to reset the panel interface. The icon should appear a regular size.
Copy the pulseaudio_fix.css
file from the Extras\gtk-3.0 Override
directory into /home/$USER/.config/gtk-3.0/
(This will fix the oversized pulse audio button and battery icon in the panel.)
Next, execute the following command as a regular user to import the pulseaudio fix:
echo "@import url(\"pulseaudio_fix.css\");" >> /home/$USER/.config/gtk-3.0/gtk.css
- Panel 1. Horizontal, 32px high ONLY, and 100% Length. Currently no proper vertical panel support so below or above only. (Make sure you set the background style to "None" so that it inherits the theme style.)
- Application Menu;
- Separator (Handle Style);
- Custom Launcher, Custom Launcher, Custom Launcher, etc. (Try using 16px icons for the launchers.)
- “Show Desktop” plugin;
- Separator (Handle Style);
- Window Buttons (Sorting Order: Timestamp and Window Grouping is Always. Uncheck “Show Handle” if it’s enabled.);
- Separator (Transparent with Expanding);
- Separator (Handle Style);
- Notification Area (19px max icon size);
- PulseAudio Plugin (Uncheck mark "Show Notifications when volume changes." it will conflict with XFCE notifiyd by making duplicate volume notifications);
- Separator (Transparent);
- Orage Panel Clock. ( In settings, enable check box “Show frame” and replace the text in “Line 1” with %I:%M %p.)
Disable shadows in compositing for an authentic appearance, or at the very least disable “show shadows under dock windows” to prevent dark shading from the panel bar overlapping onto maximized applications.
For the icon theme, I made a small adjustment that replaces the MS Windows logos with tux penguins. You can install this if you want. To install it, copy the Chicago95-tux
directory into “/home/$USER/.icons.”
There is a notification baloon theme with Chicago95.
GTK+ 3.22 or above
Xfce 4.12 of above
(preferred distro is Xubuntu)
License: GPL-3.0+/MIT