Skip to content

Instantly share code, notes, and snippets.

@sainnhe
Created April 3, 2021 01:34
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sainnhe/3298202006955aab02c77fb01c279298 to your computer and use it in GitHub Desktop.
Save sainnhe/3298202006955aab02c77fb01c279298 to your computer and use it in GitHub Desktop.
Everforest base16
scheme: "Everforest dark, hard"
author: "Sainnhe Park (sainnhe@gmail.com)"
base00: "2b3339" # Default Background
base01: "323c41" # Lighter Background (Used for status bars, line number and folding marks)
base02: "503946" # Selection Background
base03: "868d80" # Comments, Invisibles, Line Highlighting
base04: "d3c6aa" # Dark Foreground (Used for status bars)
base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators
base06: "e9e8d2" # Light Foreground (Not often used)
base07: "fff9e8" # Light Background (Not often used)
base08: "7fbbb3" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09: "d699b6" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A: "83c092" # Classes, Markup Bold, Search Text Background
base0B: "dbbc7f" # Strings, Inherited Class, Markup Code, Diff Inserted
base0C: "e69875" # Support, Regular Expressions, Escape Characters, Markup Quotes
base0D: "a7c080" # Functions, Methods, Attribute IDs, Headings
base0E: "e67e80" # Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F: "d699b6" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
@deniciocode
Copy link

Is there a way we could have everforest-light as well in base16?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment