Compare commits

..

2 commits

Author SHA1 Message Date
fdc58d1328
colors be crazy 2024-06-21 13:28:27 -05:00
5333be3ef1
fieldnotes ftw 2024-06-21 13:23:25 -05:00
2 changed files with 19 additions and 10 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env bash
GIT_DIR="${HOME}/stuff/notes"
notes
notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
# notes
fn add
notify-send "fieldnotes" "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"

View file

@ -1,6 +1,7 @@
git:
# see ~/.config/git/config
branchLogCmd: "git l"
branchLogCmd: "git l --color=always"
allBranchesLogCmd: "git log --color=always"
paging:
colorArg: always
pager: delta --dark --paging=never
@ -13,7 +14,7 @@ customCommands:
context: "files"
gui:
nerdFontsVersion: 3
nerdFontsVersion: "3"
showIcons: true
showFileTree: true
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
@ -23,19 +24,26 @@ gui:
- bold
inactiveBorderColor:
- '#a6adc8'
searchingActiveBorderColor:
- '#f9e2af'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#f5e0dc'
cherryPickedCommitBgColor:
- '#45475a'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'
#
# # Foreground color of marked base commit (for rebase)
# markedBaseCommitFgColor:
# - blue
# # Background color of marked base commit (for rebase)
# markedBaseCommitBgColor:
# - yellow