|
41 | 41 | <SolidColorBrush x:Key="PrimaryCharcoal300Brush" Color="{StaticResource PrimaryCharcoal300}" />
|
42 | 42 | <SolidColorBrush x:Key="LightGreyBrush" Color="{StaticResource LightGrey}" />
|
43 | 43 | <SolidColorBrush x:Key="LightMidGreyBrush" Color="{StaticResource LightMidGrey}" />
|
44 |
| - <SolidColorBrush x:Key="LightMidGreyOpacityBrush" Color="{StaticResource LightMidGrey}" Opacity="0.2" /> |
| 44 | + <SolidColorBrush x:Key="LightMidGreyOpacityBrush" |
| 45 | + Opacity="0.2" |
| 46 | + Color="{StaticResource LightMidGrey}" /> |
45 | 47 | <SolidColorBrush x:Key="MidGreyBrush" Color="{StaticResource MidGrey}" />
|
46 | 48 | <SolidColorBrush x:Key="DarkMidGreyBrush" Color="{StaticResource DarkMidGrey}" />
|
47 | 49 | <SolidColorBrush x:Key="DarkGreyBrush" Color="{StaticResource DarkGrey}" />
|
|
82 | 84 | <SolidColorBrush x:Key="NodeInfoColor" Color="{StaticResource Blue300}" />
|
83 | 85 | <SolidColorBrush x:Key="NodeWarningColor" Color="{StaticResource YellowOrange500}" />
|
84 | 86 | <SolidColorBrush x:Key="NodeErrorColor" Color="{StaticResource Red500}" />
|
85 |
| - <SolidColorBrush x:Key="NodePreviewColor" Color="#BBBBBB"/> |
86 |
| - <SolidColorBrush x:Key="NodeCustomColor" Color="#B385F2"/> |
| 87 | + <SolidColorBrush x:Key="NodePreviewColor" Color="#BBBBBB" /> |
| 88 | + <SolidColorBrush x:Key="NodeCustomColor" Color="#B385F2" /> |
87 | 89 |
|
88 | 90 | <SolidColorBrush x:Key="NodeOptionsButtonBackground" Color="#282828" />
|
89 | 91 | <SolidColorBrush x:Key="NodeDismissedWarningsGlyphForeground" Color="#4B4B4B" />
|
|
95 | 97 | <SolidColorBrush x:Key="NodeContextMenuBackgroundHighlight" Color="#808080" />
|
96 | 98 | <SolidColorBrush x:Key="NodeContextMenuSeparatorColor" Color="#AFAFAF" />
|
97 | 99 |
|
98 |
| - <SolidColorBrush x:Key="NodeSelectionTextColor" Color="#6ac0e7"/> |
| 100 | + <SolidColorBrush x:Key="NodeSelectionTextColor" Color="#6ac0e7" /> |
99 | 101 |
|
100 | 102 | <!-- Node colors in selected state -->
|
101 | 103 | <SolidColorBrush x:Key="outerBorderSelection" Color="#4192d9" />
|
102 | 104 |
|
103 |
| - <!-- NodeLabel colors --> |
104 |
| - <SolidColorBrush x:Key="stringLabelBackground" |
105 |
| - Color="#E0A86F" /> |
106 |
| - <SolidColorBrush x:Key="numberLabelBackground" |
107 |
| - Color="#6AC0E7" /> |
108 |
| - <SolidColorBrush x:Key="objectLabelBackground" |
109 |
| - Color="#EEEEEE" /> |
110 |
| - <SolidColorBrush x:Key="boolLabelBackground" |
111 |
| - Color="#F9F9A5" /> |
112 |
| - <SolidColorBrush x:Key="nullLabelBackground" |
113 |
| - Color="#F9F9A5" /> |
114 |
| - |
115 |
| - <!-- Node Autocomplete --> |
| 105 | + <!-- NodeLabel colors --> |
| 106 | + <SolidColorBrush x:Key="stringLabelBackground" Color="#E0A86F" /> |
| 107 | + <SolidColorBrush x:Key="numberLabelBackground" Color="#6AC0E7" /> |
| 108 | + <SolidColorBrush x:Key="objectLabelBackground" Color="#EEEEEE" /> |
| 109 | + <SolidColorBrush x:Key="boolLabelBackground" Color="#F9F9A5" /> |
| 110 | + <SolidColorBrush x:Key="nullLabelBackground" Color="#F9F9A5" /> |
| 111 | + |
| 112 | + <!-- Node Autocomplete --> |
116 | 113 | <SolidColorBrush x:Key="autocompletionWindow" Color="#535353" />
|
117 | 114 | <SolidColorBrush x:Key="AutocompletionWindowFontColor" Color="#F5F5F5" />
|
118 | 115 |
|
|
131 | 128 | <SolidColorBrush x:Key="HighlightedBrush" Color="#424242" />
|
132 | 129 | <SolidColorBrush x:Key="DisabledForegroundBrush" Color="#949494" />
|
133 | 130 |
|
134 |
| -<!-- Extensions Sidebar --> |
| 131 | + <!-- Extensions Sidebar --> |
135 | 132 | <SolidColorBrush x:Key="BorderBrushWhite" Color="#FF3F4040" />
|
136 | 133 | <SolidColorBrush x:Key="FeedbackSectionBackground" Color="#4192D9" />
|
137 | 134 | <SolidColorBrush x:Key="ExtensionBackgroundColor" Color="#353535" />
|
|
184 | 181 | <!-- Connector -->
|
185 | 182 | <SolidColorBrush x:Key="ConnectorHoverStateColor" Color="#808080" />
|
186 | 183 |
|
187 |
| - <!-- Modal Pattern --> |
| 184 | + <!-- Modal Pattern --> |
188 | 185 |
|
189 | 186 | <!-- TextBlock Link -->
|
190 | 187 | <SolidColorBrush x:Key="TextBlockLinkForegroundColor" Color="{StaticResource Blue350}" />
|
191 | 188 |
|
192 | 189 | <!-- TextBlock Link Dark -->
|
193 | 190 | <SolidColorBrush x:Key="TextBlockLinkForegroundColorDark" Color="{StaticResource Blue450}" />
|
194 | 191 |
|
195 |
| - <!-- TextBlock ToolTip color --> |
| 192 | + <!-- TextBlock ToolTip color --> |
196 | 193 | <SolidColorBrush x:Key="TextBlockToolTipDescriptionColor" Color="{StaticResource DarkerGrey}" />
|
197 | 194 |
|
198 |
| - <!-- TextEditor brush color --> |
| 195 | + <!-- TextEditor brush color --> |
199 | 196 | <SolidColorBrush x:Key="TextEditorBrush" Color="#353535" />
|
200 | 197 |
|
201 | 198 | <!-- Custom ToolTip border color -->
|
|
0 commit comments