Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Releases: TLH-Deprecated-Linux-Configurations/Dhumavati-Theme

Version 0.0.2

02 Aug 19:50
Compare
Choose a tag to compare

Changelog

  • removed unnecessary color variants
  • merged upstream changes
  • removed some of the docker build process kinks

Version 0.0.1

19 Sep 14:01
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

The first release is available for download of the new Neumorphic GTK Theme with a Dockerfile to ease the build process and keep your system neater than were you to have rendered the themes using the Makefiles directly.

Features

  • Three Dimensional Neumorphic Design with buttons that appear tactile
  • vice base16 color scheme implementation
  • large number of applications styled
  • fully available sass files for those seeking to modify the system and make their own

Installation

Using Package Archive

If you don't want to fuss with the build process, select one of the tar archives and download. Once completed, navigate to the directory you have downloaded it to and decompress it with

tar -xf Dhumavati-[whatever variant you chose].tar.xz

Then copy the directory that comes out to your themes directories

# for just the user 
cp -rnv Dhumavati-[whatever variant] ~/.local/share/themes

# System Wide
sudo cp -rnv Dhumavati-[whatever variant] /usr/share/themes

Building from Source

To build all variants yourself, first clone the repository and navigate to it via terminal. Then enter the following

make build 
sudo make install

## to package the themes generated by the previous command 
sudo make dist

Docker Build

Another option to build the process is to use Docker to do it, which is even easier (though still takes awhile) with

docker build .

run within the repository and the Dockerfile should handle everything for you. This keeps your system a littler cleaner while also making for an isolated build environment