|
| 1 | +# Format: <SettingName>: <Settingvalue> |
| 2 | +# Setting name must appear at start of line and there must be whitespace after the colon. |
| 3 | + |
| 4 | +# The main UI color |
| 5 | +UI.UI: 238, 232, 213 |
| 6 | + |
| 7 | +# Text color for the main UI |
| 8 | +UI.UI Text: 7, 54, 66 |
| 9 | + |
| 10 | +# Color of the main drop down menu |
| 11 | +UI.Menu: default |
| 12 | + |
| 13 | +# Color of menu items as the mouse moves over |
| 14 | +UI.Menu (highlighted): default |
| 15 | + |
| 16 | +# Color of menu items that are selected (showing sub menus) |
| 17 | +UI.Menu (selected): default |
| 18 | + |
| 19 | +# App border when app is active |
| 20 | +UI.App Border (active): default |
| 21 | + |
| 22 | +# App border when app is inactive |
| 23 | +UI.App Border (inactive): default |
| 24 | + |
| 25 | +# Color of the tab for the currently active panel |
| 26 | +UI.Panels.Active Tab: 88, 110, 117 |
| 27 | + |
| 28 | +# Text color for active tabs |
| 29 | +UI.Panels.Active Tab Text: 238, 232, 213 |
| 30 | + |
| 31 | +# Text color for inactive tabs |
| 32 | +UI.Panels.Inactive Tab Text: 88, 110, 117 |
| 33 | + |
| 34 | +# Color of tabs for inactive panels |
| 35 | +UI.Panels.Inactive Tab: 190, 190, 190 |
| 36 | + |
| 37 | +# Color of the scrollbar background |
| 38 | +UI.Panels.Scrollbar Background: default |
| 39 | + |
| 40 | +# Color of the scrollbar bar |
| 41 | +UI.Panels.Scrollbar Bar: default |
| 42 | + |
| 43 | +# Color of the map-scrollbar bar |
| 44 | +UI.Panels.MapScrollbar Bar: default |
| 45 | + |
| 46 | +# Color of the scrollbar bar when the mouse is hovering over |
| 47 | +UI.Panels.Scrollbar Bar (hover): default |
| 48 | + |
| 49 | +# Color of the scrollbar bar when being dragged |
| 50 | +UI.Panels.Scrollbar Bar (drag): default |
| 51 | + |
| 52 | +# Default text color for all text editor windows |
| 53 | +Editor.Text: 101, 123, 131 |
| 54 | + |
| 55 | +# Default background color for all text editor windows |
| 56 | +Editor.Background: 253, 246, 227 |
| 57 | + |
| 58 | +# Text Editor cursor (caret) color |
| 59 | +Editor.Cursor: default |
| 60 | + |
| 61 | +# Background color for the current line |
| 62 | +Editor.Current Line: 238,232,227 |
| 63 | + |
| 64 | +# Background color of selected text |
| 65 | +Editor.Selection Back: 131, 148, 186 |
| 66 | + |
| 67 | +# Foreground color of selected text. Use 'default' for no foreground color. |
| 68 | +Editor.Selection Fore: 255, 255, 255 |
| 69 | + |
| 70 | +# Text background color for text highlighted by the Find tool |
| 71 | +Editor.Find.Text Highlight: 220, 210, 100 |
| 72 | + |
| 73 | +# Text background color for text highlighted when renaming a symbol |
| 74 | +Editor.Rename Symbol Back: 255, 153, 0 |
| 75 | + |
| 76 | +# Text foreground color for text highlighted when renaming a symbol |
| 77 | +Editor.Rename Symbol Fore: 0, 0, 0 |
| 78 | + |
| 79 | +# Text editor text color |
| 80 | +Language.Text: default |
| 81 | + |
| 82 | +# Text editor background color |
| 83 | +Language.Background: default |
| 84 | + |
| 85 | +# Number |
| 86 | +Language.Number: 42, 161, 152 |
| 87 | + |
| 88 | +# C++ Keyword |
| 89 | +Language.Keyword: 133, 153, 0 |
| 90 | + |
| 91 | +# Preprocessor |
| 92 | +Language.Preprocessor: 203, 75, 22 |
| 93 | + |
| 94 | +# Comment |
| 95 | +Language.Comment: 147, 161, 161 |
| 96 | + |
| 97 | +# {} |
| 98 | +Language.Brace: default |
| 99 | + |
| 100 | +# () |
| 101 | +Language.Bracket: default |
| 102 | + |
| 103 | +# [] |
| 104 | +Language.SquareBracket: default |
| 105 | + |
| 106 | +# ; |
| 107 | +Language.SemiColon: 211, 54, 130 |
| 108 | + |
| 109 | +# C++ Operator |
| 110 | +Language.Operator: 211, 54, 130 |
| 111 | + |
| 112 | +# String |
| 113 | +Language.String: 42, 161, 152 |
| 114 | + |
| 115 | +# , |
| 116 | +Language.Comma: 211, 54, 130 |
| 117 | + |
| 118 | +# Class |
| 119 | +Language.Class: 181, 137, 0 |
| 120 | + |
| 121 | +# Function |
| 122 | +Language.Function: 108, 113, 196 |
| 123 | + |
| 124 | +# Member Function |
| 125 | +Language.MemberFunction: 108, 113, 196 |
| 126 | + |
| 127 | +# Enum |
| 128 | +Language.Enum: 181, 137, 0 |
| 129 | + |
| 130 | +# Enum Value |
| 131 | +Language.Enum Value: 181, 137, 0 |
| 132 | + |
| 133 | +# Variable |
| 134 | +Language.Variable: default |
| 135 | + |
| 136 | +# Member Variable |
| 137 | +Language.MemberVariable: 38, 139, 210 |
| 138 | + |
| 139 | +# Namespace |
| 140 | +Language.Namespace: 181, 137, 0 |
| 141 | + |
| 142 | +# Typedef |
| 143 | +Language.Typedef: 181, 137, 0 |
| 144 | + |
| 145 | +# C++ Type |
| 146 | +Language.Type: 181, 137, 0 |
| 147 | + |
| 148 | +# Line number colors |
| 149 | +Editor.Line Numbers: default |
| 150 | + |
| 151 | +# Margin color |
| 152 | +Editor.Margin: default |
| 153 | + |
| 154 | +# Build error |
| 155 | +Build.BuildError: 255, 0, 0 |
| 156 | + |
| 157 | +# Workspace tree node text |
| 158 | +TreeNodeText: 50, 50, 50 |
| 159 | + |
| 160 | +# Workspace active tree node text |
| 161 | +TreeNodeTextActive: 0, 0, 0 |
| 162 | + |
| 163 | +# Build warning |
| 164 | +Build.BuildWarning: 150, 100, 50 |
| 165 | + |
| 166 | +# Current symbol highlight color |
| 167 | +Editor.SymbolHighlight: default |
| 168 | + |
| 169 | +# Bookmark |
| 170 | +Editor.Bookmark: default |
| 171 | + |
| 172 | +# 10x output error |
| 173 | +UI.10xOutputError: 255, 120, 120 |
| 174 | + |
| 175 | +# 10x output warning |
| 176 | +UI.10xOutputWarning: 150, 100, 50 |
| 177 | + |
| 178 | +# Color of the matched text |
| 179 | +Search.TextMatch: 162, 209, 211 |
| 180 | + |
| 181 | +# color of the highlighted line in the Search panel |
| 182 | +Search.HighlightLineColour: 206, 233, 234 |
| 183 | + |
| 184 | +# Highlight the matching brace/bracket color |
| 185 | +Editor.Find.Brace/Bracket Highlight: default |
| 186 | + |
| 187 | +# Highlight the matching start/end bracket color |
| 188 | +Editor.Find.Bracket Highlight: default |
| 189 | + |
| 190 | +# Breakpoint |
| 191 | +Editor.Breakpoint: 255, 0, 0 |
| 192 | + |
| 193 | +# Whitespace |
| 194 | +Editor.Whitespace: default |
| 195 | + |
| 196 | +# Indent line |
| 197 | +Editor.IndentLine: default |
| 198 | + |
| 199 | +# Highlight for search results list |
| 200 | +UI.SearchHighlight: 255, 220, 140 |
| 201 | + |
| 202 | +# Autocomplete hover box background color |
| 203 | +Editor.AutocompleteBackColour: default |
| 204 | + |
| 205 | +# Autocomplete hover box foreground color |
| 206 | +Editor.AutocompleteForeColour: default |
| 207 | + |
| 208 | +# Autocomplete hover box border color |
| 209 | +Editor.AutocompleteBorderColour: default |
| 210 | + |
| 211 | +# Hover box background color |
| 212 | +Editor.HoverBoxBackColour: default |
| 213 | + |
| 214 | +# Hover box foreground color |
| 215 | +Editor.HoverBoxForeColour: default |
| 216 | + |
| 217 | +# Hover box border color |
| 218 | +Editor.HoverBoxBorderColour: default |
| 219 | + |
| 220 | +# Defined out code |
| 221 | +Language.DefinedOut: 140, 140, 140 |
| 222 | + |
| 223 | +# Edit box text selections, button toggle colors |
| 224 | +UI.UI Highlight: 0, 100, 200 |
| 225 | + |
| 226 | +# Vertical rulers |
| 227 | +Editor.VerticalRulers: default |
| 228 | + |
| 229 | +# Selected items (in list boxes etc) |
| 230 | +UI.UI Selected Item: 160, 200, 240 |
| 231 | + |
| 232 | +# Edit box text selections |
| 233 | +UI.UI Selected Text: 160, 200, 240 |
| 234 | + |
| 235 | +# 10x logo background |
| 236 | +UI.LogoBack: 160, 160, 164 |
| 237 | + |
| 238 | +# 10x logo foreground |
| 239 | +UI.LogoFore: 255, 255, 255 |
| 240 | + |
| 241 | +# Workspace tree node |
| 242 | +UI.WorkspaceTreeNode: 180, 180, 240 |
| 243 | + |
| 244 | +# Active workspace tree node |
| 245 | +UI.ActiveWorkspaceTreeNode: 130, 130, 255 |
| 246 | + |
| 247 | +# Workspace tree node border |
| 248 | +UI.WorkspaceTreeNodeBorder: 80, 80, 80 |
| 249 | + |
| 250 | +# Active workspace tree node border |
| 251 | +UI.ActiveWorkspaceTreeNodeBorder: 0, 0, 0 |
| 252 | + |
| 253 | +# Source file tree node |
| 254 | +UI.SourceFileTreeNode: 120, 170, 240 |
| 255 | + |
| 256 | +# Header file tree node |
| 257 | +UI.HeaderFileTreeNode: 80, 120, 170 |
| 258 | + |
| 259 | +# Misc file tree node |
| 260 | +UI.MiscFileTreeNode: 255, 255, 255 |
| 261 | + |
| 262 | +# Misc file tree node |
| 263 | +UI.FolderTreeNode: 255, 219, 79 |
| 264 | + |
| 265 | +# Name of a setting in a 10x settings file |
| 266 | +10x.Setting.Name: 60, 80, 210 |
| 267 | + |
| 268 | +# true setting valuea in a 10x settings file |
| 269 | +10x.Setting.True: 0, 0, 0 |
| 270 | + |
| 271 | +# false setting valuea in a 10x settings file |
| 272 | +10x.Setting.False: 255, 0, 0 |
| 273 | + |
| 274 | +# name of an html element |
| 275 | +Html.ElementName: 23, 45, 255 |
| 276 | + |
| 277 | +# name of an html attribute |
| 278 | +Html.AttributeName: 30, 121, 247 |
| 279 | + |
| 280 | +# html string |
| 281 | +Html.String: 62, 155, 174 |
| 282 | + |
| 283 | +# html operator |
| 284 | +Html.Operator: 90, 90, 90 |
| 285 | + |
| 286 | +# Document Heading |
| 287 | +Language.Heading: 255, 128, 0 |
| 288 | + |
| 289 | +# Bold text |
| 290 | +Language.Bold: 0, 0, 120 |
| 291 | + |
| 292 | +# Italic text |
| 293 | +Language.Italic: 0, 100, 200 |
| 294 | + |
| 295 | +# Document block quote |
| 296 | +Language.Blockquote: 100, 120, 140 |
| 297 | + |
| 298 | +# Document list item |
| 299 | +Language.ListItem: 0, 200, 150 |
| 300 | + |
| 301 | +# Url Link |
| 302 | +Language.Link: 100, 100, 255 |
| 303 | + |
| 304 | +# Document code block |
| 305 | +Language.CodeBlock: 90, 140, 160 |
| 306 | + |
| 307 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 308 | +Language.Custom1: 90, 190, 220 |
| 309 | + |
| 310 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 311 | +Language.Custom2: 255, 140, 0 |
| 312 | + |
| 313 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 314 | +Language.Custom3: 160, 160, 50 |
| 315 | + |
| 316 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 317 | +Language.Custom4: 91, 200, 71 |
| 318 | + |
| 319 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 320 | +Language.Custom5: 94, 115, 255 |
| 321 | + |
| 322 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 323 | +Language.Custom6: 214, 97, 216 |
| 324 | + |
| 325 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 326 | +Language.Custom7: 96, 153, 214 |
| 327 | + |
| 328 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 329 | +Language.Custom8: 122, 180, 5 |
| 330 | + |
| 331 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 332 | +Language.Custom9: 124, 157, 189 |
| 333 | + |
| 334 | +# Custom color defined in all color schemes that can be used in the syntax highlighting rules |
| 335 | +Language.Custom10: 214, 113, 113 |
| 336 | + |
| 337 | +# 10x settings file keywords |
| 338 | +10x.Setting.Keyword: 173, 235, 150 |
| 339 | + |
| 340 | +# Line endings |
| 341 | +Editor.LineEndings: default |
| 342 | + |
| 343 | +# Color of the selected line in search results |
| 344 | +UI.SelectedSearchResultLine: 155, 185, 222 |
| 345 | + |
| 346 | +# Collapse/expand buttons |
| 347 | +Editor.CollapseExpandButton: 0, 0, 0 |
| 348 | + |
| 349 | +# Color of the find match results in the scroll bar |
| 350 | +UI.ScrollBarFindMatchHighlight: 255, 0, 0 |
| 351 | + |
| 352 | +# Color of the current word match results in the scroll bar |
| 353 | +UI.ScrollBarWordMatchHighlight: default |
| 354 | + |
| 355 | +# Brace/bracket colour at depth 1 |
| 356 | +Editor.BraceDepth1: 0, 180, 180 |
| 357 | + |
| 358 | + |
| 359 | +# Brace/bracket colour at depth 2 |
| 360 | +Editor.BraceDepth2: 241, 130, 14 |
| 361 | + |
| 362 | + |
| 363 | +# Brace/bracket colour at depth 3 |
| 364 | +Editor.BraceDepth3: 246, 62, 11 |
| 365 | + |
| 366 | + |
| 367 | +# Brace/bracket colour at depth 4 |
| 368 | +Editor.BraceDepth4: 115, 167, 84 |
| 369 | + |
| 370 | + |
| 371 | +# Brace/bracket colour at depth 5 |
| 372 | +Editor.BraceDepth5: 218, 115, 246 |
| 373 | + |
| 374 | + |
| 375 | +# Brace/bracket colour at depth 6 |
| 376 | +Editor.BraceDepth6: 92, 119, 254 |
| 377 | + |
| 378 | + |
| 379 | +# Debugger step line |
| 380 | +Editor.DebuggerStepLine: default |
| 381 | + |
| 382 | + |
| 383 | +# Status bar line colour while debugging |
| 384 | +Editor.DebuggingStatusBarColour: default |
| 385 | + |
| 386 | + |
0 commit comments