mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
config: update themes docs
This commit is contained in:
@ -163,6 +163,11 @@ const c = @cImport({
|
|||||||
/// Any additional colors specified via background, foreground, palette,
|
/// Any additional colors specified via background, foreground, palette,
|
||||||
/// etc. will override the colors specified in the theme.
|
/// etc. will override the colors specified in the theme.
|
||||||
///
|
///
|
||||||
|
/// This configuration can be changed at runtime, but the new theme will
|
||||||
|
/// only affect new cells. Existing colored cells will not be updated.
|
||||||
|
/// Therefore, after changing the theme, you should restart any running
|
||||||
|
/// programs to ensure they get the new colors.
|
||||||
|
///
|
||||||
/// A future update will allow custom themes to be installed in
|
/// A future update will allow custom themes to be installed in
|
||||||
/// certain directories.
|
/// certain directories.
|
||||||
theme: ?[]const u8 = null,
|
theme: ?[]const u8 = null,
|
||||||
|
Reference in New Issue
Block a user