vim update

This commit is contained in:
h
2026-06-13 21:57:40 -04:00
parent bcc5e8ce98
commit f44e1cdc22
16 changed files with 2415 additions and 58 deletions
+17
View File
@@ -0,0 +1,17 @@
scheme: "Passionfruit"
base00: "282828" # ----
base01: "3c3836" # ---
base02: "504945" # --
base03: "665c54" # -
base04: "bdae93" # +
base05: "d5c4a1" # ++
base06: "ebdbb2" # +++
base07: "fbf1c7" # ++++
base08: "f66655" # red
base09: "e59e70" # orange
base0A: "d4bb6f" # yellow
base0B: "89b843" # green
base0C: "8ec07c" # aqua/cyan
base0D: "83a598" # blue
base0E: "7f7d88" # purple
base0F: "b5835a" # brown
+19
View File
@@ -0,0 +1,19 @@
scheme: "Everforest dark, medium"
author: "Sainnhe Park (sainnhe@gmail.com)"
base00: "232a2e" # Default Background
base01: "343f44" # Lighter Background (Used for status bars, line number and folding marks)
base02: "3d484d" # Selection Background
base03: "475258" # Comments, Invisibles, Line Highlighting
base04: "4f585e" # Dark Foreground (Used for status bars)
base05: "859289" # Default Foreground, Caret, Delimiters, Operators
base06: "9da9a0" # Light Foreground (Not often used)
base07: "d3c6aa" # Light Background (Not often used)
base08: "e67e80" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09: "e69875" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A: "dbbc7f" # Classes, Markup Bold, Search Text Background
base0B: "a7c080" # Strings, Inherited Class, Markup Code, Diff Inserted
base0C: "7fbbb3" # Support, Regular Expressions, Escape Characters, Markup Quotes
base0D: "83c092" # Functions, Methods, Attribute IDs, Headings
base0E: "d699b6" # Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F: "543a48" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
+19
View File
@@ -0,0 +1,19 @@
scheme: "Grayscale"
author: "Chris Kempson"
base00: "101010"
base01: "252525"
base02: "464646"
base03: "525252"
base04: "ababab"
base05: "b9b9b9"
base06: "e3e3e3"
base07: "f7f7f7"
base08: "7c7c7c"
base09: "999999"
base0A: "a0a0a0"
base0B: "8e8e8e"
base0C: "868686"
base0D: "686868"
base0E: "747474"
base0F: "5e5e5e"