add dark solarized theme for code preview
This commit is contained in:
parent
7799b5bda6
commit
8cad1c9f4c
7 changed files with 107 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue