mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Fix posix colors
This commit is contained in:
@@ -44,7 +44,7 @@ namespace
|
||||
case white:
|
||||
return COLOR(0xF, "\033[0;97m", "<span class=\"terminal-white\">");
|
||||
case dark_gray:
|
||||
return COLOR(0x8, "\033[0;97m", "<span class=\"terminal-dark-gray\">");
|
||||
return COLOR(0x8, "\033[0;90m", "<span class=\"terminal-dark-gray\">");
|
||||
case gray:
|
||||
default:
|
||||
return get_reset_color();
|
||||
|
||||
Reference in New Issue
Block a user