zero-ai 1.0.84 → 1.0.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,218 +0,0 @@
1
- /* @settings
2
-
3
- name: 🍵 Comfort Light Theme
4
- id: comfort-light-theme
5
- settings:
6
- -
7
- id: background-primary
8
- title: Background-primary Color
9
- title.zh: 一级背景色
10
- type: variable-themed-color
11
- format: hex
12
- opacity: false
13
- default-light: '#fcfef3'
14
- default-dark: '#000000'
15
- -
16
- id: background-secondary
17
- title: Background-secondary Color
18
- title.zh: 二级背景色
19
- type: variable-themed-color
20
- format: hex
21
- opacity: false
22
- default-light: '#f8f6ea'
23
- default-dark: '#000000'
24
- -
25
- id: background-secondary-alt
26
- title: background-secondary-alt Color
27
- title.zh: 顶部导航色
28
- type: variable-themed-color
29
- format: hex
30
- opacity: false
31
- default-light: '#a3d5aa'
32
- default-dark: '#000000'
33
- -
34
- id: tab-container-background
35
- title: tab-container-background Color
36
- title.zh: 导航色
37
- type: variable-themed-color
38
- format: hex
39
- opacity: false
40
- default-light: '#a3d5aa'
41
- default-dark: '#000000'
42
- -
43
- id: ribbon-background
44
- title: ribbon-background Color
45
- title.zh: 最左边状态栏
46
- type: variable-color
47
- format: hex
48
- opacity: false
49
- default: '#a3d5aa'
50
- -
51
- id: font-family
52
- title: font-family
53
- description: Font used for the user interface
54
- type: variable-text
55
- default: 宋体, SimSun, -apple-system, sans-serif
56
-
57
- */
58
-
59
- .theme-light {
60
- --color-red-rgb:
61
- 197,
62
- 65,
63
- 40;
64
- --background-primary: #fcfef3;
65
- --background-secondary: #f8f6ea;
66
- --background-secondary-alt: #a3d5aa;
67
- --background-modifier-hover: #a3d5aa;
68
- --nav-item-color-active:#edf4f0;
69
- --nav-item-color-hover:#edf4f0;
70
- --tab-container-background:#a3d5aa;
71
- --input-shadow: none;
72
- --interactive-normal: #eff1df;
73
- --interactive-hover: #e5e8c2;
74
- --input-shadow-hover:none;
75
- --text-normal:#6f6e6a;
76
- --text-muted:#8d9c8d;
77
- --background-modifier-cover:#f9fcef;
78
- --background-modifier-cover:#f6f9ec;
79
- --background-modifier-error-hover:#e5bec5;
80
- --background-modifier-error:#f1d4d9;
81
- --panel-border-color: rgba(0,0,0,0);
82
- --gray-1: #b0c0aa;
83
- --gray-2: #a0a5b8;
84
- --red: #cd8f88;
85
- --green: #afe4ae;
86
- --blue: #3d74f6;
87
- --purple: #ce82cd;
88
- --aqua: #89bace;
89
- --yellow: #e1d5ac;
90
- --orange: #c1a58c;
91
- --slider-track-background:#eff1e1;
92
- --toggle-radius:4px;
93
-
94
- }
95
- .checkbox-container{
96
- border-radius: 14px;
97
- }
98
- .theme-dark, .theme-light {
99
- --tag-padding-x: 4px;
100
- --tag-padding-y: 2px;
101
- --tag-radius: 4px;
102
- --embed-padding: 0 0 0 var(--size-4-4);
103
- }
104
- .theme-light pre {
105
- background: var(--background-primary);
106
- box-shadow: inset 0 0 0 1px var(--background-primary-alt);
107
- border-radius: 4px;
108
- }
109
-
110
- .workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner::after,
111
- .workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner::before,
112
- .workspace .mod-root .workspace-tab-header:first-child .workspace-tab-header-inner::after,
113
- .workspace .mod-root .workspace-tab-header.is-active + .workspace-tab-header .workspace-tab-header-inner::after {
114
- opacity: 0;
115
- }
116
-
117
- /* Editor and output */
118
- .markdown-rendered blockquote {
119
- padding: var(--embed-padding);
120
- }
121
-
122
- .markdown-preview-section > div h1,
123
- .markdown-preview-section > div h2,
124
- .markdown-preview-section > div h3,
125
- .markdown-preview-section > div h4,
126
- .markdown-preview-section > div h5,
127
- .markdown-preview-section > div h6 {
128
- margin-top: 40px;
129
- }
130
-
131
- body {
132
- font-family: 宋体, SimSun, -apple-system, sans-serif;
133
- font-family: var(--font-family);
134
- --radius-s: 4px;
135
- --radius-m: 6px;
136
- --radius-l: 8px;
137
- --input-radius: 4px;
138
- --tab-radius-active: 4px;
139
- --checkbox-radius: 4px;
140
- --tab-container-background:#a3d5aa;
141
- --tab-text-color:#e6f1e9;
142
- --tab-text-color-focused:#e6f1e9;
143
- --tab-outline-width:0;
144
- --tab-outline-color:#f8f6ea;
145
- --icon-color:#ffffff;
146
- --icon-color-hover:#e6f1e9;
147
- --icon-color-active:#ffffff;
148
- --ribbon-background:#a3d5aa;
149
- --ribbon-background:var(--ribbon-background);
150
- --titlebar-background: #a3d5aa;
151
- --divider-color:rgba(0,0,0,0);
152
- --icon-color-focused:#edf4f0;
153
- --icon-color-active:#edf4f0;
154
- --tab-text-color-focused-active-current:#66876b;
155
- --tab-divider-color:#b4d8b4;
156
- --nav-indentation-guide-color:rgba(0,0,0,0);
157
- --vault-name-color:#636867;
158
- --nav-item-color:#626666;
159
- --tag-color:#fcfdfe;
160
- --tag-background:#d4e4f1;
161
- --link-external-color:#5273a5;
162
- --link-external-color-hover:#1a4078;
163
- --background-modifier-border:rgba(0,0,0,0);
164
- --input-shadow: none;
165
- --font-text: "宋体",SimSun;
166
- --input-shadow-hover:none;
167
- --background-modifier-border-focus:#add4ad;
168
- --modal-border-color: rgba(0,0,0,0);
169
- --background-modifier-error: #c9627a;
170
- --text-muted:#455445;
171
- --tab-curve:6px;
172
- --toggle-radius:4px;
173
- }
174
-
175
-
176
- .fc .fc-daygrid-day.fc-day-today{
177
- background-color: #f5f0dd;
178
- background-color: #eef1e0;
179
- }
180
- button:hover{
181
- box-shadow: none;
182
- }
183
-
184
- .fc-theme-standard td, .fc-theme-standard th{
185
- border: 1px solid #f5f7ee;
186
- }
187
- .fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus{
188
- box-shadow: 0 0 0 0.1rem #92c292;
189
- }
190
- .fc-daygrid-dot-event:hover, .fc-daygrid-dot-event.fc-event-mirror{
191
- background: rgba(255,255,255,0.9);
192
- }
193
-
194
- .markdown-rendered pre{
195
- background-color: #f3f7e4;
196
- }
197
-
198
- body:not(.is-grabbing) .nav-folder-title:hover{
199
- color: inherit;
200
- }
201
-
202
- .collapse-icon svg.svg-icon {
203
- color: #819881 !important;
204
- }
205
-
206
- .workspace-ribbon.mod-left{
207
- margin-top: calc( var(--header-height) - 1px );
208
- }
209
- .workspace-ribbon .sidebar-toggle-button {
210
- background: #a3d5aa !important;
211
- }
212
- .workspace-ribbon{
213
- border-width: 0 !important;
214
- }
215
- .clickable-icon{
216
- background-color: #a3d5aa;
217
- }
218
-
@@ -1,7 +0,0 @@
1
- {
2
- "name": "Serenity",
3
- "version": "2.1.0",
4
- "minAppVersion": "1.0.0",
5
- "author": "Ha'ani Whitlock",
6
- "authorUrl": "https://github.com/Bluemoondragon07"
7
- }