Skip to content

[213_22] Replace focus cyan border with translucent background fill#2888

Open
cc-fuyu wants to merge 1 commit intoMoganLab:mainfrom
cc-fuyu:cc-fuyu/fix-2759-focus-background
Open

[213_22] Replace focus cyan border with translucent background fill#2888
cc-fuyu wants to merge 1 commit intoMoganLab:mainfrom
cc-fuyu:cc-fuyu/fix-2759-focus-background

Conversation

@cc-fuyu
Copy link

@cc-fuyu cc-fuyu commented Feb 27, 2026

Fixes #2759

  • Change FOCUS_COLOR from #0ff (opaque cyan) to #0ff1a (translucent cyan)
  • Use draw_selection instead of draw_rectangles for foc_rects under Qt to render a semi-transparent background fill instead of a border

Fixes MoganLab#2759

- Change FOCUS_COLOR from #0ff (opaque cyan) to #0ff1a (translucent cyan)
- Use draw_selection instead of draw_rectangles for foc_rects under Qt
  to render a semi-transparent background fill instead of a border
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

当光标处于某个结构(如表格单元格、数学公式)时,增加一个淡的背景颜色,去掉现有的青色边框

1 participant