https://github.com/hrdwrrsk/adementary-theme
A theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.
https://github.com/hrdwrrsk/adementary-theme
gnome gnome-shell gtk gtk-theme xfce4
Last synced: about 1 month ago
JSON representation
A theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.
- Host: GitHub
- URL: https://github.com/hrdwrrsk/adementary-theme
- Owner: hrdwrrsk
- License: gpl-3.0
- Created: 2018-06-22T10:05:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T05:40:37.000Z (over 4 years ago)
- Last Synced: 2024-10-27T17:23:59.402Z (6 months ago)
- Topics: gnome, gnome-shell, gtk, gtk-theme, xfce4
- Language: CSS
- Homepage:
- Size: 6.08 MB
- Stars: 148
- Watchers: 15
- Forks: 9
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
- stars - hrdwrrsk/adementary-theme - ish aesthetics. (HarmonyOS / Windows Manager)
README
Adementary
======
Adementary is a theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.-------------------


-------------------
This theme has come with **3 variants****Variants** | **Description** | **Preview**
:-: | :-: | :-:
**Default** | Light variant with dark panel | 
**Dark** | Dark variant | 
**Light** | Light variant with light panel (and GNOME shell/Cinnamon theme) | # Supported desktop environments
- GNOME 3
- Xfce
- Budgie
- Cinnamon (> 4.0)### Not supported desktops
- Pantheon
> elementary OS is NOT compatible.
**NOTE:** Some of 3rd-party elementary/Granite apps are uses custom stylesheet that requires default elementary Gtk theme to work (except Flatpak-ed version because it enforced to use elementary Gtk theme), so it will broken if you use this theme (also with other 3rd-party theme)- Downstream patched GNOME session (Ubuntu, Pop! OS)
> However, you can install 'vanilla' GNOME by typing `sudo apt install gnome-session` in terminal- MATE
- LXDE
- KDE Plasma 5
- Other desktops/WMs# (GNOME Shell) Typography
**Noto Sans** is used as default primary font for GNOME shell theme, Cantarell is used as fallback.# Installation
### Dependencies
before you installing this theme, you need this package installed on your system:
- `sassc` for compiling sass css sources
- `gtk` 3.22
- [Ubuntu 16.04 users read this](https://github.com/hrdwrrsk/tetra-gtk-theme/wiki/Ubuntu-16.04-users-read-this)
- `bc` (required before running `install.sh` script)#### Required for rendering assets
- `inkscape`
- `optipng`Then run this command:
```
git clone https://github.com/hrdwrrsk/adementary-theme.git
cd adementary-theme# System-wide install
sudo ./install.sh# Local install
./install.sh -d ~/.themes
```Then apply this theme with GNOME Tweaks or using your desktop's appearance settings
# Flatpak install
```
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gtk.Gtk3theme.Adementary
```
# Reporting bugs/Add suggestions
report it via "Issues" tab, Pull request for bugfixes and features also accepted.
for suggestion about design add [design] tag, for DEs/gtk+ app theming/etc. support, add [feature request] tag# Credits
- [Adwaita](https://gitlab.gnome.org/GNOME/gtk) GTK theme by GNOME. (this theme are based on Adwaita)
- elementary OS's GTK [theme/stylesheet](https://github.com/elementary/stylesheet) and it's color palette
- [Mint-Y](https://github.com/linuxmint/mint-themes) theme by Linux Mint, for Cinnamon theme basis
- install.sh, parse-sass.sh and render-assets.sh script are based on nana-4's [materia-theme](https://github.com/nana-4/materia-theme)
- some other projects: Adapta, Arc, plane-gtk-theme and more for code fixes, hacks, etc