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
75588d8c
Commit
75588d8c
authored
Jul 04, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置光标颜色
parent
fbfcca71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
fresh.js
src/theme/fresh.js
+2
-4
No files found.
src/theme/fresh.js
View file @
75588d8c
...
...
@@ -4,7 +4,6 @@
}
function
generate
(
h
)
{
var
textSelectionColor
=
kity
.
Color
.
parse
(
'rgb(27,171,255)'
);
return
{
'background'
:
'#fbfbfb'
,
...
...
@@ -16,14 +15,13 @@
'root-margin'
:
[
30
,
100
],
'root-radius'
:
5
,
'root-space'
:
10
,
'root-text-selection-color'
:
textSelectionColor
.
set
(
'h'
,
h
).
set
(
'l'
,
20
),
'main-color'
:
'black'
,
'main-background'
:
hsl
(
h
,
33
,
95
),
'main-stroke'
:
hsl
(
h
,
37
,
60
),
'main-stroke-width'
:
1
,
'main-font-size'
:
1
6
,
'main-font-size'
:
1
4
,
'main-padding'
:
[
6
,
20
],
'main-margin'
:
20
,
'main-radius'
:
3
,
...
...
@@ -56,7 +54,7 @@
'order-hint-path-color'
:
hsl
(
h
,
100
,
25
),
'order-hint-path-width'
:
1
,
'text-selection-color'
:
textSelectionColor
.
set
(
'h'
,
h
)
'text-selection-color'
:
hsl
(
h
,
100
,
20
)
};
}
...
...
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