summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/images/solarized_dark.pngbin0 -> 16320 bytes
-rw-r--r--app/views/profiles/design.html.haml8
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/images/solarized_dark.png b/app/assets/images/solarized_dark.png
new file mode 100644
index 00000000000..728964bc4c8
--- /dev/null
+++ b/app/assets/images/solarized_dark.png
Binary files differ
diff --git a/app/views/profiles/design.html.haml b/app/views/profiles/design.html.haml
index 3ce916dc024..77068dabb32 100644
--- a/app/views/profiles/design.html.haml
+++ b/app/views/profiles/design.html.haml
@@ -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