add dark solarized theme for code preview

This commit is contained in:
Dmitriy Zaporozhets 2013-03-15 15:09:34 +02:00
parent 7799b5bda6
commit 8cad1c9f4c
7 changed files with 107 additions and 6 deletions

View file

@ -43,10 +43,15 @@
= label_tag do
.prev
= image_tag "white.png"
= f.radio_button :dark_scheme, false
= f.radio_button :color_scheme_id, 1
White code preview
= label_tag do
.prev
= image_tag "dark.png"
= f.radio_button :dark_scheme, true
= f.radio_button :color_scheme_id, 2
Dark code preview
= label_tag do
.prev
= image_tag "dark.png"
= f.radio_button :color_scheme_id, 3
Solarized Dark code preview