Replies: 1 comment
-
You can add custom colours to btm in the default config file, see this section in the documentation. So you could grab the colour palette for solarized-light and add them as desired. Once you add it, when you run bottom, it should use those colours instead. In the default config file, the lines are actually already there, just commented out. So look for something like: #[colors] # Uncomment if you want to use custom colors
# Represents the colour of table headers (processes, CPU, disks, temperature).
#table_header_color="LightBlue" And uncomment the first line and any other lines you want to set colours for: [colors]
# Represents the colour of table headers (processes, CPU, disks, temperature).
table_header_color="Red" Unfortunately this is the only real way to set colours as of now, there's no preview system or live updates. There also isn't really a difference between setting colours for a light or dark background. For example, if the default text colour is unreadable on a light terminal, just set it to a darker colour. |
Beta Was this translation helpful? Give feedback.
-
could you please add a couple of lines how one could run btm so the colors are visible on light background terminal windows like solarized-light?
Beta Was this translation helpful? Give feedback.
All reactions