Skip to content

Commit

Permalink
Specify BG and FG cursor colors in Darcula themes (helix-editor#9002)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmgg authored and mtoohey31 committed Jun 2, 2024
1 parent 41c0c66 commit f758d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/darcula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ui.statusline.select" = { bg = "orange", fg = "grey01" }
"ui.help" = { fg = "grey04", bg = "grey01" }
"ui.cursor" = { fg = "grey04", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "grey05", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "grey02", bg = "grey05" }
"ui.cursor.match" = { fg = "white", modifiers = ["underlined"] }
"ui.cursorline.primary" = { bg = "grey02" }
"ui.cursorline.secondary" = { bg = "grey02" }
Expand Down

0 comments on commit f758d7f

Please sign in to comment.