mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-04-09 17:15:43 +02:00
rename caret color to be more descriptive
This commit is contained in:
parent
8039c8ba78
commit
79346bd20b
@ -19,7 +19,7 @@ internal enum class JumpMode {
|
||||
DEFAULT -> AceConfig.settings.jumpModeColor
|
||||
DEFINE -> AceConfig.settings.definitionModeColor
|
||||
TARGET -> AceConfig.settings.targetModeColor
|
||||
DISABLED -> Model.naturalColor
|
||||
DISABLED -> Model.naturalCaretColor
|
||||
else -> AceConfig.settings.jumpModeColor
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user