git pager change + wezterm colors
This commit is contained in:
parent
aa37daf57c
commit
d78b01722d
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue