Refactor based on objdiff v3.0.0-alpha.1

This commit is contained in:
Luke Street
2025-03-02 22:55:54 -07:00
parent 0791f6a148
commit 4050ec4d95
33 changed files with 3439 additions and 6399 deletions
+13 -11
View File
@@ -27,23 +27,25 @@
color: white;
background-color: #aa8b00;
}
.line-number {
color: var(--line-number-foreground);
}
.diff_any {
.diff-any {
background-color: rgba(255, 255, 255, 0.02);
}
.diff_change {
.segment-dim {
color: var(--line-number-foreground);
}
.segment-bright {
color: var(--color-bright);
}
.segment-replace {
color: var(--color-blue);
}
.diff_add {
color: var(--color-green);
}
.diff_remove {
.segment-delete {
color: var(--color-red);
}
.symbol {
color: light-dark(black, white);
.segment-insert {
color: var(--color-green);
}
.rotation0 {