Skip to content

Releases: bjarneo/tema

v2.1.1

15 Mar 14:30
337a547

Choose a tag to compare

What's Changed

  • Added Firefox theming with Pywalfox extension and pywalfox python package.
  • Tweaked color palette generation for more muted wallpapers.
  • Automated AUR publishing.

Installation

From AUR

yay -S tema-git
# or
paru -S tema-git

Manual Installation

  1. Download the source archive below
  2. Extract and run ./init.js

For AUR Maintainers

Update the PKGBUILD sha256sum with:

wget https://github.com/bjarneo/tema/archive/v2.1.1.tar.gz
sha256sum v2.1.1.tar.gz

v2.1.0

15 Mar 12:34
337a547

Choose a tag to compare

What's Changed

  • Release to aur by Bjarne Øverli (337a547)
  • Trying to fix issues with pywalfox not found when launching from keybind by Benjamin Goddard (2f95ae4)
  • more tinkering with pywalfox errors after building by Benjamin Goddard (665d8d5)
  • Reverted to before pywalfox path changes by Benjamin Goddard (db29e3b)
  • Trying to make firefox theme generation shell agnostic by Benjamin Goddard (dcbd4cb)
  • adding dynamic path resolution for pywalfox to support both system installations (pacman/aur) and user installations (pip) by Benjamin Goddard (48e78e5)
  • tweaking yellow palettes to be more legible by Benjamin Goddard (03abe6a)
  • updated warmth bias and added slight muting to purple background colors by Benjamin Goddard (aef3dcc)
  • Added slight bias to warmer colors by Benjamin Goddard (0aec4ef)
  • Fixed error with accentHsl by Benjamin Goddard (52e705c)
  • Enhancing contrast and better representing wallpapers with multiple main colors by Benjamin Goddard (54efece)
  • Testing dynamic color generation for wallpapers without cyan, purple, or magenta by Benjamin Goddard (3e827a3)
  • Reverted ColorExtractor.js back to it's original state by Benjamin Goddard (7b5ab66)
  • reverted dramatic color generation changes by Benjamin Goddard (73b8b49)
  • testing dramatic changes to color palette generation by Benjamin Goddard (4660d59)
  • reverted changes to color generator by Benjamin Goddard (c685087)
  • Increased focus of color extraction on primary accent colors of the background, and generating palettes that better match the main color. by Benjamin Goddard (8d194bc)
  • Adding logic to handle backgrounds that are mostly monochrome but have a prominent accent color. Generates a palette more clearly based off of this color. by Benjamin Goddard (4f824d7)
  • Testing color extraction changes by Benjamin Goddard (c205c83)
  • reverted to previous aether color generation by Benjamin Goddard (594eead)
  • forgot to add exports by Benjamin Goddard (13f3d75)
  • tweaking color palette generation to match wallpaper colors more precisely by Benjamin Goddard (11900ba)
  • testing with higher brightness threshold by Benjamin Goddard (f9cc6ce)
  • Removed additional pywalfox settings by Benjamin Goddard (d2b4fc8)
  • changed _pywalfoxUpdate() to stay in the original working directory by Benjamin Goddard (46dbf3f)
  • Update README with Firefox support and Pywalfox setup by Benjamin Goddard (65457dd)
  • Added function to refresh pywalfox after colorschemes are generated by Benjamin Goddard (7768ca2)
  • removed PKGBUILD by Benjamin Goddard (cf3e009)
  • Added firefox template and PKGBUILD by Benjamin Goddard (024505d)
  • Revise README to seek project maintainers by bjarneo (6cfb519)

Installation

From AUR

yay -S tema-git
# or
paru -S tema-git

Manual Installation

  1. Download the source archive below
  2. Extract and run ./init.js

For AUR Maintainers

Update the PKGBUILD sha256sum with:

wget https://github.com/bjarneo/tema/archive/v2.1.0.tar.gz
sha256sum v2.1.0.tar.gz

v2.0.0

28 Dec 09:41
e3b7139

Choose a tag to compare

What's Changed

  • Refactor by Bjarne Øverli (e3b7139)

Installation

From AUR

yay -S tema-git
# or
paru -S tema-git

Manual Installation

  1. Download the source archive below
  2. Extract and run ./init.js

For AUR Maintainers

Update the PKGBUILD sha256sum with:

wget https://github.com/bjarneo/tema/archive/v2.0.0.tar.gz
sha256sum v2.0.0.tar.gz

v1.0.3

11 Oct 09:10
8e62dea

Choose a tag to compare

What's Changed

  • Remove node modules by Bjarne Oeverli (8e62dea)
  • Add gitignore by Bjarne Oeverli (cb6e2be)

Installation

From AUR

yay -S tema-git
# or
paru -S tema-git

Manual Installation

  1. Download the source archive below
  2. Extract and run ./init.js

For AUR Maintainers

Update the PKGBUILD sha256sum with:

wget https://github.com/bjarneo/tema/archive/v1.0.3.tar.gz
sha256sum v1.0.3.tar.gz

v1.0.2

10 Oct 08:12
77bac9e

Choose a tag to compare

What's Changed

  • Refactor by Bjarne Oeverli (77bac9e)

Installation

From AUR

yay -S tema-git
# or
paru -S tema-git

Manual Installation

  1. Download the source archive below
  2. Extract and run ./init.js

For AUR Maintainers

Update the PKGBUILD sha256sum with:

wget https://github.com/bjarneo/tema/archive/v1.0.2.tar.gz
sha256sum v1.0.2.tar.gz

v1.0.1

10 Oct 07:57
c232bc4

Choose a tag to compare

What's Changed

  • Remove mason, prep for proper release by Bjarne Oeverli (c232bc4)

Installation

From AUR

yay -S tema-git
# or
paru -S tema-git

Manual Installation

  1. Download the source archive below
  2. Extract and run ./init.js

For AUR Maintainers

Update the PKGBUILD sha256sum with:

wget https://github.com/bjarneo/tema/archive/v1.0.1.tar.gz
sha256sum v1.0.1.tar.gz

v1.0.0

10 Oct 07:40
2159029

Choose a tag to compare

What's Changed

  • Add release workflow for automated GitHub releases by Bjarne Oeverli (2159029)
  • Add yaru icons by Bjarne Oeverli (a02ff58)
  • Consolidate utilities and improve code maintainability. by Bjarne Oeverli (41a934b)
  • Consolidate utilities and improve code maintainability. by Bjarne Oeverli (ba0519d)
  • Reduce the size of the head + buttons by Bjarne Oeverli (d35a85a)
  • Make the help screen prettier by Bjarne Oeverli (8d0bb3d)
  • Turn off so wal don't apply themes automatically by Bjarne Oeverli (9b83b32)
  • Remove the cursor css that dont exist by Bjarne Oeverli (eecbce5)
  • Enable esc for the settings modal by Bjarne Oeverli (04fe4cc)
  • Auto focus the image grid by Bjarne Oeverli (4458544)
  • Set a new search path by Bjarne Oeverli (a71d93f)
  • Add the new namespace files by Bjarne Oeverli (0fdb4ef)
  • Add settings to persist your mode by Bjarne Oeverli (11b2db3)
  • Refactor to follow best practices by Bjarne Oeverli (751cbc4)
  • Add vim keybinds to dialog boxes by Bjarne Oeverli (0a9d9a1)
  • Add vim hjkl keybind for navigation by Bjarne Oeverli (51f0d25)
  • Update README to remove wallpaper setup instructions by bjarneo (5772441)
  • Chill on the border intensity for hyprland by Bjarne Oeverli (d0c250e)
  • Create the wallpapers directory if not exists, and copy the omarchy wps to that directory by Bjarne Oeverli (373ce55)
  • Create a backgrounds folder and add the ejected folder to it by Bjarne Oeverli (d6977c4)
  • Put the background image to a backgrounds folder by Bjarne Oeverli (2b3c19a)
  • Update asset link in README.md by bjarneo (8d95153)
  • Redo the image tile size by Bjarne Oeverli (988bbc3)
  • Add the templates file by Bjarne Oeverli (5b11952)
  • Add default icons theme until the colors are fixed by Bjarne Oeverli (f892635)
  • Ensure theme colors are being used by Bjarne Oeverli (aaf4220)
  • Add a fix to the rgb chromium issue by Bjarne Oeverli (6722c04)
  • Update chromium and mako templates (#12) by Saeed Vaziry (21b2080)
  • Ensure the first line by Bjarne Oeverli (c687b99)
  • Add a hacky way to theme Tema based on the theme colors by Bjarne Oeverli (3090b78)
  • Add dynamic theming of Tema by Bjarne Oeverli (4844b00)
  • Add acknowledgment for pywal16 project by bjarneo (c03eff7)
  • Add template for kitty theme (#8) by Amit (7c0bd8f)
  • Add a desktop icon by Bjarne Oeverli (3428393)
  • Eject theme to omarchy theme (#7) by bjarneo (5de45cb)
  • Change to sharp borders (#6) by bjarneo (d31cb7c)
  • Use magick as convert is deprecated by Bjarne Oeverli (2a667f2)
  • Update README with installation and setup instructions by bjarneo (84374c0)
  • Refactor Omarchy integration section in README by bjarneo (203fb42)
  • Change demo video link in README.md by bjarneo (4c341e5)
  • Update README to remove comment on pywal variables by bjarneo (8305b39)
  • Delete .SRCINFO by bjarneo (4631503)
  • Add video by Bjarne Oeverli (deacc75)
  • Remove theme set by Bjarne Oeverli (a5ef0ae)
  • Add Omarchy Integration by Bjarne Oeverli (e47daa0)
  • Add the meaning of the word by Bjarne Oeverli (db1faa9)
  • Update readme by Bjarne Oeverli (1835cfa)
  • Update readme by Bjarne Oeverli (ebaa697)
  • Remove aur build script by Bjarne Oeverli (079e3e7)
  • Update readme by Bjarne Oeverli (6e886fb)
  • Update by Bjarne Oeverli (842b7d7)
  • Add prettier and editorconfig by Bjarne Oeverli (f6d1d9a)
  • Add gitignore by Bjarne Oeverli (ccbeb00)
  • Import packages in packed and dev mode by Bjarne Oeverli (bdb5f3c)
  • New paths by Bjarne Oeverli (af1d04b)
  • Split up into pieces by Bjarne Oeverli (a0b7608)
  • Split up into pieces by Bjarne Oeverli (8e20cfb)
  • New version by Bjarne Oeverli (871138c)
  • Use the home folder by Bjarne Oeverli (8d61119)
  • Ensure the build path works by Bjarne Oeverli (d8f62cd)
  • Solve build issues by Bjarne Oeverli (9dd3b90)
  • Fix GJS entry point to directly import and call main function by Bjarne Oeverli (dad859e)
  • Revert "Fix GJS package initialization and symlink path" by Bjarne Oeverli (cdd49a8)
  • Fix GJS package initialization and symlink path by Bjarne Oeverli (38c0571)
  • Add the latest symlink by Bjarne Oeverli (14c02fa)
  • Remove the shebang by Bjarne Oeverli (d704bd2)
  • Remove vim bindings for now by Bjarne Oeverli (3bd22f4)
  • Remove vim bindings for now by Bjarne Oeverli (13080ab)
  • Add esc and q as quit the app bind by Bjarne Oeverli ([6e5cabf](6e5cabf1ad76143b8423...
Read more