mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Sync latest catppuccin theme changes (#8102)
This commit is contained in:
parent
072e1eae92
commit
79c0425154
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user