Skip to content

Commit

Permalink
feat: add lazygit theme extra
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Mar 26, 2024
1 parent 7ad27cf commit 920f867
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions extras/lazygit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://json.schemastore.org/lazygit.json
gui:
border: rounded
theme:
activeBorderColor:
- "#5ef1ff"
inactiveBorderColor:
- "#7b8496"
searchingActiveBorderColor:
- "#ff5ef1"
optionsTextColor:
- "#3c4048"
selectedLineBgColor:
- "#3c4048"
cherryPickedCommitBgColor:
- "#3c4048"
cherryPickedCommitFgColor:
- "#ff5ea0"
unstagedChangesColor:
- "#ffbd5e"
defaultFgColor:
- "#ffffff"

0 comments on commit 920f867

Please sign in to comment.