Open
Description
Discussed in #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:
Interestingly, the dashboard display works perfectly with dark themes, but completely messes up with light themes. Here is another example:
Any chance to give this a look?
Many thanks!