Commit 2a04341f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

finish up with solarized dark

parent 8cad1c9f
......@@ -44,14 +44,14 @@
.prev
= image_tag "white.png"
= f.radio_button :color_scheme_id, 1
White code preview
White
= label_tag do
.prev
= image_tag "dark.png"
= f.radio_button :color_scheme_id, 2
Dark code preview
Dark
= label_tag do
.prev
= image_tag "dark.png"
= image_tag "solarized_dark.png"
= f.radio_button :color_scheme_id, 3
Solarized Dark code preview
Solarized Dark
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment