Alternate Lazygit Styling #36
pkazmier
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
|
I also started to tune my 'delta' config in [delta "oasis"]
dark = true
syntax-theme = oasis-lagoon-dark
line-numbers = true
side-by-side = true
file-style = brightwhite
file-decoration-style = none
file-added-label = [+]
file-copied-label = [==]
file-modified-label = [*]
file-removed-label = [-]
file-renamed-label = [->]
hunk-header-decoration-style = "#3AACFD" box ul
plus-style = syntax "#22385C"
plus-emph-style = brightblack brightyellow bold
minus-style = syntax "#22385C"
minus-emph-style = brightblack brightyellow bold
line-numbers-minus-style = brightblack brightred bold
line-numbers-plus-style = brightblack brightgreen bold
line-numbers-left-style = "#3b6a87"
line-numbers-right-style = "#3b6a87"
line-numbers-zero-style = "#3b6a87"
; haven't tuned anything below this point
zero-style = syntax
whitespace-error-style = black bold
blame-code-style = syntax
blame-palette = "#161617" "#1b1b1d" "#2a2a2d" "#3e3e43"
merge-conflict-begin-symbol = ~
merge-conflict-end-symbol = ~
merge-conflict-ours-diff-header-style = yellow bold
merge-conflict-ours-diff-header-decoration-style = "#3e3e43" box
merge-conflict-theirs-diff-header-style = yellow bold
merge-conflict-theirs-diff-header-decoration-style = "#3e3e43" box |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tuned 'lazygit' styling a bit:
activeBorderColorfrompalette.ui.lineNumbertosecondaryas I felt line number orange (in lagoon at least) was much too saturated and that the secondary fits better with the overall aesthetic.selectedLineBgColorfrompalette.ui.cursorLinetosurfaceas I launch lazygit quite often within neovim, which opens it in a float. Unfortunately, the float bg color is the same as the cursor line, so when in neovim in lazygit, I was unable to see the lazygit cursor line.Beta Was this translation helpful? Give feedback.
All reactions