Autocolors

WIP on a new feature: trying to guess current Peertube theme's colors,
and apply them to ConverseJS.
This commit is contained in:
John Livingston
2021-11-19 16:45:10 +01:00
parent fbb2e8345c
commit 8999133dcc
7 changed files with 208 additions and 3 deletions

View File

@ -8,6 +8,7 @@
<link type="text/css" rel="stylesheet" media="screen" href="{{BASE_STATIC_URL}}conversejs/converse.min.css" />
<script type="text/javaScript" src="{{BASE_STATIC_URL}}conversejs/converse.min.js"></script>
<script type="text/javascript" src="{{BASE_STATIC_URL}}static/builtin.js"></script>
{{CONVERSEJS_AUTOCOLORS}}
</head>
<body class="converse-fullscreen theme-peertube">
<noscript>You need to enable JavaScript to run the Converse.js chat app.</noscript>