···11+theme = catppuccin-mocha.conf
22+33+# This is the configuration file for Ghostty.
44+#
55+# This template file has been automatically created at the following
66+# path since Ghostty couldn't find any existing config files on your system:
77+#
88+# /home/kacaii/.config/ghostty/config
99+#
1010+# The template does not set any default options, since Ghostty ships
1111+# with sensible defaults for all options. Users should only need to set
1212+# options that they want to change from the default.
1313+#
1414+# Run `ghostty +show-config --default --docs` to view a list of
1515+# all available config options and their default values.
1616+#
1717+# Additionally, each config option is also explained in detail
1818+# on Ghostty's website, at https://ghostty.org/docs/config.
1919+#
2020+# Ghostty can reload the configuration while running by using the menu
2121+# options or the bound key (default: Command + Shift + comma on macOS and
2222+# Control + Shift + comma on other platforms). Not all config options can be
2323+# reloaded while running; some only apply to new windows and others may require
2424+# a full restart to take effect.
2525+2626+# Config syntax crash course
2727+# ==========================
2828+# # The config file consists of simple key-value pairs,
2929+# # separated by equals signs.
3030+# font-family = Iosevka
3131+# window-padding-x = 2
3232+#
3333+# # Spacing around the equals sign does not matter.
3434+# # All of these are identical:
3535+# key=value
3636+# key= value
3737+# key =value
3838+# key = value
3939+#
4040+# # Any line beginning with a # is a comment. It's not possible to put
4141+# # a comment after a config option, since it would be interpreted as a
4242+# # part of the value. For example, this will have a value of "#123abc":
4343+# background = #123abc
4444+#
4545+# # Empty values are used to reset config keys to default.
4646+# key =
4747+#
4848+# # Some config options have unique syntaxes for their value,
4949+# # which is explained in the docs for that config option.
5050+# # Just for example:
5151+# resize-overlay-duration = 4s 200ms