mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add a new theme called Hackerman (#3317)
* Add a new theme called hackerman * Update to follow the Omarchy hot reload * Add high res wallpapers * Add an initial vscode color scheme * Excess CR * Set the colorscheme name to aether * Change the nvim plugin name back to aether * Add hot reload * Use a variant of aether * Swap the starting background * Add migration * Add preview.png --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
6
migrations/1763626772.sh
Normal file
6
migrations/1763626772.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "Make hackerman available as new theme"
|
||||
|
||||
if [[ ! -L ~/.config/omarchy/themes/hackerman ]]; then
|
||||
rm -rf ~/.config/omarchy/themes/hackerman
|
||||
ln -nfs ~/.local/share/omarchy/themes/hackerman ~/.config/omarchy/themes/
|
||||
fi
|
||||
Reference in New Issue
Block a user