-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeld-dark.css
More file actions
23 lines (21 loc) · 858 Bytes
/
meld-dark.css
File metadata and controls
23 lines (21 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import 'meld.css';
@define-color insert-bg #227000;
@define-color insert-outline shade(@insert-bg, 1.5);
@define-color insert-text #4E9A06;
@define-color delete-bg @theme_bg_color;
@define-color delete-outline shade(@delete-bg, 1.5);
@define-color delete-text #a40000;
@define-color replace-bg #00458c;
@define-color replace-outline shade(@replace-bg, 1.5);
@define-color replace-text #2d6cfc;
@define-color conflict-bg #7a2a28;
@define-color conflict-outline shade(@conflict-bg, 1.5);
@define-color conflict-text #ff0000;
@define-color error-bg #fce94f;
@define-color error-outline shade(@error-bg, 1.5);
@define-color error-text #faad3d;
@define-color inline-bg #3465a4;
@define-color unknown-text #aaaaaa;
@define-color current-line-highlight #111100;
@define-color syncpoint-outline #bbbbbb;
@define-color current-chunk-highlight alpha(#ffffff, 0.1);