We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671eed7 commit 7f37635Copy full SHA for 7f37635
2 files changed
TeXmacs/packages/themes/dark/dark.ts
@@ -92,6 +92,8 @@
92
93
<assign|preview-bg-color|#5a7cc2>
94
95
+ <assign|table-selection-color|#5500ff10>
96
+
97
<assign|gr-grid-aspect|<tuple|<tuple|axes|#999999>|<tuple|1|#666666>|<tuple|10|#003153>>>
98
99
<\active*>
devel/213_22.md
@@ -6,6 +6,18 @@
6
2. 插入一个python环境,输入print("hello world")并运行
7
3. 观察,文档底色为深色,当前所处环境为很浅的透明灰色
8
4. 鼠标拖动选中一部分文本,观察,选中文本的颜色相较于环境更深一些,可以做到较为舒适的高亮效果
9
+5. 插入一个表格,鼠标拖动选中多个单元格,颜色应该是很浅的紫色,可以与浅色模式下的较深紫色对比
10
11
+## 2026/03/31 优化黑夜模式下的table_selection_color
12
13
+### What
14
+使用 #5500ff10 作为单元格选中的高亮颜色
15
16
+### Why
17
+深色主题下的单元格选中高亮颜色有点深
18
19
+### How
20
+在 dark.ts 文件中添加 <assign|table-selection-color|#5500ff10>
21
22
## 2026/03/31 优化黑夜模式下的focus_color和selection-color
23
0 commit comments