mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-02 07:07:02 +02:00
adjusted diff colors
This commit is contained in:
parent
321763de59
commit
9ee329af73
4 changed files with 16 additions and 16 deletions
|
|
@ -62,12 +62,12 @@
|
|||
"light": "#1f1f26"
|
||||
},
|
||||
"diffAdded": {
|
||||
"dark": "#2B3328",
|
||||
"light": "#2B3328"
|
||||
"dark": "#76946A",
|
||||
"light": "#76946A"
|
||||
},
|
||||
"diffRemoved": {
|
||||
"dark": "#43242B",
|
||||
"light": "#43242B"
|
||||
"dark": "#C34043",
|
||||
"light": "#C34043"
|
||||
},
|
||||
"diffContext": {
|
||||
"dark": "#1f1f26",
|
||||
|
|
|
|||
|
|
@ -62,12 +62,12 @@
|
|||
"light": "#2a2c35"
|
||||
},
|
||||
"diffAdded": {
|
||||
"dark": "#2B3328",
|
||||
"light": "#2B3328"
|
||||
"dark": "#76946A",
|
||||
"light": "#76946A"
|
||||
},
|
||||
"diffRemoved": {
|
||||
"dark": "#43242B",
|
||||
"light": "#43242B"
|
||||
"dark": "#C34043",
|
||||
"light": "#C34043"
|
||||
},
|
||||
"diffContext": {
|
||||
"dark": "#2a2c35",
|
||||
|
|
|
|||
|
|
@ -62,12 +62,12 @@
|
|||
"light": "#e2e1df"
|
||||
},
|
||||
"diffAdded": {
|
||||
"dark": "#b7d0ae",
|
||||
"light": "#b7d0ae"
|
||||
"dark": "#6e915f",
|
||||
"light": "#6e915f"
|
||||
},
|
||||
"diffRemoved": {
|
||||
"dark": "#d9a594",
|
||||
"light": "#d9a594"
|
||||
"dark": "#d7474b",
|
||||
"light": "#d7474b"
|
||||
},
|
||||
"diffContext": {
|
||||
"dark": "#e2e1df",
|
||||
|
|
|
|||
|
|
@ -62,12 +62,12 @@
|
|||
"light": "#1C1E25"
|
||||
},
|
||||
"diffAdded": {
|
||||
"dark": "#2B3328",
|
||||
"light": "#2B3328"
|
||||
"dark": "#76946A",
|
||||
"light": "#76946A"
|
||||
},
|
||||
"diffRemoved": {
|
||||
"dark": "#43242B",
|
||||
"light": "#43242B"
|
||||
"dark": "#C34043",
|
||||
"light": "#C34043"
|
||||
},
|
||||
"diffContext": {
|
||||
"dark": "#1C1E25",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue