microsoft/Terminal

Add Optional Cursor Properties to Color Schemes

開放

#764 建立於 2019年5月14日

 (6 則留言) (8 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-SettingsHelp WantedIssue-FeatureProduct-Terminal

倉庫指標

星標
 (103,173 顆星)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

There are several fields assigned against profiles that feel like they would be better placed in schemes (or at least duplicated to schemes):

  • cursorColor
  • cursorShape
  • fontFace
  • fontSize

There are two options for these properties that could be utilised:

  1. Remove them from the profile and add them to schemes, updating the current schemes with default values.
  2. Leave them in the profile and have them act as an override when present, similar to what background is doing currently.

Additionally, it may be worth actually removing the default background value, to allow the theme background to actually work by default.

貢獻者指南