Edwin Bühler
banner
edwins.cloud
Edwin Bühler
@edwins.cloud
👋 Independent Engineer | #ElixirLang | #SmalltalkLang | … 🏃‍♂️🚣‍♂️🚴🏻‍♂️
The first version is here. However, I'm sure it will need a little more work in one or two places.

zed-themes.com?search=alche...
Zed themes
Preview & edit zed themes in your browser
zed-themes.com
December 27, 2024 at 3:15 PM
Und der name des Themas? Für ElixirLang entwickler, natürlich Alchemist!
December 27, 2024 at 3:12 PM
And what about the combination with the selected background color?
December 27, 2024 at 3:10 PM
Thank you,

I wrote it directly in elixir.

path = Path.join(System.user_home!(), ".config/zed/settings.json")

if File.exists?(path) do
settings_file = File.read!(path)
File.write(path,Regex.replace(~r/"theme": *"[^(...)]*",/, settings_file, "\"theme\": \"#{theme}\",",
global: false))
end
December 17, 2024 at 4:30 PM
Add Philips hue light as notifier, to signal unit test results. Too bad I can't change the current Zed theme from the test runner. For example border and title background green or red. Or have I just overlooked the possibility.
December 16, 2024 at 12:25 PM