Skip to content

Commit

Permalink
feat: use LazyVim's generated lazygit theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2024
1 parent ece070f commit 7e01ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ alias bt "coredumpctl -1 gdb -A '-ex \"bt\" -q -batch' 2>/dev/null | awk '/Progr
abbr git hub
abbr topgit topgrade --only git_repos
abbr g hub

set -x LG_CONFIG_FILE /home/folke/.config/lazygit/config.yml,/home/folke/.cache/nvim/lazygit-theme.yml

alias lazygit "TERM=xterm-256color command lazygit"
abbr gg lazygit
abbr gl 'hub l --color | devmoji --log --color | less -rXF'
abbr gs "hub st"
Expand Down
16 changes: 0 additions & 16 deletions config/lazygit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ gui:
mainPanelSplitMode: flexible
language: auto
timeFormat: 02 Jan 06 15:04 MST
theme:
activeBorderColor:
- "#ff966c"
- bold
inactiveBorderColor:
- "#589ed7"
optionsTextColor:
- blue
selectedLineBgColor:
- "#2f334d"
cherryPickedCommitBgColor:
- cyan
cherryPickedCommitFgColor:
- blue
unstagedChangesColor:
- red
commitLength:
show: true
skipNoStagedFilesWarning: false
Expand Down

0 comments on commit 7e01ad2

Please sign in to comment.