Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_operandi.toml')
| -rw-r--r-- | runtime/themes/modus_operandi.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/themes/modus_operandi.toml b/runtime/themes/modus_operandi.toml index 84fdde50..362f9777 100644 --- a/runtime/themes/modus_operandi.toml +++ b/runtime/themes/modus_operandi.toml @@ -1,6 +1,6 @@ # Author: Alexis Mousset <[email protected]> # Adapted from https://protesilaos.com/emacs/modus-themes, by Protesilaos Stavrou -# Version 4.6.0 +# Version 4.4.0 # # Syntax highlighting @@ -72,10 +72,9 @@ punctuation = "fg-dim" "ui.popup" = { fg = "fg-main", bg = "bg-dim" } "ui.window" = { fg = "fg-dim" } -"ui.help" = { fg = "fg-main", bg = "bg-active" } +"ui.help" = { fg = "fg-main", bg = "bg-dim" } "ui.gutter" = { bg = "bg-dim" } "ui.text" = "fg-main" -"ui.text.directory" = "blue" "ui.text.focus" = { fg = "fg-main", bg = "bg-completion", modifiers = ["bold"] } "ui.text.inactive" = { fg = "fg-dim" } "ui.virtual" = "bg-active" @@ -83,8 +82,8 @@ punctuation = "fg-dim" "ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] } "ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] } -"ui.selection" = { bg = "bg-inactive" } -"ui.selection.primary" = { bg = "bg-active" } +"ui.selection" = { fg = "fg-main", bg = "bg-inactive" } +"ui.selection.primary" = { fg = "fg-main", bg = "bg-active" } "ui.cursor" = { fg = "bg-main", bg = "fg-main" } "ui.cursor.primary" = { fg = "bg-main", bg = "fg-dim" } |