File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
TeXmacs/packages/themes/dark Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 9292
9393 < assign | preview - bg - color | #5 a7cc2 >
9494
95+ < assign | table - selection - color | #5500 ff10 >
96+
9597 < assign | gr - grid - aspect | < tuple | < tuple | axes | #999999 > | < tuple | 1 | #666666 > | < tuple | 10 | #003153 > >>
9698
9799 < \active * >
Original file line number Diff line number Diff line change 662 . 插入一个python环境,输入print("hello world")并运行
773 . 观察,文档底色为深色,当前所处环境为很浅的透明灰色
884 . 鼠标拖动选中一部分文本,观察,选中文本的颜色相较于环境更深一些,可以做到较为舒适的高亮效果
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
You can’t perform that action at this time.
0 commit comments