From 79c04251547e6c0c21366d322e268a6581c0f5dd Mon Sep 17 00:00:00 2001 From: Damir Vandic Date: Tue, 29 Aug 2023 01:03:54 +0200 Subject: [PATCH] Sync latest catppuccin theme changes (#8102) --- runtime/themes/catppuccin_frappe.toml | 2 ++ runtime/themes/catppuccin_latte.toml | 2 ++ runtime/themes/catppuccin_macchiato.toml | 2 ++ runtime/themes/catppuccin_mocha.toml | 11 +++++++++++ 4 files changed, 17 insertions(+) diff --git a/runtime/themes/catppuccin_frappe.toml b/runtime/themes/catppuccin_frappe.toml index eb1d471944a9..b63e5270e9fa 100644 --- a/runtime/themes/catppuccin_frappe.toml +++ b/runtime/themes/catppuccin_frappe.toml @@ -34,3 +34,5 @@ crust = "#232634" # derived colors by blending existing palette colors cursorline = "#3b3f52" secondary_cursor = "#b8a5a6" +secondary_cursor_normal = "#9193be" +secondary_cursor_insert = "#83a275" diff --git a/runtime/themes/catppuccin_latte.toml b/runtime/themes/catppuccin_latte.toml index e1580c9d78b2..7a015168e920 100644 --- a/runtime/themes/catppuccin_latte.toml +++ b/runtime/themes/catppuccin_latte.toml @@ -34,3 +34,5 @@ crust = "#dce0e8" # derived colors by blending existing palette colors cursorline = "#e9ebf1" secondary_cursor = "#e2a99e" +secondary_cursor_normal = "#98a7fb" +secondary_cursor_insert = "#75b868" diff --git a/runtime/themes/catppuccin_macchiato.toml b/runtime/themes/catppuccin_macchiato.toml index e09a82f9b511..6203eaade03f 100644 --- a/runtime/themes/catppuccin_macchiato.toml +++ b/runtime/themes/catppuccin_macchiato.toml @@ -34,3 +34,5 @@ crust = "#181926" # derived colors by blending existing palette colors cursorline = "#303347" secondary_cursor = "#b6a5a7" +secondary_cursor_normal = "#8b90bf" +secondary_cursor_insert = "#7fa47a" diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index 126613bc70b8..1ea57e9608ab 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -83,6 +83,7 @@ "ui.text" = "text" "ui.text.focus" = { fg = "text", bg = "surface0", modifiers = ["bold"] } +"ui.text.inactive" = { fg = "overlay1" } "ui.virtual" = "overlay0" "ui.virtual.ruler" = { bg = "surface0" } @@ -95,6 +96,14 @@ "ui.cursor.primary" = { fg = "base", bg = "rosewater" } "ui.cursor.match" = { fg = "peach", modifiers = ["bold"] } +"ui.cursor.primary.normal" = { fg = "base", bg = "lavender" } +"ui.cursor.primary.insert" = { fg = "base", bg = "green" } +"ui.cursor.primary.select" = { fg = "base", bg = "flamingo" } + +"ui.cursor.normal" = { fg = "base", bg = "secondary_cursor_normal" } +"ui.cursor.insert" = { fg = "base", bg = "secondary_cursor_insert" } +"ui.cursor.select" = { fg = "base", bg = "secondary_cursor" } + "ui.cursorline.primary" = { bg = "cursorline" } "ui.highlight" = { bg = "surface1", modifiers = ["bold"] } @@ -146,3 +155,5 @@ crust = "#11111b" # derived colors by blending existing palette colors cursorline = "#2a2b3c" secondary_cursor = "#b5a6a8" +secondary_cursor_normal = "#878ec0" +secondary_cursor_insert = "#7da87e"