mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-06 13:03:10 +08:00
Fix broken activity list / themeing specs
This commit is contained in:
parent
7e81c3154e
commit
ee7a74beb4
2 changed files with 7 additions and 5 deletions
|
@ -8,12 +8,10 @@ import {
|
|||
DatabaseStore,
|
||||
FocusedPerspectiveStore,
|
||||
} from 'mailspring-exports';
|
||||
import ActivityList from '../lib/activity-list';
|
||||
import ActivityList from '../lib/list/activity-list';
|
||||
import ActivityEventStore from '../lib/activity-event-store';
|
||||
import TestDataSource from '../lib/test-data-source';
|
||||
|
||||
const OPEN_TRACKING_ID = 'open-tracking-id';
|
||||
const LINK_TRACKING_ID = 'link-tracking-id';
|
||||
import { OPEN_TRACKING_ID, LINK_TRACKING_ID } from '../lib/plugin-helpers';
|
||||
|
||||
const messages = [
|
||||
new Message({
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
// Variables different from the original are marked 'Changed'
|
||||
@import 'base/ui-variables';
|
||||
|
||||
@text-color: #333;
|
||||
@text-color-subtle: #777;
|
||||
@text-color-highlight: #111;
|
||||
@text-color-selected: @text-color-highlight;
|
||||
@text-color-link: black;
|
||||
@text-color-link-hover: black;
|
||||
@text-color-search-match: black;
|
||||
|
||||
@text-color-info: #5293d8;
|
||||
@text-color-success: #1fe977;
|
||||
|
@ -14,7 +18,7 @@
|
|||
@background-color-success: #17ca65;
|
||||
@background-color-warning: #ff4800;
|
||||
@background-color-error: #c00;
|
||||
@background-color-highlight: rgba(255, 255, 255, 0.10);
|
||||
@background-color-highlight: rgba(255, 255, 255, 0.1);
|
||||
@background-color-selected: @background-color-highlight;
|
||||
|
||||
@background-primary: #00f; // Changed
|
||||
|
|
Loading…
Reference in a new issue