mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
.color_scheme_dark 참조하도록 정리
This commit is contained in:
parent
9394694830
commit
7c1887b8a7
2 changed files with 29 additions and 46 deletions
|
|
@ -97,10 +97,7 @@ var auto_saved_msg = "{$lang->msg_auto_saved}";
|
|||
var editor_color = null;
|
||||
<!--@if($editor_auto_dark_mode)-->
|
||||
if (getColorScheme() === 'dark') {
|
||||
if(editor_skin === 'moono-lisa' ) {
|
||||
editor_color = '#333333'
|
||||
}
|
||||
else {
|
||||
if (editor_skin !== 'moono-lisa' ) {
|
||||
editor_skin = 'moono-dark';
|
||||
}
|
||||
}
|
||||
|
|
@ -121,7 +118,6 @@ var auto_saved_msg = "{$lang->msg_auto_saved}";
|
|||
allowedContent: true,
|
||||
startupFocus: {json_encode($editor_focus)},
|
||||
language: "{str_replace('jp','ja',$lang_type)}",
|
||||
uiColor: editor_color
|
||||
},
|
||||
loadXeComponent: true,
|
||||
enableToolbar: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue