Add theme ethereal (#3464)

* Add theme Ethereal

* Update to follow the Omarchy hot reload

* Add aether to all themes

* Add a vscode theme

* Revert "Add aether to all themes"

This reverts commit 421f467e21.

* Format the kitty file

* Make available to all via migration

* Fix

* Add hot reload

* Change the background image to something of higher quality

This looks a lot better on a 6K monitor

* Highlight border color should be brighter than inactive color

* Add preview.png for new visual theme selector

* Add the ethereal nvim variant of aehter

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
bjarneo
2025-11-20 11:05:07 +01:00
committed by GitHub
parent c298823af4
commit cd2a4e416b
17 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# This file is not a full hyprland configuration.
# It is intended to be included in your main hyprland.conf.
$activeBorderColor = rgb(4E85D8)
general {
col.active_border = $activeBorderColor
}
group {
col.border_active = $activeBorderColor
}