themes: Implement Bright Black and Bright White colors (#36761)
Before: <img width="356" height="50" alt="image" src="https://github.com/user-attachments/assets/c4f4ae53-8820-4f22-b306-2e5062cfe552" /> After: <img width="340" height="41" alt="image" src="https://github.com/user-attachments/assets/8e69d9dc-5640-4e41-845d-f299fc5954e3" /> Release Notes: - Fixed ANSI Bright Black and Bright White colors
This commit is contained in:
parent
608495ec2f
commit
f74281b2ec
3 changed files with 12 additions and 12 deletions
|
@ -93,7 +93,7 @@
|
|||
"terminal.ansi.bright_cyan": "#4c806fff",
|
||||
"terminal.ansi.dim_cyan": "#cbf2e4ff",
|
||||
"terminal.ansi.white": "#bfbdb6ff",
|
||||
"terminal.ansi.bright_white": "#bfbdb6ff",
|
||||
"terminal.ansi.bright_white": "#fafafaff",
|
||||
"terminal.ansi.dim_white": "#787876ff",
|
||||
"link_text.hover": "#5ac1feff",
|
||||
"conflict": "#feb454ff",
|
||||
|
@ -479,7 +479,7 @@
|
|||
"terminal.ansi.bright_cyan": "#ace0cbff",
|
||||
"terminal.ansi.dim_cyan": "#2a5f4aff",
|
||||
"terminal.ansi.white": "#fcfcfcff",
|
||||
"terminal.ansi.bright_white": "#fcfcfcff",
|
||||
"terminal.ansi.bright_white": "#ffffffff",
|
||||
"terminal.ansi.dim_white": "#bcbec0ff",
|
||||
"link_text.hover": "#3b9ee5ff",
|
||||
"conflict": "#f1ad49ff",
|
||||
|
@ -865,7 +865,7 @@
|
|||
"terminal.ansi.bright_cyan": "#4c806fff",
|
||||
"terminal.ansi.dim_cyan": "#cbf2e4ff",
|
||||
"terminal.ansi.white": "#cccac2ff",
|
||||
"terminal.ansi.bright_white": "#cccac2ff",
|
||||
"terminal.ansi.bright_white": "#fafafaff",
|
||||
"terminal.ansi.dim_white": "#898a8aff",
|
||||
"link_text.hover": "#72cffeff",
|
||||
"conflict": "#fecf72ff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue