File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -208,3 +208,6 @@ Open the inspector with ctrl-o
208208| Esc | Close the inspector, returning to the shell |
209209| ctrl+o | Close the inspector, returning to search view |
210210| ctrl+d | Delete the inspected item from the history |
211+ | ⬆ | Inspect the previous item in the history |
212+ | ⬇ | Inspect the next item in the history |
213+ | tab | Select current item and edit |
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Where `THEMENAME` is a known theme. The following themes are available out-of-th
2222* default theme (can be explicitly referenced with an empty name ` "" ` )
2323* ` autumn ` theme
2424* ` marine ` theme
25+ * ` (none) ` theme (removes all styling)
2526
2627These are present to ensure users and developers can try out theming, but in general, you
2728will need to download themes or make your own.
@@ -102,6 +103,10 @@ where not all of the *Meanings* need to be explicitly defined. If they are absen
102103then the color will be chosen from the parent theme, if one is defined, or if that
103104key is missing in the ` theme ` block, from the default theme.
104105
106+ If the entire named theme is missing, which is inherently an error, then the theme
107+ will drop to ` (none) ` and leave Atuin unstyled, rather than trying to fallback to
108+ the any default, or other, theme.
109+
105110This theme file should be moved to ` ~/.config/atuin/themes/my-theme.toml ` and the
106111following added to ` ~/.config/atuin/config.toml ` :
107112
You can’t perform that action at this time.
0 commit comments