diff --git a/src/template.json b/src/template.json index 88db963..1a6c966 100644 --- a/src/template.json +++ b/src/template.json @@ -136,6 +136,22 @@ "version_control.ignored": "$muted", "version_control.conflict_marker.ours": "$gold33", "version_control.conflict_marker.theirs": "$foam33", + "vim.normal.background": "$foam", + "vim.normal.foreground": "$base", + "vim.insert.background": "$pine", + "vim.insert.foreground": "$base", + "vim.replace.background": "$love", + "vim.replace.foreground": "$base", + "vim.visual.background": "$iris", + "vim.visual.foreground": "$base", + "vim.visual_line.background": "$iris", + "vim.visual_line.foreground": "$base", + "vim.visual_block.background": "$iris", + "vim.visual_block.foreground": "$base", + "vim.helix_normal.background": "$foam", + "vim.helix_normal.foreground": "$base", + "vim.helix_select.background": "$iris", + "vim.helix_select.foreground": "$base", "players": [ { "cursor": "$text", diff --git a/themes/rose-pine-dawn.json b/themes/rose-pine-dawn.json index 11a66e4..d0c08dc 100644 --- a/themes/rose-pine-dawn.json +++ b/themes/rose-pine-dawn.json @@ -136,6 +136,22 @@ "version_control.ignored": "#9893a5", "version_control.conflict_marker.ours": "#ea9d3433", "version_control.conflict_marker.theirs": "#56949f33", + "vim.normal.background": "#56949f", + "vim.normal.foreground": "#faf4ed", + "vim.insert.background": "#286983", + "vim.insert.foreground": "#faf4ed", + "vim.replace.background": "#b4637a", + "vim.replace.foreground": "#faf4ed", + "vim.visual.background": "#907aa9", + "vim.visual.foreground": "#faf4ed", + "vim.visual_line.background": "#907aa9", + "vim.visual_line.foreground": "#faf4ed", + "vim.visual_block.background": "#907aa9", + "vim.visual_block.foreground": "#faf4ed", + "vim.helix_normal.background": "#56949f", + "vim.helix_normal.foreground": "#faf4ed", + "vim.helix_select.background": "#907aa9", + "vim.helix_select.foreground": "#faf4ed", "players": [ { "cursor": "#575279", diff --git a/themes/rose-pine-moon.json b/themes/rose-pine-moon.json index d43679e..5a439b4 100644 --- a/themes/rose-pine-moon.json +++ b/themes/rose-pine-moon.json @@ -136,6 +136,22 @@ "version_control.ignored": "#6e6a86", "version_control.conflict_marker.ours": "#f6c17733", "version_control.conflict_marker.theirs": "#9ccfd833", + "vim.normal.background": "#9ccfd8", + "vim.normal.foreground": "#232136", + "vim.insert.background": "#3e8fb0", + "vim.insert.foreground": "#232136", + "vim.replace.background": "#eb6f92", + "vim.replace.foreground": "#232136", + "vim.visual.background": "#c4a7e7", + "vim.visual.foreground": "#232136", + "vim.visual_line.background": "#c4a7e7", + "vim.visual_line.foreground": "#232136", + "vim.visual_block.background": "#c4a7e7", + "vim.visual_block.foreground": "#232136", + "vim.helix_normal.background": "#9ccfd8", + "vim.helix_normal.foreground": "#232136", + "vim.helix_select.background": "#c4a7e7", + "vim.helix_select.foreground": "#232136", "players": [ { "cursor": "#e0def4", diff --git a/themes/rose-pine.json b/themes/rose-pine.json index f26c6ba..b1e464a 100644 --- a/themes/rose-pine.json +++ b/themes/rose-pine.json @@ -136,6 +136,22 @@ "version_control.ignored": "#6e6a86", "version_control.conflict_marker.ours": "#f6c17733", "version_control.conflict_marker.theirs": "#9ccfd833", + "vim.normal.background": "#9ccfd8", + "vim.normal.foreground": "#191724", + "vim.insert.background": "#31748f", + "vim.insert.foreground": "#191724", + "vim.replace.background": "#eb6f92", + "vim.replace.foreground": "#191724", + "vim.visual.background": "#c4a7e7", + "vim.visual.foreground": "#191724", + "vim.visual_line.background": "#c4a7e7", + "vim.visual_line.foreground": "#191724", + "vim.visual_block.background": "#c4a7e7", + "vim.visual_block.foreground": "#191724", + "vim.helix_normal.background": "#9ccfd8", + "vim.helix_normal.foreground": "#191724", + "vim.helix_select.background": "#c4a7e7", + "vim.helix_select.foreground": "#191724", "players": [ { "cursor": "#e0def4",