dsu Themes - gangelo/dsu GitHub Wiki
dsu has themes that are applied when displaying data in your terminal.
Listing themes
You can display a list of available dsu themes.
dsu theme list
Examples
dsu theme list
dsu t l # Equivalent to the above, only using shortcuts
Using a theme
You can tell dsu to use a particular theme.
dsu theme use [THEME_NAME]
Examples
Use the "cherry" theme
dsu theme use cherry
dsu t u cherry # Equivalent to the above, only using shortcuts
Use the "lemon" theme
dsu theme use lemon
dsu t u lemon # Equivalent to the above, only using shortcuts
Showing a theme
You can have dsu display the details of any theme.
dsu theme show THEME_NAME
Examples
Show the "matrix" theme
dsu theme show matrix
dsu t s matrix # Equivalent to the above, only using shortcuts