Skip to content

Commit 7f37635

Browse files
authored
[213_22] 优化黑夜模式下的table_selection_color (#3071)
1 parent 671eed7 commit 7f37635

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

TeXmacs/packages/themes/dark/dark.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292

9393
<assign|preview-bg-color|#5a7cc2>
9494

95+
<assign|table-selection-color|#5500ff10>
96+
9597
<assign|gr-grid-aspect|<tuple|<tuple|axes|#999999>|<tuple|1|#666666>|<tuple|10|#003153>>>
9698

9799
<\active*>

devel/213_22.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
2. 插入一个python环境,输入print("hello world")并运行
77
3. 观察,文档底色为深色,当前所处环境为很浅的透明灰色
88
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>
921

1022
## 2026/03/31 优化黑夜模式下的focus_color和selection-color
1123

0 commit comments

Comments
 (0)