123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.ColorScheme
- id: ColorScheme
- children:
- - Terminal.ColorScheme.#ctor
- - Terminal.ColorScheme.Focus
- - Terminal.ColorScheme.HotFocus
- - Terminal.ColorScheme.HotNormal
- - Terminal.ColorScheme.Normal
- langs:
- - csharp
- name: ColorScheme
- nameWithType: ColorScheme
- fullName: Terminal.ColorScheme
- type: Class
- assemblies:
- - Terminal
- namespace: Terminal
- summary: >-
- Color scheme definitions, they cover some common scenarios and are used
- typically in toplevel containers to set the scheme that is used by all the
- views contained inside.
- syntax:
- content: public class ColorScheme
- inheritance:
- - System.Object
- implements: []
- inheritedMembers: []
- - uid: Terminal.ColorScheme.#ctor
- id: '#ctor'
- parent: Terminal.ColorScheme
- langs:
- - csharp
- name: ColorScheme()
- nameWithType: ColorScheme.ColorScheme()
- fullName: ColorScheme.ColorScheme()
- type: Constructor
- assemblies:
- - Terminal
- namespace: Terminal
- syntax:
- content: public ColorScheme ();
- parameters: []
- overload: Terminal.ColorScheme.#ctor*
- exceptions: []
- - uid: Terminal.ColorScheme.Focus
- id: Focus
- parent: Terminal.ColorScheme
- langs:
- - csharp
- name: Focus
- nameWithType: ColorScheme.Focus
- fullName: ColorScheme.Focus
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The color for text when the view has the focus.
- syntax:
- content: public Terminal.Attribute Focus;
- return:
- type: Terminal.Attribute
- description: To be added.
- exceptions: []
- - uid: Terminal.ColorScheme.HotFocus
- id: HotFocus
- parent: Terminal.ColorScheme
- langs:
- - csharp
- name: HotFocus
- nameWithType: ColorScheme.HotFocus
- fullName: ColorScheme.HotFocus
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The color for the hotkey when the view is focused.
- syntax:
- content: public Terminal.Attribute HotFocus;
- return:
- type: Terminal.Attribute
- description: To be added.
- exceptions: []
- - uid: Terminal.ColorScheme.HotNormal
- id: HotNormal
- parent: Terminal.ColorScheme
- langs:
- - csharp
- name: HotNormal
- nameWithType: ColorScheme.HotNormal
- fullName: ColorScheme.HotNormal
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The color for the hotkey when a view is not focused
- syntax:
- content: public Terminal.Attribute HotNormal;
- return:
- type: Terminal.Attribute
- description: To be added.
- exceptions: []
- - uid: Terminal.ColorScheme.Normal
- id: Normal
- parent: Terminal.ColorScheme
- langs:
- - csharp
- name: Normal
- nameWithType: ColorScheme.Normal
- fullName: ColorScheme.Normal
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The default color for text, when the view is not focused.
- syntax:
- content: public Terminal.Attribute Normal;
- return:
- type: Terminal.Attribute
- description: To be added.
- exceptions: []
- references:
- - uid: System.Object
- parent: System
- isExternal: true
- name: Object
- nameWithType: Object
- fullName: System.Object
- - uid: Terminal.ColorScheme.#ctor
- parent: Terminal.ColorScheme
- isExternal: false
- name: ColorScheme()
- nameWithType: ColorScheme.ColorScheme()
- fullName: ColorScheme.ColorScheme()
- - uid: Terminal.ColorScheme.Focus
- parent: Terminal.ColorScheme
- isExternal: false
- name: Focus
- nameWithType: ColorScheme.Focus
- fullName: ColorScheme.Focus
- - uid: Terminal.Attribute
- parent: Terminal
- isExternal: false
- name: Attribute
- nameWithType: Attribute
- fullName: Terminal.Attribute
- - uid: Terminal.ColorScheme.HotFocus
- parent: Terminal.ColorScheme
- isExternal: false
- name: HotFocus
- nameWithType: ColorScheme.HotFocus
- fullName: ColorScheme.HotFocus
- - uid: Terminal.ColorScheme.HotNormal
- parent: Terminal.ColorScheme
- isExternal: false
- name: HotNormal
- nameWithType: ColorScheme.HotNormal
- fullName: ColorScheme.HotNormal
- - uid: Terminal.ColorScheme.Normal
- parent: Terminal.ColorScheme
- isExternal: false
- name: Normal
- nameWithType: ColorScheme.Normal
- fullName: ColorScheme.Normal
- - uid: Terminal.ColorScheme.#ctor*
- parent: Terminal.ColorScheme
- isExternal: false
- name: ColorScheme
- nameWithType: ColorScheme.ColorScheme
- fullName: ColorScheme.ColorScheme
|