You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes deactivating & activating plugin it solves the problem, but sometimes error occurs.
Additional error logs:
java.lang.Throwable: An editable copy of Default has not been initialized.
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.getDefaultScheme(EditorColorsManagerImpl.kt:369)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.getGlobalScheme(EditorColorsManagerImpl.kt:361)
at com.github.lauvsong.langcursor.utils.CursorColorUtil.setGlobalCursorColor(CursorColorUtil.kt:10)
at com.github.lauvsong.langcursor.services.CursorColorService.toOriginalCursorColor(CursorColorService.kt:23)
at com.github.lauvsong.langcursor.services.LanguageCheckService.switchCursorColorByLanguage(LanguageCheckService.kt:36)
at com.github.lauvsong.langcursor.services.LanguageCheckService.start$lambda$0(LanguageCheckService.kt:23)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Color scheme I use changes the color of the caret to
#FFFFFF
, but the color changes to#000000
immediately after exiting the settings window.Following part of the
services/CursorColorService.kt
file is expected to cause the problem:The text was updated successfully, but these errors were encountered: