Need themes for your fancy new Netsurf 3.10 browser running on IRIX? Here's how:
- Get some icon theme
- Go to https://www.gnome-look.org/p/1012430/ and download one of the colors you prefer, like 02-Flat-Remix-Blue-Dark_20210620.tar.xz
- scp it to your SGI
- extract it to ~/.icons
- Get https://github.com/sylphenix/Great-IMD-evo
- Move the Great-IMD-evo directory to ~/.themes
- Create a file ~/.gtkrc-2.0 :
gtk-theme-name="Great-IMD-evo"
gtk-icon-theme-name="Flat-Remix-Blue-Dark"
gtk-font-name="Arial 9"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"