1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-10 06:21:40 +00:00

set theme Solarized dark

This commit is contained in:
Rokt33r
2015-06-08 20:15:47 +09:00
parent 5c02ab24fe
commit 5ad5da47d2
16 changed files with 193 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
<div class="new-snippet-modal">
<div class="modal-header">
New Snippet
<h4>Edit Snippet</h4>
</div>
<div class="modal-body">
@@ -21,7 +21,8 @@
<div class="form-group">
<div
ui-ace="{
mode: vm.snippet.mode.toLowerCase()
mode: vm.snippet.mode.toLowerCase(),
theme:'solarized_dark'
}"
ng-model="vm.snippet.content"