Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_operandi_deuteranopia.toml')
| -rw-r--r-- | runtime/themes/modus_operandi_deuteranopia.toml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/runtime/themes/modus_operandi_deuteranopia.toml b/runtime/themes/modus_operandi_deuteranopia.toml deleted file mode 100644 index 24d460f6..00000000 --- a/runtime/themes/modus_operandi_deuteranopia.toml +++ /dev/null @@ -1,47 +0,0 @@ -# Author: Alexis Mousset <[email protected]> -# modus_operandi.toml variant -# -# This variant is optimized for users with red-green color deficiency (deuteranopia) -# Version 4.6.0 - -inherits = "modus_operandi" - -"constant.character.escape" = "magenta" -"comment" = "yellow-cooler" -"function" = "magenta" -"tag" = "magenta" - -"ui.cursor" = { fg = "bg-main", bg = "blue-intense" } -"ui.cursor.primary.normal" = { fg = "bg-main", bg = "blue-intense" } - -"diagnostic.error" = { underline = { color = "yellow-intense", style = "curl" } } -"diagnostic.warning" = { underline = { color = "magenta-faint", style = "curl" } } -"diagnostic.info" = { underline = { color = "cyan", style = "curl" } } -"diagnostic.hint" = { underline = { color = "blue", style = "curl" } } - -error = "yellow-intense" -warning = "magenta-faint" -info = "cyan" -hint = "blue" - -[palette] - -yellow = "#695500" -yellow-warmer = "#973300" -yellow-cooler = "#77492f" - -bg-mode-line-active = "#d0d6ff" -fg-mode-line-active = "#0f0f0f" -border-mode-line-active = "#4f4f74" - -modeline-err = "#603a00" -modeline-warning = "#454500" -modeline-info = "#023d92" - -# Diffs -bg-added = "#d5d7ff" -fg-added = "#303099" -bg-changed = "#eecfdf" -fg-changed = "#6f1343" -bg-removed = "#f4f099" -fg-removed = "#553d00" |