Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/catppuccin_frappe.toml')
| -rw-r--r-- | runtime/themes/catppuccin_frappe.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/catppuccin_frappe.toml b/runtime/themes/catppuccin_frappe.toml index 2ac76ee7..b63e5270 100644 --- a/runtime/themes/catppuccin_frappe.toml +++ b/runtime/themes/catppuccin_frappe.toml @@ -1,6 +1,7 @@ inherits = "catppuccin_mocha" [palette] +# catppuccin palette colors rosewater = "#f2d5cf" flamingo = "#eebebe" pink = "#f4b8e4" @@ -15,6 +16,7 @@ sky = "#99d1db" sapphire = "#85c1dc" blue = "#8caaee" lavender = "#babbf1" + text = "#c6d0f5" subtext1 = "#b5bfe2" subtext0 = "#a5adce" @@ -24,11 +26,13 @@ overlay0 = "#737994" surface2 = "#626880" surface1 = "#51576d" surface0 = "#414559" + base = "#303446" mantle = "#292c3c" crust = "#232634" +# derived colors by blending existing palette colors cursorline = "#3b3f52" secondary_cursor = "#b8a5a6" -secondary_cursor_normal = "#9192be" +secondary_cursor_normal = "#9193be" secondary_cursor_insert = "#83a275" |