We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb5829 commit 5ea762aCopy full SHA for 5ea762a
README.md
@@ -691,7 +691,7 @@ theme based on the OS theme. The following snippet uses the `default` theme when
691
and the `GitHub` theme when in the _light mode_.
692
693
```bash
694
-alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"
+alias cat="bat --theme auto:system --theme-dark default --theme-light GitHub"
695
```
696
697
0 commit comments