summaryrefslogtreecommitdiff
path: root/public/views/hackmd/header.ejs
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-01-16 14:38:14 +0700
committerGitHub2018-01-16 14:38:14 +0700
commit72011446613e9d22097879d3ec825416e46ca910 (patch)
tree0824f15f9db94cb80d39c2c7a0295205b94d160b /public/views/hackmd/header.ejs
parenta8fa88831705625e053c7d493a4b2f83b7b2a4a8 (diff)
parent6fc2c39eda766cffc7ef5c9e1d3d3cbce8ab7590 (diff)
Merge pull request #661 from edoardoo/darkTheme
Implemented dark theme.
Diffstat (limited to 'public/views/hackmd/header.ejs')
-rw-r--r--public/views/hackmd/header.ejs5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/views/hackmd/header.ejs b/public/views/hackmd/header.ejs
index 80df2c77..b87f21fa 100644
--- a/public/views/hackmd/header.ejs
+++ b/public/views/hackmd/header.ejs
@@ -96,6 +96,11 @@
<input type="radio" name="mode" autocomplete="off"><i class="fa fa-pencil"></i>
</label>
</div>
+ <div class="btn-group" data-toggle="buttons">
+ <label class="btn ui-night" title="<%= __('Night Theme') %>">
+ <input type="checkbox" name="night"><i class="fa fa-moon-o"></i>
+ </label>
+ </div>
<span class="btn btn-link btn-file ui-help" title="<%= __('Help') %>" data-toggle="modal" data-target=".help-modal">
<i class="fa fa-question-circle"></i>
</span>