update theme
parent
3751cea018
commit
cfefe9a22d
|
@ -95,7 +95,7 @@
|
|||
hunk-header-decoration-style = blue box
|
||||
hunk-header-file-style = red
|
||||
hunk-header-line-number-style = hoopoe.dark-green-2
|
||||
hunk-header-style = file #line-number syntax
|
||||
hunk-header-style = file line-number syntax
|
||||
syntax-theme = GitHub
|
||||
zero-style = syntax
|
||||
|
||||
|
@ -296,3 +296,42 @@
|
|||
bold yellow => syntax "#f4ffe0"
|
||||
zero-style = syntax
|
||||
whitespace-error-style = "#aaaaaa"
|
||||
|
||||
[delta "chameleon"]
|
||||
#author: https://github.com/AirOnSkin
|
||||
dark = true
|
||||
line-numbers = true
|
||||
side-by-side = true
|
||||
keep-plus-minus-markers = false
|
||||
syntax-theme = Nord
|
||||
file-style = "#434C5E" bold
|
||||
file-decoration-style = "#434C5E" ul
|
||||
file-added-label = [+]
|
||||
file-copied-label = [==]
|
||||
file-modified-label = [*]
|
||||
file-removed-label = [-]
|
||||
file-renamed-label = [->]
|
||||
hunk-header-style = omit
|
||||
line-numbers-left-format = " {nm:>3} │"
|
||||
line-numbers-left-style = red
|
||||
line-numbers-right-format = " {np:>3} │"
|
||||
line-numbers-right-style = green
|
||||
line-numbers-minus-style = red italic black
|
||||
line-numbers-plus-style = green italic black
|
||||
line-numbers-zero-style = "#434C5E" italic
|
||||
minus-style = bold red
|
||||
minus-emph-style = bold "#202020" "#FF5555"
|
||||
minus-non-emph-style = bold
|
||||
plus-style = bold green
|
||||
plus-emph-style = bold "#202020" "#50FA7B"
|
||||
plus-non-emph-style = bold
|
||||
zero-style = syntax
|
||||
blame-code-style = syntax
|
||||
blame-format = "{author:<18} ({commit:>9}) {timestamp:^16}"
|
||||
blame-palette = "#2E3440" "#3B4252" "#434C5E" "#4C566A"
|
||||
merge-conflict-begin-symbol = ~
|
||||
merge-conflict-end-symbol = ~
|
||||
merge-conflict-ours-diff-header-style = "#F1FA8C" bold
|
||||
merge-conflict-ours-diff-header-decoration-style = "#434C5E" box
|
||||
merge-conflict-theirs-diff-header-style = "#F1FA8C" bold
|
||||
merge-conflict-theirs-diff-header-decoration-style = "#434C5E" box
|
||||
|
|
Loading…
Reference in New Issue