Skip to content

Commit

Permalink
docs: improve ghostty readme
Browse files Browse the repository at this point in the history
Use theme name instead of absolute path
  • Loading branch information
Arelav committed Dec 27, 2024
1 parent 45d22cf commit faf216a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions extras/ghostty/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
To use any of these themes in Ghostty, just clone the tokyonight repo
and set the theme to the absolute path of the theme file.
Create ` ~/.config/ghostty/themes`
and download theme file into `themes` directory.
Then in `~/.config/ghostty/config` chose the theme.

Example:

```ini
theme = "/home/folke/projects/tokyonight.nvim/extras/ghostty/tokyonight_night"
theme = "tokyonight_night"
```

For full list of installed themes:
`ghostty +list-themes`

0 comments on commit faf216a

Please sign in to comment.