diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-05-04 14:41:36 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-05-04 16:40:38 +0900 |
commit | 2888d8dd4750bff3882b7214c574bce19c857c37 (patch) | |
tree | fb1e30923eca6a5e6607dbe6369e742f80121c99 /src/console/index.html | |
parent | 6d77918a99cb0811bdb7a08cc016e0cfb31c7b63 (diff) |
Define dark theme and specify a theme by an attribute
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/index.html b/src/console/index.html index 73e1e23..3704071 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> + <body data-theme="light"> <div id='vimvixen-console' class='vimvixen-console'></div> </body> </html> |