AmadeusWM / Apatheia-Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apatheia theme

Compile all themes with:

./compile.sh

How To Apply Generated Themes

All generated themes are stored in compiled-themes

Spotify (Spicetify)

Install spicetify. (AUR: spicetify-cli) Copy compiled-themes/spotify/Dribbblish to ~/.config/spicetify/Themes (or wherever your spicetify configurations are stored) Then:

cd "$(dirname "$(spicetify -c)")/Themes/Dribbblish"
mkdir -p ../../Extensions
cp dribbblish.js ../../Extensions/.
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish color_scheme base
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

Discord (Better Discord)

install from AUR: betterdiscordctl

Discord Snap Install

betterdiscordctl --d-install snap install 

VS-code

The Apatheia theme can be found on the marketplace. Look up Apatheia from Amadeus Wolf

Non-default

You'll have to upload it to the vs-code marketplace. Follow the docs:

  1. Generate theme repository
  2. Publish theme

Firefox

Firefox Theme

  1. in Firefox go to about:config. Change toolkit.legacyUserProfileCustomizations.stylesheets to "True"
  2. Find your profile folder (go to about:profiles)
  3. Copy the chrome folder from compiled-themes/firefox to the aforementioned profile folder.
  4. Restart firefox, you theme should be updated

Tree Style Tabs

  1. Install the Tree Style Tabs extension from here
  2. Visit Preferences with ctrl+shift+a>Tree Style Tab>Preferences
  3. Scroll to the bottom, and Press Import in All Configs
  4. Import the config.json from compiled-themes/treestyletab/config.json
  5. Then go to Advanced and scroll down
  6. Choose Load from file and upload the following Firefox Theming/treestyletab/treestyletab.css

Night Tab

  1. Install the nighttab extension from here
  2. Go to night tab settings (top right), and then the data tab
  3. Import compiled-themes/firefox/night-tab/night-tab.json
  4. You'll have to change the colors yourself if you change the theme from the default

GTK Theme

For GTK: Orchis-Theme Compile the theme in compiled-themes/gtk/Orchis-Theme with:

./install --tweaks black

or (when not working with nautilus)

./install --tweaks black -l

Then change in the following files:

  • ~/.config/gtk-3.0/settings.ini
  • ~/.config/gtk-4.0/settings.ini the configuration to this:
[Settings]
gtk-application-prefer-dark-theme=1
gtk-theme-name = Orchis-Dark

and you might have to run:

gsettings set org.gnome.desktop.interface color-scheme prefer-dark

Nautilus still not themed?

Use this patch: (from here)

git clone https://github.com/odziom91/libadwaita-theme-changer.git
cd libadwaita-theme-changer
chmod +x libadwaita-tc.py
./libadwaita-tc.py

source: vinceliuice/Orchis-theme#226

Terminal Inside Nautilus

https://github.com/flozz/nautilus-terminal

Eww Bar

Credits to https://github.com/taylor85345 Dependency: eww-wayland

Morgen Calendar

Install morgen calendar with yay -S morgen-bin

cd compiled-themes/morgen-calendar-patch
npm install
node patch.js /opt/Morgen/resources

Todo

  • Create Dark and light theme
  • Add custom features
  • Add theming support
  • Add style settings support for each theme
  • Nighttab customization (possibly?)

About


Languages

Language:CSS 50.1%Language:SCSS 41.4%Language:Shell 5.8%Language:JavaScript 2.2%Language:PowerShell 0.5%