diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-15 15:14:56 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-15 15:14:56 +0200 |
commit | 2a04341fba22b708c4cd31ec8fa8c07713bc5877 (patch) | |
tree | 425a5bfd15c56dc1cdb157d55500591115a603ee /app | |
parent | 8cad1c9f4c2984c0a73627290b5e7c6b465a68c2 (diff) | |
download | gitlab-ce-2a04341fba22b708c4cd31ec8fa8c07713bc5877.tar.gz |
finish up with solarized dark
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/images/solarized_dark.png | bin | 0 -> 16320 bytes | |||
-rw-r--r-- | app/views/profiles/design.html.haml | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/images/solarized_dark.png b/app/assets/images/solarized_dark.png Binary files differnew file mode 100644 index 00000000000..728964bc4c8 --- /dev/null +++ b/app/assets/images/solarized_dark.png 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 |