From bd1871fa2b1bf8a081b43ba9bc85f8ffd46fac46 Mon Sep 17 00:00:00 2001 From: JohnnyB Date: Wed, 8 May 2024 20:12:06 +0100 Subject: server : add themes + favicon (#6848) * Added themes support with two sample themes and a favicon. * Newline * Newline * Newline * Trailing whitespace * Increased opacity for contrast * Increase opacity. Check actions cancelled for some other priority job and I can't seem to manually re-run them, so MOAR OPACITY * Opacity action trigger. Trying to re-trigger the cancelled action. * One more opacity adjustment This Actions pipeline is failing for random issues. * Delete examples/server/themes/buttons_top/completion.js This will be served from the static string built-in to server. * Delete examples/server/themes/buttons_top/index.js This will be served from the static string built-in to server. * Delete examples/server/themes/wild/completion.js This will be served from the static string built-in to server. * Delete examples/server/themes/buttons_top/json-schema-to-grammar.mjs This will be served from the static string built-in to server. * Delete examples/server/themes/wild/index.js This will be served from the static string built-in to server. * Delete examples/server/themes/wild/json-schema-to-grammar.mjs This will be served from the static string built-in to server. * Replaced underscore. --- examples/server/public/favicon.ico | Bin 0 -> 4122 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/server/public/favicon.ico (limited to 'examples/server/public') diff --git a/examples/server/public/favicon.ico b/examples/server/public/favicon.ico new file mode 100644 index 00000000..89e154a0 Binary files /dev/null and b/examples/server/public/favicon.ico differ -- cgit v1.2.3