Skip to content

Commit fc93cf8

Browse files
committed
feat(inspector|themeing): update for atuin#2319 with theme and navigable inspector
1 parent ac90fdf commit fc93cf8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/content/docs/configuration/key-binding.mdx

+3
Original file line numberDiff line numberDiff 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 |

src/content/docs/guide/theming.mdx

+5
Original file line numberDiff line numberDiff 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

2627
These are present to ensure users and developers can try out theming, but in general, you
2728
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
102103
then the color will be chosen from the parent theme, if one is defined, or if that
103104
key 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+
105110
This theme file should be moved to `~/.config/atuin/themes/my-theme.toml` and the
106111
following added to `~/.config/atuin/config.toml`:
107112

0 commit comments

Comments
 (0)