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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user