1
0
Fork 0

git pager change + wezterm colors

This commit is contained in:
zymon 2024-10-11 17:45:46 +02:00
parent aa37daf57c
commit d78b01722d
2 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,7 @@
[core]
editor = nvim
pager = delta
pager = delta
[init]
defaultBranch = main
@ -25,6 +25,3 @@
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
lg = lg1
[maintenance]
repo = /home/zymon/r/test.git

View file

@ -17,8 +17,8 @@ return {
{ key = 'v', mods = 'ALT', action = act.PasteFrom 'PrimarySelection' },
},
window_background_opacity = 0.7,
text_background_opacity = 0.3,
color_scheme = 'Tokyo Night',
text_background_opacity = 1.0,
color_scheme = 'tokyonight_night',
hide_tab_bar_if_only_one_tab = true,
font_size = 10.0,
warn_about_missing_glyphs = false,