A Theme for the ambitious.
A deep inky purple theme leveraging bright colors. Designed to reduce visual clutter and help you focus on your code. Your editor can be both beautiful and useful.
1 defmodule EmbarkTheme do
2
@moduledoc
"""
3
Comments should be legible
4
but never in the way
5
"""
6
def awesome do
7
{:ok, :keep_coding}
8
end
9
end
NORMALembark_theme.ex1:1