Skip to content

Commit

Permalink
fix: code-block indentation (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Nirmit Joshi <nirmitjoshi@users.noreply.github.com>
  • Loading branch information
nirmitjoshi and nirmitjoshi committed Jan 24, 2024
1 parent 4ee9533 commit 9319e49
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,31 +67,31 @@ add flags to lazygit which will merge it from our presets.
<details>
<summary>config.yml</summary>

```
```yaml
gui:
# Use the mocha catppuccin theme
theme:
activeBorderColor:
- '#89b4fa'
- bold
inactiveBorderColor:
- '#a6adc8'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
selectedRangeBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#89b4fa'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
# Use the mocha catppuccin theme
theme:
activeBorderColor:
- '#89b4fa'
- bold
inactiveBorderColor:
- '#a6adc8'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
selectedRangeBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#89b4fa'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
```
</details>
4. Close and re-open lazygit to see your new theme!
Expand Down

0 comments on commit 9319e49

Please sign in to comment.