Skip to content

Commit

Permalink
feat: modify english cursor color to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
lauvsong committed Feb 25, 2024
1 parent b2fa7e6 commit 7667036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.awt.Color
storages = [Storage("AppSettingsState.xml")]
)
class AppSettingsState : PersistentStateComponent<AppSettingsState> {
var englishCursorColorAsRgb: Int = JBColor.LIGHT_GRAY.rgb
var englishCursorColorAsRgb: Int = JBColor.GRAY.rgb
var nonEnglishCursorColorAsRgb: Int = JBColor.RED.rgb
var capsLockCursorColorAsRgb: Int = JBColor.BLUE.rgb

Expand Down

0 comments on commit 7667036

Please sign in to comment.