浏览代码

暗黑主题下背景色调整

任一存 2 年之前
父节点
当前提交
206d53cc69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/4dage.js

+ 1 - 1
public/4dage.js

@@ -5020,7 +5020,7 @@ function (I) {
       // var e = this.backgroundColor
       // this.gl.clearColor(e[0], e[1], e[2], 1)
       if (window.isDarkTheme.value) {
-        this.gl.clearColor(0.19, 0.19, 0.19, 1)
+        this.gl.clearColor(0.04, 0.04, 0.04, 1)
       } else {
         this.gl.clearColor(0.91, 0.91, 0.91, 1)
       }