mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
25 lines
1.1 KiB
Nix
25 lines
1.1 KiB
Nix
{
|
|
name = "everforest"; # dark, hard
|
|
author = "Sainnhe Park";
|
|
dark = {
|
|
base00 = "#2b3339"; # Default Background
|
|
base01 = "#323c41"; # Lighter Background
|
|
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, ...
|
|
base09 = "#d699b6"; # Integers, Boolean, Constants, ...
|
|
base0A = "#83c092"; # Classes, Markup Bold, Search Text Background
|
|
base0B = "#dbbc7f"; # Strings, Inherited Class, Markup Code, Diff Inserted
|
|
base0C = "#e69875"; # Support, Regular Expressions, Escape Characters, ...
|
|
base0D = "#a7c080"; # Functions, Methods, Attribute IDs, Headings
|
|
base0E =
|
|
"#e67e80"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
|
base0F =
|
|
"#d699b6"; # Deprecated, Opening/Closing Embedded Language Tags, ...
|
|
};
|
|
}
|