From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/tools/server/themes/README.md | 5 + .../tools/server/themes/buttons-top/README.md | 7 + .../server/themes/buttons-top/buttons_top.png | Bin 0 -> 119747 bytes .../tools/server/themes/buttons-top/favicon.ico | Bin 0 -> 4122 bytes .../tools/server/themes/buttons-top/index.html | 1052 +++++++++++++++++++ llama.cpp/tools/server/themes/wild/README.md | 5 + llama.cpp/tools/server/themes/wild/favicon.ico | Bin 0 -> 4122 bytes llama.cpp/tools/server/themes/wild/index.html | 1056 ++++++++++++++++++++ llama.cpp/tools/server/themes/wild/llama_cpp.png | Bin 0 -> 76484 bytes .../tools/server/themes/wild/llamapattern.png | Bin 0 -> 259586 bytes llama.cpp/tools/server/themes/wild/wild.png | Bin 0 -> 496463 bytes 11 files changed, 2125 insertions(+) create mode 100644 llama.cpp/tools/server/themes/README.md create mode 100644 llama.cpp/tools/server/themes/buttons-top/README.md create mode 100644 llama.cpp/tools/server/themes/buttons-top/buttons_top.png create mode 100644 llama.cpp/tools/server/themes/buttons-top/favicon.ico create mode 100644 llama.cpp/tools/server/themes/buttons-top/index.html create mode 100644 llama.cpp/tools/server/themes/wild/README.md create mode 100644 llama.cpp/tools/server/themes/wild/favicon.ico create mode 100644 llama.cpp/tools/server/themes/wild/index.html create mode 100644 llama.cpp/tools/server/themes/wild/llama_cpp.png create mode 100644 llama.cpp/tools/server/themes/wild/llamapattern.png create mode 100644 llama.cpp/tools/server/themes/wild/wild.png (limited to 'llama.cpp/tools/server/themes') diff --git a/llama.cpp/tools/server/themes/README.md b/llama.cpp/tools/server/themes/README.md new file mode 100644 index 0000000..62e721a --- /dev/null +++ b/llama.cpp/tools/server/themes/README.md @@ -0,0 +1,5 @@ +# LLaMA.cpp Server Wild Theme + +Simple themes directory of sample "public" directories. To try any of these add --path to your run like `server --path=wild`. + +![image](wild/wild.png) diff --git a/llama.cpp/tools/server/themes/buttons-top/README.md b/llama.cpp/tools/server/themes/buttons-top/README.md new file mode 100644 index 0000000..808c4cf --- /dev/null +++ b/llama.cpp/tools/server/themes/buttons-top/README.md @@ -0,0 +1,7 @@ +# LLaMA.cpp Server Buttons Top Theme + +Simple tweaks to the UI. Chat buttons at the top of the page instead of bottom so you can hit Stop instead of chasing it down the page. + +To use simply run server with `--path=themes/buttons_top` + +![image](buttons_top.png) diff --git a/llama.cpp/tools/server/themes/buttons-top/buttons_top.png b/llama.cpp/tools/server/themes/buttons-top/buttons_top.png new file mode 100644 index 0000000..c544545 Binary files /dev/null and b/llama.cpp/tools/server/themes/buttons-top/buttons_top.png differ diff --git a/llama.cpp/tools/server/themes/buttons-top/favicon.ico b/llama.cpp/tools/server/themes/buttons-top/favicon.ico new file mode 100644 index 0000000..89e154a Binary files /dev/null and b/llama.cpp/tools/server/themes/buttons-top/favicon.ico differ diff --git a/llama.cpp/tools/server/themes/buttons-top/index.html b/llama.cpp/tools/server/themes/buttons-top/index.html new file mode 100644 index 0000000..cb5af58 --- /dev/null +++ b/llama.cpp/tools/server/themes/buttons-top/index.html @@ -0,0 +1,1052 @@ + + + + + + + llama.cpp - chat + + + + + + + +
+ +
+
+ + + diff --git a/llama.cpp/tools/server/themes/wild/README.md b/llama.cpp/tools/server/themes/wild/README.md new file mode 100644 index 0000000..560bcc8 --- /dev/null +++ b/llama.cpp/tools/server/themes/wild/README.md @@ -0,0 +1,5 @@ +# LLaMA.cpp Server Wild Theme + +Simple tweaks to the UI. To use simply run server with `--path=themes/wild` + +![image](wild.png) diff --git a/llama.cpp/tools/server/themes/wild/favicon.ico b/llama.cpp/tools/server/themes/wild/favicon.ico new file mode 100644 index 0000000..89e154a Binary files /dev/null and b/llama.cpp/tools/server/themes/wild/favicon.ico differ diff --git a/llama.cpp/tools/server/themes/wild/index.html b/llama.cpp/tools/server/themes/wild/index.html new file mode 100644 index 0000000..601f776 --- /dev/null +++ b/llama.cpp/tools/server/themes/wild/index.html @@ -0,0 +1,1056 @@ + + + + + + + llama.cpp - chat + + + + + + + +
+ +
+
+ + + diff --git a/llama.cpp/tools/server/themes/wild/llama_cpp.png b/llama.cpp/tools/server/themes/wild/llama_cpp.png new file mode 100644 index 0000000..bad1dc9 Binary files /dev/null and b/llama.cpp/tools/server/themes/wild/llama_cpp.png differ diff --git a/llama.cpp/tools/server/themes/wild/llamapattern.png b/llama.cpp/tools/server/themes/wild/llamapattern.png new file mode 100644 index 0000000..2a159ce Binary files /dev/null and b/llama.cpp/tools/server/themes/wild/llamapattern.png differ diff --git a/llama.cpp/tools/server/themes/wild/wild.png b/llama.cpp/tools/server/themes/wild/wild.png new file mode 100644 index 0000000..46ffa0f Binary files /dev/null and b/llama.cpp/tools/server/themes/wild/wild.png differ -- cgit v1.2.3