Skip to content

Commit 1fde205

Browse files
committed
Add preliminary dark theme
With thanks to Tobias Wolf for some colour suggestions.
1 parent f84e165 commit 1fde205

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

data/meld-dark.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
@import 'meld.css';
3+
4+
@define-color insert-bg #227000;
5+
@define-color insert-outline shade(@insert-bg, 1.5);
6+
@define-color insert-text #4E9A06;
7+
@define-color delete-bg @theme_bg_color;
8+
@define-color delete-outline shade(@delete-bg, 1.5);
9+
@define-color delete-text #a40000;
10+
@define-color replace-bg #00458c;
11+
@define-color replace-outline shade(@replace-bg, 1.5);
12+
@define-color replace-text #2d6cfc;
13+
@define-color conflict-bg #7a2a28;
14+
@define-color conflict-outline shade(@conflict-bg, 1.5);
15+
@define-color conflict-text #ff0000;
16+
@define-color error-bg #fce94f;
17+
@define-color error-outline shade(@error-bg, 1.5);
18+
@define-color error-text #faad3d;
19+
@define-color inline-bg #3465a4;
20+
@define-color unknown-text #aaaaaa;
21+
@define-color current-line-highlight #111100;
22+
@define-color syncpoint-outline #bbbbbb;
23+
@define-color current-chunk-highlight alpha(#ffffff, 0.1);

0 commit comments

Comments
 (0)