This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fee0922a8 Sync UI: Implement the Dark Theme (#11543)
9fee0922a8 is described below

commit 9fee0922a8d60321f9b46aecebf3832fe34c0ddd
Author: Fine0830 <fanxue0...@gmail.com>
AuthorDate: Tue Nov 14 22:02:54 2023 +0800

    Sync UI: Implement the Dark Theme (#11543)
---
 docs/en/changes/changes.md                                        | 3 +++
 .../resources/ui-initialized-templates/apisix/apisix-root.json    | 4 ++--
 .../ui-initialized-templates/aws_dynamodb/aws_dynamodb-root.json  | 4 ++--
 .../resources/ui-initialized-templates/aws_eks/aws_eks-root.json  | 4 ++--
 .../ui-initialized-templates/aws_gateway/aws_gateway-root.json    | 4 ++--
 .../resources/ui-initialized-templates/aws_s3/aws_s3-root.json    | 4 ++--
 .../ui-initialized-templates/bookkeeper/bookkeeper-root.json      | 4 ++--
 .../resources/ui-initialized-templates/browser/browser-root.json  | 4 ++--
 .../elasticsearch/elasticsearch-root.json                         | 4 ++--
 .../main/resources/ui-initialized-templates/faas/faas-root.json   | 4 ++--
 .../resources/ui-initialized-templates/general/general-root.json  | 4 ++--
 .../ui-initialized-templates/general/general-service.json         | 8 ++++----
 .../src/main/resources/ui-initialized-templates/k8s/k8s-root.json | 4 ++--
 .../ui-initialized-templates/k8s_service/k8s-service-root.json    | 4 ++--
 .../ui-initialized-templates/k8s_service/k8s-service-service.json | 4 ++--
 .../main/resources/ui-initialized-templates/kafka/kafka-root.json | 4 ++--
 .../ui-initialized-templates/mesh/mesh-proces-relation.json       | 4 ++--
 .../main/resources/ui-initialized-templates/mesh/mesh-root.json   | 4 ++--
 .../resources/ui-initialized-templates/mesh/mesh-service.json     | 4 ++--
 .../ui-initialized-templates/mesh_cp/mesh-control-plane-root.json | 4 ++--
 .../ui-initialized-templates/mesh_dp/mesh-data-plane-root.json    | 4 ++--
 .../ui-initialized-templates/mesh_dp/mesh-data-plane-service.json | 4 ++--
 .../resources/ui-initialized-templates/mongodb/mongodb-root.json  | 4 ++--
 .../main/resources/ui-initialized-templates/mysql/mysql-root.json | 4 ++--
 .../resources/ui-initialized-templates/os_linux/linux-root.json   | 4 ++--
 .../ui-initialized-templates/os_windows/windows-root.json         | 4 ++--
 .../ui-initialized-templates/postgresql/postgresql-root.json      | 4 ++--
 .../resources/ui-initialized-templates/pulsar/pulsar-root.json    | 4 ++--
 .../ui-initialized-templates/rabbitmq/rabbitmq-root.json          | 4 ++--
 .../main/resources/ui-initialized-templates/redis/redis-root.json | 4 ++--
 .../ui-initialized-templates/so11y_oap/so11y-service.json         | 4 ++--
 .../ui-initialized-templates/so11y_satellite/so11y-root.json      | 4 ++--
 .../virtual_cache/virtual-cache-root.json                         | 4 ++--
 .../virtual_database/virtual-database-root.json                   | 4 ++--
 skywalking-ui                                                     | 2 +-
 35 files changed, 72 insertions(+), 69 deletions(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 4b01ffcd4d..cfa8befdb9 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -54,6 +54,9 @@
 * Add a title and a description for trace segments.
 * Add Netty icon for Netty HTTP plugin.
 * Add Pulsar menu i18n files.
+* Refactor Logs view.
+* Implement the Dark Theme.
+* Change UI templates for Text widgets.
 
 #### Documentation
 
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/apisix/apisix-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/apisix/apisix-root.json
index c5f5029113..7137533693 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/apisix/apisix-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/apisix/apisix-root.json
@@ -28,8 +28,8 @@
                "i":"1",
                "type":"Text",
                "graph":{
-                  "fontColor":"blue",
-                  "backgroundColor":"white",
+                  "fontColor":"theme",
+                  "backgroundColor":"theme",
                   "content":"Provide APISIX monitoring through OpenTelemetry's 
Prometheus Receiver",
                   "fontSize":14,
                   "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_dynamodb/aws_dynamodb-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_dynamodb/aws_dynamodb-root.json
index 29b598ccf4..d2472a5c7a 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_dynamodb/aws_dynamodb-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_dynamodb/aws_dynamodb-root.json
@@ -12,8 +12,8 @@
           "i":"1",
           "type":"Text",
           "graph":{
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide DynamoDB monitoring through Amazon CloudWatch",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_eks/aws_eks-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_eks/aws_eks-root.json
index 86544a67e9..f59206fb72 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_eks/aws_eks-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_eks/aws_eks-root.json
@@ -32,8 +32,8 @@
           "i": "100",
           "type": "Text",
           "graph": {
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide AWS Cloud EKS monitoring through AWS Container 
Insights Receiver",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_gateway/aws_gateway-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_gateway/aws_gateway-root.json
index cb989c9e84..088c996946 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_gateway/aws_gateway-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_gateway/aws_gateway-root.json
@@ -32,8 +32,8 @@
           "i": "100",
           "type": "Text",
           "graph": {
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide AWS Cloud API Gateway monitoring through AWS 
FireHose Receiver",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_s3/aws_s3-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_s3/aws_s3-root.json
index 31f0ba333d..ac1ac8fba5 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_s3/aws_s3-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/aws_s3/aws_s3-root.json
@@ -32,8 +32,8 @@
           "i": "100",
           "type": "Text",
           "graph": {
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide AWS Cloud S3 monitoring through AWS FireHose 
Receiver",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/bookkeeper/bookkeeper-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/bookkeeper/bookkeeper-root.json
index 93caeda455..130036cf03 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/bookkeeper/bookkeeper-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/bookkeeper/bookkeeper-root.json
@@ -33,8 +33,8 @@
           "i": "1",
           "type": "Text",
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide BookKeeper monitoring through OpenTelemetry's 
Prometheus Receiver",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/browser/browser-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/browser/browser-root.json
index 058f58b7bd..83208aba91 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/browser/browser-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/browser/browser-root.json
@@ -65,8 +65,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide Browser-Side monitoring of Web-App, Versions 
and Pages, through Apache SkyWalking Client JS.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/elasticsearch/elasticsearch-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/elasticsearch/elasticsearch-root.json
index 0cdf296711..13a332f0af 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/elasticsearch/elasticsearch-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/elasticsearch/elasticsearch-root.json
@@ -12,8 +12,8 @@
           "i":"1",
           "type":"Text",
           "graph":{
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide Elasticsearch Server monitoring through 
OpenTelemetry's Prometheus Receiver",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
index b5baadef23..1576c7e748 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
@@ -224,8 +224,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "FaaS (Function-as-a-Service) is a type of 
cloud-computing service that allows you to execute code in response to events 
without the complex infrastructure typically associated with building and 
launching microservices applications. OpenFunction as a FaaS platform, provides 
out-of-box observability with SkyWalking integration.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-root.json
index cb13a3d357..6d39e6e997 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-root.json
@@ -210,8 +210,8 @@
           "i": "100",
           "type": "Text",
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Observe Service through telemetry data collected from 
SkyWalking Agent.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-service.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-service.json
index 4f4b0892ea..3dba020520 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-service.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-service.json
@@ -847,8 +847,8 @@
                   "i": "2",
                   "type": "Text",
                   "graph": {
-                    "fontColor": "white",
-                    "backgroundColor": "blue",
+                    "fontColor": "theme",
+                    "backgroundColor": "theme",
                     "content": "Trace Profiling supported services written in 
Java or Python with SkyWalking native agents installed.",
                     "fontSize": 14,
                     "textAlign": "left",
@@ -868,8 +868,8 @@
                   "i": "3",
                   "type": "Text",
                   "graph": {
-                    "fontColor": "white",
-                    "backgroundColor": "blue",
+                    "fontColor": "theme",
+                    "backgroundColor": "theme",
                     "content": "eBPF Profiling support services written in C, 
C++, Golang, and Rust. SkyWalking Rover provides this profiling capability. ",
                     "fontSize": 14,
                     "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s/k8s-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s/k8s-root.json
index 5251ec8af7..413f3e8690 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s/k8s-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s/k8s-root.json
@@ -83,8 +83,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide monitoring of the status and resources of the 
K8S Cluster.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-root.json
index 5fe648df06..7214dc6cce 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-root.json
@@ -59,8 +59,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Observe Service status and resources from Kubernetes.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-service.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-service.json
index 3393549376..e63b271767 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-service.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-service.json
@@ -258,8 +258,8 @@
                   "i": "2",
                   "type": "Text",
                   "graph": {
-                    "fontColor": "white",
-                    "backgroundColor": "blue",
+                    "fontColor": "theme",
+                    "backgroundColor": "theme",
                     "content": "eBPF Profiling support services written in C, 
C++, Golang, and Rust. SkyWalking Rover provides this profiling capability. ",
                     "fontSize": 14,
                     "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/kafka/kafka-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/kafka/kafka-root.json
index 680d257ef6..bb2b8c3c2d 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/kafka/kafka-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/kafka/kafka-root.json
@@ -24,8 +24,8 @@
                        "i": "1",
                        "type": "Text",
                        "graph": {
-                               "fontColor": "blue",
-                               "backgroundColor": "white",
+                               "fontColor": "theme",
+                               "backgroundColor": "theme",
                                "content": "Provide Kafka monitoring through 
OpenTelemetry's Prometheus Receiver",
                                "fontSize": 14,
                                "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-proces-relation.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-proces-relation.json
index 424ad754c9..26c5eae903 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-proces-relation.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-proces-relation.json
@@ -2133,8 +2133,8 @@
                   "i": "3",
                   "type": "Text",
                   "graph": {
-                    "fontColor": "white",
-                    "backgroundColor": "blue",
+                    "fontColor": "theme",
+                    "backgroundColor": "theme",
                     "content": "The sampled HTTP 1.x requests within tracing 
context.",
                     "fontSize": 14,
                     "textAlign": "left"
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-root.json
index 2a41e77886..1c829503d1 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-root.json
@@ -189,8 +189,8 @@
           "i": "100",
           "type": "Text",
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Observe Service Mesh through telemetry data collected 
from Envoy Access Log Service (ALS).",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-service.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-service.json
index 36ccc86ba8..ed8cc7c0f6 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-service.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh/mesh-service.json
@@ -741,8 +741,8 @@
                   "i": "2",
                   "type": "Text",
                   "graph": {
-                    "fontColor": "white",
-                    "backgroundColor": "blue",
+                    "fontColor": "theme",
+                    "backgroundColor": "theme",
                     "content": "eBPF Profiling support services written in C, 
C++, Golang, and Rust. SkyWalking Rover provides this profiling capability. ",
                     "fontSize": 14,
                     "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_cp/mesh-control-plane-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_cp/mesh-control-plane-root.json
index 5de047f1d4..fb246ae659 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_cp/mesh-control-plane-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_cp/mesh-control-plane-root.json
@@ -73,8 +73,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide monitoring of the behavior of Istio through 
its self-monitoring metrics.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-root.json
index b316213231..3dc86be080 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-root.json
@@ -45,8 +45,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "black",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Observe Envoy Proxy through Envoy Metrics Service.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-service.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-service.json
index 77ea39b39b..23c0c86083 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-service.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mesh_dp/mesh-data-plane-service.json
@@ -67,8 +67,8 @@
                   "i": "2",
                   "type": "Text",
                   "graph": {
-                    "fontColor": "white",
-                    "backgroundColor": "blue",
+                    "fontColor": "theme",
+                    "backgroundColor": "theme",
                     "content": "eBPF Profiling support services written in C, 
C++, Golang, and Rust. SkyWalking Rover provides this profiling capability. ",
                     "fontSize": 14,
                     "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mongodb/mongodb-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mongodb/mongodb-root.json
index c35634149d..14cde38e99 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mongodb/mongodb-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mongodb/mongodb-root.json
@@ -12,8 +12,8 @@
           "i":"0",
           "type":"Text",
           "graph":{
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide MongoDB monitoring through OpenTelemetry's 
Prometheus Receiver",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-root.json
index 42328ad7a6..d560f36f44 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-root.json
@@ -29,8 +29,8 @@
                "i":"1",
                "type":"Text",
                "graph":{
-                  "fontColor":"blue",
-                  "backgroundColor":"white",
+                  "fontColor":"theme",
+                  "backgroundColor":"theme",
                   "content":"Provide MySQL and MariaDB Server monitoring 
through OpenTelemetry's Prometheus Receiver",
                   "fontSize":14,
                   "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-root.json
index 50a9d1179d..a562d3e4da 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-root.json
@@ -57,8 +57,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide Linux OS monitoring.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_windows/windows-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_windows/windows-root.json
index c3714aff89..cc52a79a37 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_windows/windows-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_windows/windows-root.json
@@ -57,8 +57,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide Windows OS monitoring.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/postgresql/postgresql-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/postgresql/postgresql-root.json
index 96488279d6..935f6ba15b 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/postgresql/postgresql-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/postgresql/postgresql-root.json
@@ -12,8 +12,8 @@
                "i":"0",
                "type":"Text",
                "graph":{
-                  "fontColor":"blue",
-                  "backgroundColor":"white",
+                  "fontColor":"theme",
+                  "backgroundColor":"theme",
                   "content":"Provide PostgreSQL monitoring through 
OpenTelemetry's Prometheus Receiver",
                   "fontSize":14,
                   "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/pulsar/pulsar-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/pulsar/pulsar-root.json
index 5126ecb55d..2d24cb4f53 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/pulsar/pulsar-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/pulsar/pulsar-root.json
@@ -33,8 +33,8 @@
           "i": "1",
           "type": "Text",
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide Pulsar monitoring through OpenTelemetry's 
Prometheus Receiver",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/rabbitmq/rabbitmq-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/rabbitmq/rabbitmq-root.json
index a5d0adea19..6360eb07e5 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/rabbitmq/rabbitmq-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/rabbitmq/rabbitmq-root.json
@@ -42,8 +42,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Provide RabbitMQ monitoring through OpenTelemetry's 
Prometheus Receiver",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/redis/redis-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/redis/redis-root.json
index 8600aa3217..37f65f52f5 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/redis/redis-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/redis/redis-root.json
@@ -29,8 +29,8 @@
           "i":"1",
           "type":"Text",
           "graph":{
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Provide Redis monitoring through OpenTelemetry's 
Prometheus Receiver",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_oap/so11y-service.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_oap/so11y-service.json
index 4797e9b942..718ccc8ee4 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_oap/so11y-service.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_oap/so11y-service.json
@@ -56,8 +56,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "The OAP backend cluster itself is a distributed 
streaming process system, this is the monitoring for the OAP backend itself.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_satellite/so11y-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_satellite/so11y-root.json
index 3a5663acce..7696963d55 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_satellite/so11y-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/so11y_satellite/so11y-root.json
@@ -220,8 +220,8 @@
             ""
           ],
           "graph":{
-            "fontColor":"blue",
-            "backgroundColor":"white",
+            "fontColor":"theme",
+            "backgroundColor":"theme",
             "content":"Satellite: an open-source agent designed for the 
cloud-native infrastructures, which provides a low-cost, high-efficient, and 
more secure way to collect telemetry data. It is the recommended load balancer 
for telemetry collecting.",
             "fontSize":14,
             "textAlign":"left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_cache/virtual-cache-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_cache/virtual-cache-root.json
index 0b2db16910..03287a5d18 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_cache/virtual-cache-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_cache/virtual-cache-root.json
@@ -73,8 +73,8 @@
             ""
           ],
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Observe the Virtual Cache which is conjectured by 
language agent through various plugins.",
             "fontSize": 14,
             "textAlign": "left",
diff --git 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_database/virtual-database-root.json
 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_database/virtual-database-root.json
index 5f0eaba1f2..e5ae6e0450 100644
--- 
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_database/virtual-database-root.json
+++ 
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/virtual_database/virtual-database-root.json
@@ -64,8 +64,8 @@
           "i": "100",
           "type": "Text",
           "graph": {
-            "fontColor": "blue",
-            "backgroundColor": "white",
+            "fontColor": "theme",
+            "backgroundColor": "theme",
             "content": "Observe the Virtual Database which is conjectured by 
language agent through various plugins.",
             "fontSize": 14,
             "textAlign": "left",
diff --git a/skywalking-ui b/skywalking-ui
index d2eae87957..832dc1676b 160000
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit d2eae879573ae657d230aea651de83432aace87c
+Subproject commit 832dc1676b7a79ed74759be3cb4f35ff522ac9b4

Reply via email to