mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
Base: Add support for the default XTerm color scheme
Finally, the "Color Scheme" combo box gets an option besides "Default".
This commit is contained in:
parent
d8e383edd0
commit
fcc8bd6f8e
1 changed files with 26 additions and 0 deletions
26
Base/res/terminal-colors/XTerm.ini
Normal file
26
Base/res/terminal-colors/XTerm.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=true
|
||||
|
||||
[Primary]
|
||||
Background=#000000
|
||||
Foreground=#ffffff
|
||||
|
||||
[Normal]
|
||||
Black=#000000
|
||||
Red=#800000
|
||||
Green=#008000
|
||||
Yellow=#808000
|
||||
Blue=#000080
|
||||
Magenta=#800080
|
||||
Cyan=#008080
|
||||
White=#c0c0c0
|
||||
|
||||
[Bright]
|
||||
Black=#808080
|
||||
Red=#ff0000
|
||||
Green=#00ff00
|
||||
Yellow=#ffff00
|
||||
Blue=#0000ff
|
||||
Magenta=#ff00ff
|
||||
Cyan=#00ffff
|
||||
White=#ffffff
|
Loading…
Add table
Add a link
Reference in a new issue