Skip to content

Commit

Permalink
Modified darkMode default to 'prefers-color-scheme'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantasWeng committed Dec 15, 2020
1 parent cce3947 commit 3a9c579
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ new Vue({
**Parameters**|**Type's**|**Default**|**Required**|**Description**
-----|-----|-----|-----|-----
debug|Boolean|`false`|Optional|Enable logging for debug
darkMode|Boolean|`false`|Optional|Enable console dark mode for debug
darkMode|Boolean|prefers-color-scheme|Optional|Enable console dark mode for debug
connection|String/Socket.io-client|`null`|Required|Websocket server url or socket.io-client instance
vuex.store|Vuex|`null`|Optional|Vuex store instance
vuex.actionPrefix|String|`null`|Optional|Prefix for emitting server side vuex actions
Expand Down
Loading

0 comments on commit 3a9c579

Please sign in to comment.