mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
themes: fix comment
This commit is contained in:

committed by
Mitchell Hashimoto

parent
8c4cfc3bbb
commit
50c31ba173
@ -247,8 +247,8 @@ const c = @cImport({
|
|||||||
///
|
///
|
||||||
/// If the theme is not an absolute pathname, two different directories will be
|
/// If the theme is not an absolute pathname, two different directories will be
|
||||||
/// searched for a file name that matches the theme. This is case sensitive on
|
/// searched for a file name that matches the theme. This is case sensitive on
|
||||||
/// systems with case-sensitive filesystems. It is an error for it to include
|
/// systems with case-sensitive filesystems. It is an error for a theme name to
|
||||||
/// path separators.
|
/// include path separators unless it is an absolute pathname.
|
||||||
///
|
///
|
||||||
/// The first directory is the `themes` subdirectory of your Ghostty
|
/// 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_DIR/ghostty/themes` or
|
||||||
|
Reference in New Issue
Block a user