wtfutil / wtf

The personal information dashboard for your terminal
http://wtfutil.com
Mozilla Public License 2.0
15.71k stars 799 forks source link

wsl2 on Windows Terminal: config.yml settings overriden #1522

Open Seanstoppable opened 1 year ago

Seanstoppable commented 1 year ago

Discussed in https://github.com/wtfutil/wtf/discussions/1520

Originally posted by **tolga-balci** February 25, 2023 Hi, I have the following global color setting in my config.yml file: wtf: colors: border: focusable: "green" text: "black" grid: # How _wide_ the columns are, in terminal characters. In this case we have # four columns, each of which are 35 characters wide. columns: [35, 35, 35, 35, 35] # How _high_ the rows are, in terminal lines. In this case we have four rows # that support ten line of text and one of four. rows: [10, 10, 10, 10, 4] refreshInterval: 1 openFileUtil: "open" When I start wtfutil on WSL2 in Windows Terminal (both on Windows 10 and Windows 11), text color is overridden by Windows Terminal, especially on the light theme: ![wtutil-dark](https://user-images.githubusercontent.com/34794458/221356769-2996fa02-49f4-46c4-8ff4-943dda59ce57.png) ![wtutil-light](https://user-images.githubusercontent.com/34794458/221356773-fc37d5b8-34a7-486a-8d91-3f1413712739.png) Interestingly, the dashboard display works perfectly with dark themes, but completely messes up with light themes. Here is another example: ![wtfutil-tango-light](https://user-images.githubusercontent.com/34794458/221357001-f488cd47-7116-465d-a048-6da9ce47b04b.png) Any chance to give this a look? Many thanks!
stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.