Terminal.ColorScheme.yml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.ColorScheme
  4. id: ColorScheme
  5. children:
  6. - Terminal.ColorScheme.#ctor
  7. - Terminal.ColorScheme.Focus
  8. - Terminal.ColorScheme.HotFocus
  9. - Terminal.ColorScheme.HotNormal
  10. - Terminal.ColorScheme.Normal
  11. langs:
  12. - csharp
  13. name: ColorScheme
  14. nameWithType: ColorScheme
  15. fullName: Terminal.ColorScheme
  16. type: Class
  17. assemblies:
  18. - Terminal
  19. namespace: Terminal
  20. summary: >-
  21. Color scheme definitions, they cover some common scenarios and are used
  22. typically in toplevel containers to set the scheme that is used by all the
  23. views contained inside.
  24. syntax:
  25. content: public class ColorScheme
  26. inheritance:
  27. - System.Object
  28. implements: []
  29. inheritedMembers: []
  30. - uid: Terminal.ColorScheme.#ctor
  31. id: '#ctor'
  32. parent: Terminal.ColorScheme
  33. langs:
  34. - csharp
  35. name: ColorScheme()
  36. nameWithType: ColorScheme.ColorScheme()
  37. fullName: ColorScheme.ColorScheme()
  38. type: Constructor
  39. assemblies:
  40. - Terminal
  41. namespace: Terminal
  42. syntax:
  43. content: public ColorScheme ();
  44. parameters: []
  45. overload: Terminal.ColorScheme.#ctor*
  46. exceptions: []
  47. - uid: Terminal.ColorScheme.Focus
  48. id: Focus
  49. parent: Terminal.ColorScheme
  50. langs:
  51. - csharp
  52. name: Focus
  53. nameWithType: ColorScheme.Focus
  54. fullName: ColorScheme.Focus
  55. type: Field
  56. assemblies:
  57. - Terminal
  58. namespace: Terminal
  59. summary: The color for text when the view has the focus.
  60. syntax:
  61. content: public Terminal.Attribute Focus;
  62. return:
  63. type: Terminal.Attribute
  64. description: To be added.
  65. exceptions: []
  66. - uid: Terminal.ColorScheme.HotFocus
  67. id: HotFocus
  68. parent: Terminal.ColorScheme
  69. langs:
  70. - csharp
  71. name: HotFocus
  72. nameWithType: ColorScheme.HotFocus
  73. fullName: ColorScheme.HotFocus
  74. type: Field
  75. assemblies:
  76. - Terminal
  77. namespace: Terminal
  78. summary: The color for the hotkey when the view is focused.
  79. syntax:
  80. content: public Terminal.Attribute HotFocus;
  81. return:
  82. type: Terminal.Attribute
  83. description: To be added.
  84. exceptions: []
  85. - uid: Terminal.ColorScheme.HotNormal
  86. id: HotNormal
  87. parent: Terminal.ColorScheme
  88. langs:
  89. - csharp
  90. name: HotNormal
  91. nameWithType: ColorScheme.HotNormal
  92. fullName: ColorScheme.HotNormal
  93. type: Field
  94. assemblies:
  95. - Terminal
  96. namespace: Terminal
  97. summary: The color for the hotkey when a view is not focused
  98. syntax:
  99. content: public Terminal.Attribute HotNormal;
  100. return:
  101. type: Terminal.Attribute
  102. description: To be added.
  103. exceptions: []
  104. - uid: Terminal.ColorScheme.Normal
  105. id: Normal
  106. parent: Terminal.ColorScheme
  107. langs:
  108. - csharp
  109. name: Normal
  110. nameWithType: ColorScheme.Normal
  111. fullName: ColorScheme.Normal
  112. type: Field
  113. assemblies:
  114. - Terminal
  115. namespace: Terminal
  116. summary: The default color for text, when the view is not focused.
  117. syntax:
  118. content: public Terminal.Attribute Normal;
  119. return:
  120. type: Terminal.Attribute
  121. description: To be added.
  122. exceptions: []
  123. references:
  124. - uid: System.Object
  125. parent: System
  126. isExternal: true
  127. name: Object
  128. nameWithType: Object
  129. fullName: System.Object
  130. - uid: Terminal.ColorScheme.#ctor
  131. parent: Terminal.ColorScheme
  132. isExternal: false
  133. name: ColorScheme()
  134. nameWithType: ColorScheme.ColorScheme()
  135. fullName: ColorScheme.ColorScheme()
  136. - uid: Terminal.ColorScheme.Focus
  137. parent: Terminal.ColorScheme
  138. isExternal: false
  139. name: Focus
  140. nameWithType: ColorScheme.Focus
  141. fullName: ColorScheme.Focus
  142. - uid: Terminal.Attribute
  143. parent: Terminal
  144. isExternal: false
  145. name: Attribute
  146. nameWithType: Attribute
  147. fullName: Terminal.Attribute
  148. - uid: Terminal.ColorScheme.HotFocus
  149. parent: Terminal.ColorScheme
  150. isExternal: false
  151. name: HotFocus
  152. nameWithType: ColorScheme.HotFocus
  153. fullName: ColorScheme.HotFocus
  154. - uid: Terminal.ColorScheme.HotNormal
  155. parent: Terminal.ColorScheme
  156. isExternal: false
  157. name: HotNormal
  158. nameWithType: ColorScheme.HotNormal
  159. fullName: ColorScheme.HotNormal
  160. - uid: Terminal.ColorScheme.Normal
  161. parent: Terminal.ColorScheme
  162. isExternal: false
  163. name: Normal
  164. nameWithType: ColorScheme.Normal
  165. fullName: ColorScheme.Normal
  166. - uid: Terminal.ColorScheme.#ctor*
  167. parent: Terminal.ColorScheme
  168. isExternal: false
  169. name: ColorScheme
  170. nameWithType: ColorScheme.ColorScheme
  171. fullName: ColorScheme.ColorScheme