Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_vivendi.toml')
| -rw-r--r-- | runtime/themes/modus_vivendi.toml | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml index c1f13a8f..1ae64d89 100644 --- a/runtime/themes/modus_vivendi.toml +++ b/runtime/themes/modus_vivendi.toml @@ -1,7 +1,7 @@ # Author: Matous Dzivjak <[email protected]> # Adapted from https://protesilaos.com/emacs/modus-themes, by Protesilaos Stavrou # Source: https://github.com/protesilaos/modus-themes/blob/main/modus-vivendi-theme.el -# Version 4.6.0 +# Version 4.3.0 # Syntax highlighting # ------------------- @@ -75,23 +75,21 @@ 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-cooler" "ui.text.focus" = { fg = "fg-main", bg = "bg-completion", modifiers = ["bold"] } "ui.text.inactive" = { fg = "fg-dim" } "ui.virtual" = "bg-active" "ui.virtual.ruler" = { bg = "bg-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" } -"ui.cursor.match" = { bg = "bg-paren-match", fg = "fg-main" } +"ui.cursor.match" = { bg = "bg-paren-match" } "ui.cursorline.primary" = { bg = "bg-hl-line" } "ui.highlight" = { bg = "bg-hl-line" } @@ -104,16 +102,12 @@ punctuation = "fg-dim" "diagnostic.warning" = { underline = { color = "yellow-intense", style = "curl" } } "diagnostic.info" = { underline = { color = "cyan-intense", style = "curl" } } "diagnostic.hint" = { underline = { color = "blue-intense", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } error = "red" warning = "yellow-warmer" info = "cyan-cooler" hint = "blue-cooler" -rainbow = ["red", "yellow-warmer", "green-intense", "cyan", "blue", "magenta-intense"] - [palette] # Basic values bg-main = "#000000" @@ -127,7 +121,7 @@ bg-inactive = "#303030" # Common accent foregrounds red = "#ff5f59" red-warmer = "#ff6b55" -red-cooler = "#ff7f86" +red-cooler = "#ff7f9f" red-faint = "#ff9580" red-intense = "#ff5f5f" green = "#44bc44" @@ -180,12 +174,12 @@ bg-blue-subtle = "#242679" bg-magenta-subtle = "#552f5f" bg-cyan-subtle = "#004065" -bg-red-nuanced = "#3a0c14" -bg-green-nuanced = "#092f1f" -bg-yellow-nuanced = "#381d0f" -bg-blue-nuanced = "#12154a" -bg-magenta-nuanced = "#2f0c3f" -bg-cyan-nuanced = "#042837" +bg-red-nuanced = "#2c0614" +bg-green-nuanced = "#001904" +bg-yellow-nuanced = "#221000" +bg-blue-nuanced = "#0f0e39" +bg-magenta-nuanced = "#230631" +bg-cyan-nuanced = "#041529" # Uncommon accent backgrounds bg-ochre = "#442c2f" |