Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
1351d4b7
Commit
1351d4b7
authored
Sep 05, 2014
by
campaign
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加换行机制
parent
8e16d4a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
default.js
src/theme/default.js
+2
-1
fresh.js
src/theme/fresh.js
+2
-1
snow.js
src/theme/snow.js
+2
-1
No files found.
src/theme/default.js
View file @
1351d4b7
...
@@ -51,5 +51,6 @@ KityMinder.registerTheme('classic', {
...
@@ -51,5 +51,6 @@ KityMinder.registerTheme('classic', {
'order-hint-path-color'
:
'#0f0'
,
'order-hint-path-color'
:
'#0f0'
,
'order-hint-path-width'
:
1
,
'order-hint-path-width'
:
1
,
'text-selection-color'
:
'rgb(27,171,255)'
'text-selection-color'
:
'rgb(27,171,255)'
,
'line-height'
:
1.5
});
});
\ No newline at end of file
src/theme/fresh.js
View file @
1351d4b7
...
@@ -54,7 +54,8 @@
...
@@ -54,7 +54,8 @@
'order-hint-path-color'
:
hsl
(
h
,
100
,
25
),
'order-hint-path-color'
:
hsl
(
h
,
100
,
25
),
'order-hint-path-width'
:
1
,
'order-hint-path-width'
:
1
,
'text-selection-color'
:
hsl
(
h
,
100
,
20
)
'text-selection-color'
:
hsl
(
h
,
100
,
20
),
'line-height'
:
1.5
};
};
}
}
...
...
src/theme/snow.js
View file @
1351d4b7
...
@@ -47,5 +47,6 @@ KityMinder.registerTheme('snow', {
...
@@ -47,5 +47,6 @@ KityMinder.registerTheme('snow', {
'order-hint-path-color'
:
'#0f0'
,
'order-hint-path-color'
:
'#0f0'
,
'order-hint-path-width'
:
1
,
'order-hint-path-width'
:
1
,
'text-selection-color'
:
'rgb(27,171,255)'
'text-selection-color'
:
'rgb(27,171,255)'
,
'line-height'
:
1.5
});
});
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment