Commit 2a04341fba22b708c4cd31ec8fa8c07713bc5877
1 parent
8cad1c9f
Exists in
master
and in
4 other branches
finish up with solarized dark
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
15.9 KB
app/views/profiles/design.html.haml
| @@ -44,14 +44,14 @@ | @@ -44,14 +44,14 @@ | ||
| 44 | .prev | 44 | .prev |
| 45 | = image_tag "white.png" | 45 | = image_tag "white.png" |
| 46 | = f.radio_button :color_scheme_id, 1 | 46 | = f.radio_button :color_scheme_id, 1 |
| 47 | - White code preview | 47 | + White |
| 48 | = label_tag do | 48 | = label_tag do |
| 49 | .prev | 49 | .prev |
| 50 | = image_tag "dark.png" | 50 | = image_tag "dark.png" |
| 51 | = f.radio_button :color_scheme_id, 2 | 51 | = f.radio_button :color_scheme_id, 2 |
| 52 | - Dark code preview | 52 | + Dark |
| 53 | = label_tag do | 53 | = label_tag do |
| 54 | .prev | 54 | .prev |
| 55 | - = image_tag "dark.png" | 55 | + = image_tag "solarized_dark.png" |
| 56 | = f.radio_button :color_scheme_id, 3 | 56 | = f.radio_button :color_scheme_id, 3 |
| 57 | - Solarized Dark code preview | 57 | + Solarized Dark |