forked from datageartech/datagear
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a379ca
commit 10f64fe
Showing
7 changed files
with
122 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 23 additions & 2 deletions
25
...ar-web/src/main/resources/org/datagear/web/static/theme/dark/codemirror-5.64.0/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
由codemirror-5.64.0/theme/ayu-dark.css修改: | ||
|
||
1. "ayu-dark" 替换为 "custom" | ||
2. "#0a0e14" 替换为 "#000" | ||
1. | ||
"ayu-dark" 替换为 "custom" | ||
|
||
2. | ||
"#0a0e14" 替换为 "#000" | ||
|
||
3. | ||
新增 | ||
|
||
.CodeMirror-hints.custom { | ||
background: #000 !important; | ||
border: 1px solid #666666; | ||
color: #ffb496 !important; | ||
-webkit-box-shadow: 0px 0px 6px #cccccc; | ||
box-shadow: 0px 0px 6px #cccccc; | ||
} | ||
.CodeMirror-hints.custom .CodeMirror-hint{ | ||
color: #ffb496; | ||
} | ||
.CodeMirror-hints.custom .CodeMirror-hint-active { | ||
background-color: #444 !important; | ||
color: #ffb496 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 26 additions & 3 deletions
29
...r-web/src/main/resources/org/datagear/web/static/theme/green/codemirror-5.64.0/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
由codemirror-5.64.0/theme/cobalt.css修改: | ||
|
||
1. "cobalt" 替换为 "custom" | ||
2. "#002240" 替换为 "#285c00" | ||
3. "#3ad900" 替换为 "#f9f951" | ||
1. | ||
"cobalt" 替换为 "custom" | ||
|
||
2. | ||
"#002240" 替换为 "#285c00" | ||
|
||
3. | ||
"#3ad900" 替换为 "#f9f951" | ||
|
||
4. | ||
新增 | ||
|
||
.CodeMirror-hints.custom { | ||
background: #285c00 !important; | ||
border: 1px solid #45930b; | ||
color: #e3e3e3 !important; | ||
-webkit-box-shadow: 0px 0px 6px #cccccc; | ||
box-shadow: 0px 0px 6px #cccccc; | ||
} | ||
.CodeMirror-hints.custom .CodeMirror-hint{ | ||
color: #e3e3e3; | ||
} | ||
.CodeMirror-hints.custom .CodeMirror-hint-active { | ||
background-color: #459e05 !important; | ||
color: #e3e3e3 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 31 additions & 1 deletion
32
...r-web/src/main/resources/org/datagear/web/static/theme/light/codemirror-5.64.0/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
由codemirror-5.64.0/theme/idea.css修改: | ||
|
||
1. "idea" 替换为 "custom" | ||
1. | ||
"idea" 替换为 "custom" | ||
|
||
2. | ||
.CodeMirror-hints.custom { | ||
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; | ||
color: #616569; | ||
background-color: #ebf3fd !important; | ||
} | ||
|
||
.CodeMirror-hints.custom .CodeMirror-hint-active { | ||
background-color: #a2b8c9 !important; | ||
color: #5c6065 !important; | ||
} | ||
|
||
替换为 | ||
|
||
.CodeMirror-hints.custom { | ||
background-color: #fff !important; | ||
border: 1px solid #dddddd; | ||
color: #333333; | ||
-webkit-box-shadow: 0px 0px 5px #666666; | ||
box-shadow: 0px 0px 5px #666666; | ||
} | ||
.CodeMirror-hints.custom .CodeMirror-hint{ | ||
color: #333333; | ||
} | ||
.CodeMirror-hints.custom .CodeMirror-hint-active { | ||
background-color: #ededed !important; | ||
color: #333333 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters