From 4b3c38e111dcf91ea648f651f90e5b71a2abe483 Mon Sep 17 00:00:00 2001 From: MacDue Date: Mon, 20 Mar 2023 00:11:52 +0000 Subject: [PATCH] Base: Add `accent-color` demo page Currently this just has checkboxes, though I intend to add support for more things later :^) --- Base/res/html/misc/accent-color.html | 70 ++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 71 insertions(+) create mode 100644 Base/res/html/misc/accent-color.html diff --git a/Base/res/html/misc/accent-color.html b/Base/res/html/misc/accent-color.html new file mode 100644 index 0000000000..e4d5c17d2c --- /dev/null +++ b/Base/res/html/misc/accent-color.html @@ -0,0 +1,70 @@ + + +
+ System color
+ + + + + + + + + + + + + +
+
+
+ Dark accent color
+ + + + + + + + + + + + + +
+
+
+ Light accent color
+ + + + + + + + + + + + + +
+
+ diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 0a99d20b6b..1aaa4cb722 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -140,6 +140,7 @@
  • Transforms
  • Clip
  • Cursor
  • +
  • accent-color
  • Features

  • Basic functionality
  • css colors