zed-themes.com?search=alche...
zed-themes.com?search=alche...
github.com/Fulnir/zed_t...
github.com/Fulnir/zed_t...
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
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