make primary selection and primary cursor MUCH more noticeable

pull/11872/head
Samuel Guyah 1 month ago
parent bfcc32ef33
commit cee39adc31

@ -89,13 +89,13 @@
"ui.background" = { fg = "foreground", bg = "background" } "ui.background" = { fg = "foreground", bg = "background" }
"ui.cursor" = { fg = "foreground", bg = "primary", modifiers = ["dim"] } "ui.cursor" = { fg = "foreground", bg = "primary", modifiers = ["dim"] }
"ui.cursor.insert" = { fg = "secondary", bg = "primary", modifiers = ["dim"] } "ui.cursor.insert" = { fg = "primary", bg = "secondary", modifiers = ["dim"] }
"ui.cursor.match" = { fg = "secondary", bg = "primary" } "ui.cursor.match" = { fg = "primary", bg = "secondary" }
"ui.cursor.normal" = { fg = "secondary", bg = "primary", modifiers = ["dim"] } "ui.cursor.normal" = { fg = "primary", bg = "secondary", modifiers = ["dim"] }
"ui.cursor.select" = { fg = "secondary", bg = "primary", modifiers = ["dim"] } "ui.cursor.select" = { fg = "primary", bg = "secondary", modifiers = ["dim"] }
"ui.cursor.primary.insert" = { fg = "foceground", bg = "primary" } "ui.cursor.primary.insert" = { fg = "background", bg = "foreground" }
"ui.cursor.primary.normal" = { fg = "foreground", bg = "primary" } "ui.cursor.primary.normal" = { fg = "background", bg = "foreground" }
"ui.cursor.primary.select" = { fg = "foreground", bg = "primary" } "ui.cursor.primary.select" = { fg = "background", bg = "foreground" }
"ui.cursorline.primary" = { bg = "primary" } "ui.cursorline.primary" = { bg = "primary" }
"ui.debug" = { fg = "foreground" } "ui.debug" = { fg = "foreground" }
"ui.help" = { fg = "foreground", bg = "background" } "ui.help" = { fg = "foreground", bg = "background" }
@ -106,8 +106,8 @@
"ui.menu.scroll" = { fg = "foreground", bg = "background" } "ui.menu.scroll" = { fg = "foreground", bg = "background" }
"ui.menu.selected" = { fg = "foreground", bg = "background", modifiers = ["dim"] } "ui.menu.selected" = { fg = "foreground", bg = "background", modifiers = ["dim"] }
"ui.popup" = { fg = "foreground", bg = "background" } "ui.popup" = { fg = "foreground", bg = "background" }
"ui.selection" = { bg = "foreground", underline = { style = "curl" } } "ui.selection" = { bg = "secondary", underline = { style = "curl" } }
"ui.selection.primary" = { bg = "secondary", underline = { style = "curl" }, modifiers = ["dim"] } "ui.selection.primary" = { fg = "foreground", bg = "primary", underline = { style = "curl" }}
"ui.statusline" = { fg = "background", bg = "foreground" } "ui.statusline" = { fg = "background", bg = "foreground" }
"ui.statusline.inactive" = { fg = "foreground", bg = "background" } "ui.statusline.inactive" = { fg = "foreground", bg = "background" }
"ui.statusline.insert" = { fg = "foreground", bg = "background", modifiers = ["bold"] } "ui.statusline.insert" = { fg = "foreground", bg = "background", modifiers = ["bold"] }

@ -89,13 +89,13 @@
"ui.background" = { fg = "foreground", bg = "background" } "ui.background" = { fg = "foreground", bg = "background" }
"ui.cursor" = { fg = "foreground", bg = "primary", modifiers = ["dim"] } "ui.cursor" = { fg = "foreground", bg = "primary", modifiers = ["dim"] }
"ui.cursor.insert" = { fg = "secondary", bg = "primary", modifiers = ["dim"] } "ui.cursor.insert" = { fg = "primary", bg = "secondary", modifiers = ["dim"] }
"ui.cursor.match" = { fg = "secondary", bg = "primary" } "ui.cursor.match" = { fg = "primary", bg = "secondary" }
"ui.cursor.normal" = { fg = "secondary", bg = "primary", modifiers = ["dim"] } "ui.cursor.normal" = { fg = "primary", bg = "secondary", modifiers = ["dim"] }
"ui.cursor.select" = { fg = "secondary", bg = "primary", modifiers = ["dim"] } "ui.cursor.select" = { fg = "primary", bg = "secondary", modifiers = ["dim"] }
"ui.cursor.primary.insert" = { fg = "foceground", bg = "primary" } "ui.cursor.primary.insert" = { fg = "background", bg = "foreground" }
"ui.cursor.primary.normal" = { fg = "foreground", bg = "primary" } "ui.cursor.primary.normal" = { fg = "background", bg = "foreground" }
"ui.cursor.primary.select" = { fg = "foreground", bg = "primary" } "ui.cursor.primary.select" = { fg = "background", bg = "foreground" }
"ui.cursorline.primary" = { bg = "primary" } "ui.cursorline.primary" = { bg = "primary" }
"ui.debug" = { fg = "foreground" } "ui.debug" = { fg = "foreground" }
"ui.help" = { fg = "foreground", bg = "background" } "ui.help" = { fg = "foreground", bg = "background" }
@ -106,8 +106,8 @@
"ui.menu.scroll" = { fg = "foreground", bg = "background" } "ui.menu.scroll" = { fg = "foreground", bg = "background" }
"ui.menu.selected" = { fg = "foreground", bg = "background", modifiers = ["dim"] } "ui.menu.selected" = { fg = "foreground", bg = "background", modifiers = ["dim"] }
"ui.popup" = { fg = "foreground", bg = "background" } "ui.popup" = { fg = "foreground", bg = "background" }
"ui.selection" = { bg = "foreground", underline = { style = "curl" } } "ui.selection" = { bg = "secondary", underline = { style = "curl" } }
"ui.selection.primary" = { bg = "secondary", underline = { style = "curl" }, modifiers = ["dim"] } "ui.selection.primary" = { bg = "primary", underline = { style = "curl" }, modifiers = ["dim"] }
"ui.statusline" = { fg = "background", bg = "foreground" } "ui.statusline" = { fg = "background", bg = "foreground" }
"ui.statusline.inactive" = { fg = "foreground", bg = "background" } "ui.statusline.inactive" = { fg = "foreground", bg = "background" }
"ui.statusline.insert" = { fg = "foreground", bg = "background", modifiers = ["bold"] } "ui.statusline.insert" = { fg = "foreground", bg = "background", modifiers = ["bold"] }
@ -136,5 +136,5 @@
[palette] [palette]
foreground = "#000000" foreground = "#000000"
background = "#ffffff" background = "#ffffff"
primary = "#cccccc" primary = "#c9c9c9"
secondary = "#d5dbdb" secondary = "#e3e1e1"

Loading…
Cancel
Save