-
Notifications
You must be signed in to change notification settings - Fork 0
/
all black.css
80 lines (67 loc) · 1.84 KB
/
all black.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/* Deep dark theme for mochi
created by elias
time:2022-12-25
Merry Christmas!
*/
/* 字体 */
* {
font-family: Malgun Gothic.ttf;
}
/* 侧边栏的颜色 */
.memo_views_side-bar_elements_side-bar-container {
background-color: #000000;
}
/* 还是侧边栏 */
.side-bar-container {
background-color: #000000;
}
/* 除了侧边栏以外的整个右边的颜色 */
.memo_views_frame_frame-container {
background-color: #000000;
}
/* column view 的卡片背景颜色 */
.memo_views_card_column-view_card-component {
background-color: #0B0B0B;
}
/* 鼠标悬停在 column view 的卡片时候的颜色 */
.memo_views_card_column-view_card-component:hover {
background-color: #0B0B0B;
}
/* column view 左边选择列的小卡片颜色 */
.memo_views_card_column-view_column-row-container {
background-color: #0B0B0B;
}
/* 鼠标悬停在column view 左边选择列时候的小卡片颜色 */
.memo_views_card_column-view_column-row-container:hover {
background-color: #000000;
}
.memo_views_pages_review_card_card-container {
background-color: #0B0B0B;
}
/* 当鼠标悬停的时候,用伪类 */
.memo_views_pages_review_card_card-container:hover {
background-color: #0B0B0B;
}
/* listview card color */
.memo_views_card_list-view_card-padding {
background-color: #0B0B0B;
}
/* gridview card color */
.memo_views_card_grid-view_card-padding {
background-color: #0B0B0B;
}
/* gridview card 上边边 */
.memo_views_util_horizontal-flex
.memo_views_card_list-view_breadcrumbs-container {
background-color: #0B0B0B;
}
/* grideview card 下边边 */
.memo_views_molecules_card-info_info-section {
background-color: #0B0B0B;
}
/* useless */
.memo_views_card_grid-view_container
.cards-grid-container
.drag-select-activator {
background-color: #0B0B0B;
}