Skip to content

dsu Themes

Gene M. Angelo, Jr edited this page Jan 10, 2024 · 4 revisions

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

image

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

image
image

Use the "lemon" theme

dsu theme use lemon

dsu t u lemon # Equivalent to the above, only using shortcuts

image
image

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

image
(cont.)
image