Skip to content

Commit

Permalink
small theme changes, refs #23
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Dec 18, 2015
1 parent 81d4170 commit 095d241
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/cljs/proton/layers/core/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@
["vim-mode-plus.flashOnUndoRedo" true]
["vim-mode-plus.useClipboardAsDefaultRegister" true]


;; ui
["core.themes" ["atom-material-ui" "atom-material-syntax"]]
["atom-material-ui.ui.accentColor" "Cyan"]
["atom-material-ui.tabs.tabSize" "Small"]
["atom-material-ui.tabs.rippleAccentColor" true]
["atom-material-ui.tabs.showTabIcons" "Show on active tab"]
["atom-material-ui.treeView.compactTreeView" true]
["atom-material-ui.panels.panelContrast" true]

["editor.softWrap" true]
["editor.fontFamily" "Hack"]])

Expand Down

0 comments on commit 095d241

Please sign in to comment.