======
An adaptive Gtk+ theme based on the Adapta GTK+ theme.
Note:
Nokto is a dark variant for GTK2 (Inkscape, Gimp). To have a Dark theme system wide, use the standard Dark Theme option.
Eta is a tiny Gtk+ 2.x/3.2x Gtk+ widget variant for saving space.
To enable global dark theme, you use proper tools like Gnome-Tweak-Tool. Or add this porperty to
[Settings]section of$HOME/.config/gtk-3.0/settings.ini:[Settings] gtk-application-prefer-dark-theme=1Eta variants are recommended if your LCD resolution is lower than 1920x1080 (LoDPI) or 3200x1800 (HiDPI). Eta draws widgets around -20% to -30% spacing.
Metacity theming supports Eta variants (>= 3.20.x or 3.22.x).
Pop supports Gtk+ 3.22.x, 3.20.x and 3.18.x
* Gtk+-3.0 >= 3.18.9
* Gtk+-2.0 >= 2.24.30
* gtk2-engines-pixbuf >= 2.24.30
* gtk2-engines-murrine >= 0.98.1
* GNOME-Shell >= 3.18.3
* GNOME-Flashback >= 3.18.2
* Budgie-Desktop >= 10.2.7
* Unity7 >= 7.4.0
* XFce4 >= 4.12.2
* Mate >= 1.14.0 (Gtk+ 3.2x only)
* LXDE >= 0.99.1 (Gtk+ 2.x only)
Note:
- Mate-Desktop and Pantheon support are W.I.P.
- For GTK, use icons alongside Pop Icon Theme
- For fonts, use:
Window Titles: Fira Sans SemiBold 10
Interface: Fira Sans Book 10
Documents: Roboto Slab Regular 11
Monospace: Fira Mono Regular 11
Pop is intended to be installed through the package manager. Packages for Ubuntu are available in PPA:
sudo add-apt-repository ppa:system76-dev/stable
sudo apt update
sudo apt install system76-pop-theme
It's recomended to use the system76-pop-theme metapackage, as this will pull in all components of the look. However, individual components can be installed separately, e.g:
sudo apt install system76-pop-gtk-theme
- If previous versions were installed/existed, remove them first.
sudo apt remove system76-pop-gtk-theme
sudo rm -rf /usr/share/themes/{Pop,Pop-Eta,Pop-Nokto,Pop-Nokto-Eta}
rm -rf ~/.local/share/themes/{Pop,Pop-Eta,Pop-Nokto,Pop-Nokto-Eta}
rm -rf ~/.themes/{Pop,Pop-Eta,Pop-Nokto,Pop-Nokto-Eta}
- Check build-requirements: Currently Pop bundles neither pre-generated stylesheets nor PNG images. So users and/or contributors should generate proper CSSs, PNGs and gresources at build-time.
* autoconf
* automake
* inkscape
* libgdk-pixbuf2.0-dev (gdk-pixbuf2-devel) >= 2.32.2
* libglib2.0-dev (glib2-devel) >= 2.48.0
* librsvg2-dev (librsvg2-devel) >= 2.40.13
* libsass0 (libsass) >= 3.3.6
* libxml2-utils (libxml2)
* pkg-config (pkgconfig)
* sassc >= 3.3.2
* parallel (Optional, for faster builds)
You can install them using:
sudo apt install -y autoconf automake inkscape libgdk-pixbuf2.0-dev \
libglib2.0-dev librsvg2-dev libsass0 libxml2-utils pkg-config sassc \
parallel
Note:
In OpenSUSE, add 3 extra dependencies:
gdk-pixbuf-devel >= 2.32.2 gdk-pixbuf-loader-rsvg >= 2.40.13 librsvg-devel >= 2.40.13Pop employs SassC wrapper of
libsassto generate CSS stylesheets.Pop uses
inkscapeto generate installable PNG files.Pop uses
glib-compile-resourcesto compile the gresource files for Gtk+ and Gnome-Shell.
- Build and install system-wide:
./autogen.sh \
make
sudo make install
Note:
- Default prefix is
/usr.- All 4 variants are installed by default.
makegenerates proper CSSs and PNGs to be installed. It will take about 5min to 15min to build. For example, Ubuntu's build-server takes 10min.sudo make installinstalls multiple versioned theme and Gtk+ automatically selects the properly versioned one when running.
- To speed up by using concurrency-build, pass this specific option to
autogen.sh:
--enable-parallel enable parallel-build support (type: bool)
Note:
- This feature requires GNU
parallel, so please addparallelto build-requirements. Parallel can execute multiple scripts and binaries to be suitable for multi-threading. It could especially shorten the rendering-time viainkscape.-jNoption to be passed to GNUmakeis surely usable, but Pop currently employsparallel.- This feature should not be applied when packaging on remote/shared build-servers.
- To disable some DE supports, pass these specific options to
autogen.sh:
--disable-flashback disable flashback support (type: bool)
--disable-unity disable unity support (type: bool)
--disable-xfce disable xfce support (type: bool)
--disable-mate disable mate support (type: bool)
Note:
- The installer installs GNOME/Budgie-Desktop support even if all of options above were applied.
- Cinnamon/Unity/Mate support hooks
metacity-1directory even if GNOME-Flashback support was disabled.
- To enable next Gtk+ release support, pass this option:
--enable-gtk_next enable Gtk+ 4.0 support (type: bool)
- To change the default 5 Key-Colors, pass these options:
--with-selection_color Primary color for highlighted items in the UI (Default: #faa41a)
--with-second_selection_color Primary color for 'select' effects (Default: #ffb13d = Cyan300, type: int)
--with-accent_color Secondary color for notifications and OSDs, and selected items (Default: #48B9C7)
--with-suggestion_color Secondary color for 'suggested' buttons (Default: #73C48F)
--with-destruction_color Tertiary color for 'destructive' buttons (Default: #F15D22)
Note:
Color-codes are defined as
#+ 6-digitHEXs (Standard RGB definitions in HTML codes).Example: If you would like to use 'Teal500' as selection_color, use this:
./autogen.sh --with-selection_color=#009688 --with-second_selection_color=#48B9C7This switchese the theme to almost Teal key colors.
Basically
selection_colorandsuggestion_colorshould use500colors, andsecond_selection_colorandaccent_colorshould use300colors.While doing
make, Pop changes those 5 colors in all stylesheets and images, andmake cleancleans up all generated files from source directories.This feature unfortunately is not supported in
Openbox-3andTelegram 1.0theming.
- Enable Nokto Theme
By default, the Nokto theme is not installed into the system. If you would like to add it, pass this option:
--enable-nokto
To try experimental browser specific theming, pass this option:
--enable-chrome enable Chrome(ium) support (type: bool)
The compressed crx files will be installed into Pop/chrome and Pop-Nokto/chrome.
Note:
Currently only Chrome(ium) theming is supported.
Vivaldi can make custom themes via settings like these:
Background: #FAFBFC (#333333) Foreground: #574F4A (#F6F6F6) Highlight: #574F4A Accent: #4E4844 Accent Color from Active Page: [ ] Apply Accent Color to Window: [*] Transparent Tabs: [*] Corner Rounding: 2px
To try "Plank" theming, pass this option:
--enable-plank enable Plank support (type: bool)
Then select Gtk+ via plank --preferences.
Note:
- Both Pop and Pop-Nokto shares the same theming.
- Don't expect too much. Plank is NOT a themeable widget for me!
Compton is the famous stand-alone compositor that works well with the Openbox window-manager. The installer installs recommended configuration file compton.conf into Pop/openbox-3 directory if Openbox support is enabled.
Next, copy that file into ~/.config/ and restart compton to read the settings. That compositor still has some limitations in its features for Pop, however.
To try "Telegram 1.0" theming, pass this option:
--enable-telegram enable Telegram 1.0 support (type: bool)
The installer installs compressed tdesktop-theme files into Pop/telegram and Pop-Nokto/telegram directories if Telegram support is enabled.
Then open the file via Telegram > Main Menu > Settings > Chat background > Choose from file.
Note:
- The
pop.tdesktop-themeis for light-variant, andpop-nokto.tdesktop-themeis for dark-variant.- Bundled noise-texture images are for tiled mode.
- Telegram support is a W.I.P currently.
- Conversion to Gtk+ 4.0
- Move Gtk+ 3.18.x theming to legacy (priority: Mid)
- Prepare for Steam theming (priority: Low)
- Add Firefox specific theming (priority: undecided)
GPLv2.0
Note:
SVG files are licensed under CC BY-SA 4.0
Nana-4, the developer of Flat-Plat. tista500 and the Adapta Theme Project: https://github.com/adapta-project/