littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

Create more things #18

Closed littlewhitecloud closed 1 year ago

littlewhitecloud commented 1 year ago
Moosems commented 1 year ago

I would make this act more like a ttk widget rather than force a theme, this could be put in the example though and in the if main statement :D.

Moosems commented 1 year ago

I think we should keep the scrollbars.

Moosems commented 1 year ago

Dark and light themes probably isn't the way to go but instead I'd allow a custom tkinter theme as those are much better for everyone then just a dark or light mode. I keep my applications not stuck in sv_ttk and it'd be a drawback if I was forced to use it.

littlewhitecloud commented 1 year ago

Dark and light themes probably isn't the way to go but instead I'd allow a custom tkinter theme as those are much better for everyone then just a dark or light mode. I keep my applications not stuck in sv_ttk and it'd be a drawback if I was forced to use it.

image I mean the Text widget is black, should we make a light one?

littlewhitecloud commented 1 year ago

nvm, just do it in other pr.

Moosems commented 1 year ago

What is the point of the auto hiding scroll bars? Will they reappear ever?