diff options
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/terminal-colors/Default.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Base/res/terminal-colors/Default.ini b/Base/res/terminal-colors/Default.ini index e5a9b73860..f71538de2f 100644 --- a/Base/res/terminal-colors/Default.ini +++ b/Base/res/terminal-colors/Default.ini @@ -1,7 +1,14 @@ +[Options] +; Specifies whether bold text is displayed using bright colors. +ShowBoldTextAsBright=true + +; Default text and background colors [Primary] Background=#000000 Foreground=#ffffff +; Normal named colors +; These correspond to ANSI colors 0-7. [Normal] Black=#000000 Red=#cc0000 @@ -12,6 +19,8 @@ Magenta=#75507b Cyan=#06989a White=#eeeec +; Bright named colors +; These correspond to ANSI colors 8-15. [Bright] Black=#555753 Red=#ef2929 |