mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +00:00
Terminal: Tweak dark blue color.
This commit is contained in:
parent
a915dd7b27
commit
623847cf6d
Notes:
sideshowbarker
2024-07-19 15:57:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/623847cf6d2
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ static inline Color ansi_color(unsigned color)
|
|||
make_rgb(225, 56, 43), // Red
|
||||
make_rgb(57, 181, 74), // Green
|
||||
make_rgb(255, 199, 6), // Brown
|
||||
make_rgb(0, 11, 184), // Blue
|
||||
make_rgb(0, 111, 184), // Blue
|
||||
make_rgb(118, 38, 113), // Magenta
|
||||
make_rgb(44, 181, 233), // Cyan
|
||||
make_rgb(204, 204, 204), // LightGray
|
||||
|
|
Loading…
Add table
Reference in a new issue