cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
10.99k stars 768 forks source link

Color scheme for the bottom section #298

Closed paulharris closed 1 year ago

paulharris commented 1 year ago

dashboard -style syntax_highlighting XXX will set the colours for the 'Source' section, but it doesn't seem to affect the very bottom printout area where you type gdb commands and get output results.

Is there a way to apply the monokai (or other) syntax highlighting to this bottom part too?

See how the bottom line, you can only see return :: (fds, ...); ie the function part of the line is black for some stupid reason. I had hoped gdb-dashboard would fix that too.

image

cyrus-and commented 1 year ago

This isn't something that I'm directly in control of. The related documentation page mention that it's using Pygments, but it doesn't specify how to change the theme.

If you find out how to do that, I might consider synching that setting with the dashboard -style syntax_highlighting attribute.

Closing this as I don't think it's possible, but feel free to comment if you discover anything.