-
Notifications
You must be signed in to change notification settings - Fork 1
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.
You can display a list of available dsu
themes.
dsu theme list
dsu theme list
dsu t l # Equivalent to the above, only using shortcuts
You can tell dsu
to use a particular theme.
dsu theme use [THEME_NAME]
dsu theme use cherry
dsu t u cherry # Equivalent to the above, only using shortcuts
dsu theme use lemon
dsu t u lemon # Equivalent to the above, only using shortcuts
You can have dsu
display the details of any theme.
dsu theme show THEME_NAME
dsu theme show matrix
dsu t s matrix # Equivalent to the above, only using shortcuts
(cont.)