vault backup: 2025-02-27 21:31:55

This commit is contained in:
sShemet
2025-02-27 21:31:55 +05:00
parent d7b3cf162c
commit cdbe7d110c
41 changed files with 369 additions and 845 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.30.1"
"version": "2.31.1"
}

View File

@@ -564,3 +564,13 @@
display: none;
}
}
.git-unified-diff-view,
.git-split-diff-view .cm-deletedLine .cm-changedText {
background-color: #ee443330;
}
.git-unified-diff-view,
.git-split-diff-view .cm-insertedLine .cm-changedText {
background-color: #22bb2230;
}