aboutsummaryrefslogtreecommitdiff
path: root/src/console/index.html
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-05-04 16:18:12 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-05-04 16:41:51 +0900
commit65fedca9dfc4b85acce85b9eb3272cfc76d112a7 (patch)
tree7a0d8a7fbb0a053fb39dc67ef78166ab3c252a98 /src/console/index.html
parent614778f6ad2633d90deffe6ef3d373c44967b10c (diff)
Allow to change color scheme by "colorscheme" property
Diffstat (limited to 'src/console/index.html')
-rw-r--r--src/console/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/index.html b/src/console/index.html
index 3704071..73e1e23 100644
--- a/src/console/index.html
+++ b/src/console/index.html
@@ -5,7 +5,7 @@
<title>VimVixen console</title>
<script src='console.js'></script>
</head>
- <body data-theme="light">
+ <body>
<div id='vimvixen-console' class='vimvixen-console'></div>
</body>
</html>