Skip to content

Commit

Permalink
docs: add FAQ section with note about true color support (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Mar 24, 2024
1 parent 4e8a153 commit 6bc3094
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ base = "#000000"
mantle = "#010101"
crust = "#020202"
```

## FAQ

### The theme isn't loading or working properly

Make sure the theme is in the correct directory and the `theme` field in your `config.toml` is set correctly.

If the theme is still not working, it may be due to true color support. Make sure your terminal emulator supports true color and is configured correctly. If you are certain that your terminal emulator supports true color, then you can try overriding Helix's true color detection in your config file as follows:

```toml
[editor]
true-color = true
```

If you still can't get the theme to work, please [open an issue](https://github.com/catppuccin/helix/issues)!

## Building the themes

Expand Down

0 comments on commit 6bc3094

Please sign in to comment.