-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add a new theme named Ethereal #3316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I think we need to convert the neovim setup to something that works with the current switcher. Do you know what's required @ryanrhughes? |
|
The important part here is that lazyvim is reloading the colors when they change. If I remember it correctly, the hot reload implemented in Omarchy just checks if the color scheme is changing, then reloads. The difference here is that aether.nvim hot reload checks if the file is changed, not the color scheme, as Aether always uses the same theme with different colors. The alternative is to create a standalone nvim plugin, but then it adds more maintenance. TLDR: It works with the current switcher as Aether is using this kind of neovim.lua setup. Could it be better? Most likely. After I wrote all of this, we can simplify by removing the custom hot reload parts and renaming the theme to ethereal. Then it would work with the Omarchy hot reloading. |
|
Updated and verified! The next question: should it be added to |
|
Very cool |
also done! |
|
Nice. Not directly related, but I've been playing with the idea locally of themes having their own optional hypr.conf file - which means we could package more far-reaching changes in theme swaps - and the just change the hypr defaults to also load Just an idea! |
|
Vscode theme added! https://marketplace.visualstudio.com/items?itemName=Bjarne.ethereal-omarchy
|
|
There's a rebase needed. |
Co-authored-by: Ryan Hughes <[email protected]>
…secamp#2086) Co-authored-by: Ryan Hughes <[email protected]>
Co-authored-by: Lucas Goossen <[email protected]>
Co-authored-by: @davidwinter
* Add MVP variant of nvim switcher * Update nvim configs * Remove config * Add migration for the new live themeing * Fix plugin * Remove theme * Update to actually work * Make it faster * Fix quirks --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
* Shutdown faster * Add migration * Reduce shutdown timeout from 10s to 5s --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
* Change DM to SDDM * Move to custom named UKI * Skip creation on Mac * Add entry to make sure VSCode uses gnome keyring * Fix order for UKI generation * Limine only * BTRFS only
This reverts commit f2021a9.
And update omarchy-dev-add-migration
* Fix comment * chore: better contrast for ristretto kitty conf * better looking tab background --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
So we can hook it up to super + C/V
* Fix comment * fix comment: wrong path for base package script --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
* fix: remove theme-flag * migration: walker 1.0.0-beta * Fixups * Add elephant and walker * Update for new layout.xml * Clean up some styling * add unicode and todo providers * remove default quick activate keybinds * Update keybinds and remove defaults to prevent conflict * Fix menu option * Fixes * Remove * Update height * Add elephant service * Remove from hyprland * Restart service now * Trim * Update height * Fix keybindings style * Fix install location * Add walker restart * Fix indention * Fix indention * Fix indention * Fix indention * Advance to present * Need to refresh to bring over the new config * style adjustments * Correct the installation of the 1pw policy installer * Skip the prebuilt for a second while we test * Need libyaml to build ruby * No longer needed, gcc-15 compatibility has been added * Let's just stick to the official path * GCC15 compatibility for Ruby has been achieved * No longer necessary The other mise option is set on Ruby on Rails install * Added ZLS - Zig's Language Server when installing Zig (basecamp#1718) * style adjustments * styling changes * add only_search_title * css adjustments to fix broken styles * Be tall again * Remove for future variable height menu * Update height / width params * fix: remove theme-flag * Fix spacing..again * Remove service and add launch util * Fix * fix: wrong emojis flag * remove flag, its dmenu only * set min content width to prevent flickering if the item list contains shorter items * Remove unused service * Megakill needed * Remove any old themes too * Remove min-width * Style adjustments * changes for walker/elephant updates * Match current width * Add a little more space between icon and text * fix: bluetooth find bind * remove archlinux provider, fix migration with missing providers * fix: css import * Fix theme path * fix: add new error label to layout * Fix migration --------- Co-authored-by: David Heinemeier Hansson <[email protected]> Co-authored-by: Ryan Hughes <[email protected]> Co-authored-by: DoKoB0512 <[email protected]>
* Backup file if modified since system birth * Symlink /etc/resolv.conf -> systemd-resolve's stub resolver
This reverts commit 421f467.
7dc27c9 to
e01e4c9
Compare

By request, here is a new theme called Ethereal. All open for a new name.
What is not part of this PR is the vscode theme. If anyone has a suggestion for something fitting, that would be awesome. I do have a feeling that a custom theme has to be created.
Screenshot
