diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-01-25 17:30:25 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-01-25 17:30:25 -0500 |
| commit | 8bbe8eddbfa33521646450013bf1b0de098d6819 (patch) | |
| tree | b0315afe27aea6f36ba87d78fd4d5b975914d9e4 | |
| parent | 56b43d04451ece72603ff31c9c4d5696ce47ab2c (diff) | |
| download | dotfiles-8bbe8eddbfa33521646450013bf1b0de098d6819.tar.gz dotfiles-8bbe8eddbfa33521646450013bf1b0de098d6819.tar.xz | |
Add note and font size for MacOS
| -rw-r--r-- | dotfiles/ghostty/config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config index ef2300b..aba8b6c 100644 --- a/dotfiles/ghostty/config +++ b/dotfiles/ghostty/config @@ -1,10 +1,13 @@ -theme = GruvboxLight +# theme = GruvboxLight +theme = GruvboxDark # theme = nord font-family = "IBM 3270" -font-size = 13 -# font-size = 8 +# Linux +# font-size = 13 +# Mac +font-size = 14 # window-theme = ghostty # gtk-titlebar = false |
