Correct `$XDG_CONFIG_DIR` to `$XDG_CONFIG_HOME` in theme documentation.
parent
3f6c02b49e
commit
468bfce091
|
|
@ -77,7 +77,7 @@ const ThemeListElement = struct {
|
|||
/// Two different directories will be searched for themes.
|
||||
///
|
||||
/// The first directory is the `themes` subdirectory of your Ghostty
|
||||
/// configuration directory. This is `$XDG_CONFIG_DIR/ghostty/themes` or
|
||||
/// configuration directory. This is `$XDG_CONFIG_HOME/ghostty/themes` or
|
||||
/// `~/.config/ghostty/themes`.
|
||||
///
|
||||
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
||||
|
|
|
|||
|
|
@ -410,7 +410,7 @@ pub const renamed = std.StaticStringMap([]const u8).initComptime(&.{
|
|||
/// include path separators unless it is an absolute pathname.
|
||||
///
|
||||
/// The first directory is the `themes` subdirectory of your Ghostty
|
||||
/// configuration directory. This is `$XDG_CONFIG_DIR/ghostty/themes` or
|
||||
/// configuration directory. This is `$XDG_CONFIG_HOME/ghostty/themes` or
|
||||
/// `~/.config/ghostty/themes`.
|
||||
///
|
||||
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
||||
|
|
|
|||
Loading…
Reference in New Issue