mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
finish up with solarized dark
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user