mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03: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
Notes:
sideshowbarker
2024-07-17 22:00:00 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/fcc8bd6f8ee Pull-request: https://github.com/SerenityOS/serenity/pull/11464
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…
Reference in New Issue
Block a user