File tree 2 files changed +8
-0
lines changed
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
208
208
| Esc | Close the inspector, returning to the shell |
209
209
| ctrl+o | Close the inspector, returning to search view |
210
210
| 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
22
22
* default theme (can be explicitly referenced with an empty name ` "" ` )
23
23
* ` autumn ` theme
24
24
* ` marine ` theme
25
+ * ` (none) ` theme (removes all styling)
25
26
26
27
These are present to ensure users and developers can try out theming, but in general, you
27
28
will 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
102
103
then the color will be chosen from the parent theme, if one is defined, or if that
103
104
key is missing in the ` theme ` block, from the default theme.
104
105
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
+
105
110
This theme file should be moved to ` ~/.config/atuin/themes/my-theme.toml ` and the
106
111
following added to ` ~/.config/atuin/config.toml ` :
107
112
You can’t perform that action at this time.
0 commit comments