https://github.com/kernc/myadwaita
A GTK theme
https://github.com/kernc/myadwaita
Last synced: about 1 year ago
JSON representation
A GTK theme
- Host: GitHub
- URL: https://github.com/kernc/myadwaita
- Owner: kernc
- Created: 2017-10-15T22:32:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T12:40:57.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T17:50:10.754Z (over 1 year ago)
- Language: CSS
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MyAdwaita - A GTK theme
=======================
My Adwaita appropriation, made with a decent amount of scorn for GNOME's
recent idiocity and yearnful longing for days when running Linux desktop
was still a fun, colorful, customizable, and empowering experience.
Aiding maintanability, the theme inherits all styles from Adwaita-Dark,
but with the following distinctions:
* reduced padding/min-size of elements like tabs and buttons,
* a more prominent keyboard/mouse focus and current window state indicator.
The theme is, time permitting, made to work with GNOME/GTK+ stack that
comes with (each) Debian stable release.
Installation
------------
Copy all files into ~/.themes/MyAdwaita.
mkdir ~/.themes
cd ~/.themes
git clone https://github.com/kernc/MyAdwaita
Hacking GTK3
------------
To query `GtkSettings` (of _./gtk-3.0/settings.ini_), run:
gtk-query-settings
To view Adwaita theme built into GTK+, run:
gresource extract \
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0 \
/org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css
# Extract colors
... | grep -B3 define-color
To inspect GTK+ widgets' properties and styles:
GTK_DEBUG=interactive gtk3-widget-factory