Skip to content

Commit

Permalink
Update with the latest colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Sep 1, 2024
1 parent 8043b9a commit b5f865e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
34 changes: 17 additions & 17 deletions themes/base16-dracula.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scheme name: Dracula
# Scheme author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
# Scheme author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
# Template author: Tinted Theming (https://github.com/tinted-theming)

"attributes" = "base09"
Expand Down Expand Up @@ -75,19 +75,19 @@
"ui.window" = { bg = "base01" }

[palette]
base00 = "#282936" # Default Background
base01 = "#3a3c4e" # Lighter Background (Used for status bars, line number and folding marks)
base02 = "#4d4f68" # Selection Background
base03 = "#626483" # Comments, Invisibles, Line Highlighting
base04 = "#62d6e8" # Dark Foreground (Used for status bars)
base05 = "#e9e9f4" # Default Foreground, Caret, Delimiters, Operators
base06 = "#f1f2f8" # Light Foreground (Not often used)
base07 = "#f7f7fb" # Light Background (Not often used)
base08 = "#ea51b2" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 = "#b45bcf" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A = "#00f769" # Classes, Markup Bold, Search Text Background
base0B = "#ebff87" # Strings, Inherited Class, Markup Code, Diff Inserted
base0C = "#a1efe4" # Support, Regular Expressions, Escape Characters, Markup Quotes
base0D = "#62d6e8" # Functions, Methods, Attribute IDs, Headings
base0E = "#b45bcf" # Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F = "#00f769" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
base00 = "#282a36" # Default Background
base01 = "#363447" # Lighter Background (Used for status bars, line number and folding marks)
base02 = "#44475a" # Selection Background
base03 = "#6272a4" # Comments, Invisibles, Line Highlighting
base04 = "#9ea8c7" # Dark Foreground (Used for status bars)
base05 = "#f8f8f2" # Default Foreground, Caret, Delimiters, Operators
base06 = "#f0f1f4" # Light Foreground (Not often used)
base07 = "#ffffff" # Light Background (Not often used)
base08 = "#ff5555" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 = "#ffb86c" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A = "#f1fa8c" # Classes, Markup Bold, Search Text Background
base0B = "#50fa7b" # Strings, Inherited Class, Markup Code, Diff Inserted
base0C = "#8be9fd" # Support, Regular Expressions, Escape Characters, Markup Quotes
base0D = "#80bfff" # Functions, Methods, Attribute IDs, Headings
base0E = "#ff79c6" # Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F = "#bd93f9" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
30 changes: 15 additions & 15 deletions themes/base16-tokyodark.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scheme name: Tokyodark
# Scheme author: Tiagovla (https://github.com/tiagovla/)
# Scheme author: Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim)
# Template author: Tinted Theming (https://github.com/tinted-theming)

"attributes" = "base09"
Expand Down Expand Up @@ -76,18 +76,18 @@

[palette]
base00 = "#11121d" # Default Background
base01 = "#151621" # Lighter Background (Used for status bars, line number and folding marks)
base02 = "#43444f" # Selection Background
base03 = "#393a45" # Comments, Invisibles, Line Highlighting
base04 = "#1b1c27" # Dark Foreground (Used for status bars)
base05 = "#abb2bf" # Default Foreground, Caret, Delimiters, Operators
base06 = "#555661" # Light Foreground (Not often used)
base07 = "#2c2d38" # Light Background (Not often used)
base08 = "#a485dd" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 = "#a485dd" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A = "#7199ee" # Classes, Markup Bold, Search Text Background
base0B = "#d7a65f" # Strings, Inherited Class, Markup Code, Diff Inserted
base0C = "#a485dd" # Support, Regular Expressions, Escape Characters, Markup Quotes
base0D = "#95c561" # Functions, Methods, Attribute IDs, Headings
base0E = "#ee6d85" # Keywords, Storage, Selector, Markup Italic, Diff Changed
base01 = "#212234" # Lighter Background (Used for status bars, line number and folding marks)
base02 = "#212234" # Selection Background
base03 = "#353945" # Comments, Invisibles, Line Highlighting
base04 = "#4a5057" # Dark Foreground (Used for status bars)
base05 = "#a0a8cd" # Default Foreground, Caret, Delimiters, Operators
base06 = "#abb2bf" # Light Foreground (Not often used)
base07 = "#bcc2dc" # Light Background (Not often used)
base08 = "#ee6d85" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 = "#f6955b" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A = "#d7a65f" # Classes, Markup Bold, Search Text Background
base0B = "#95c561" # Strings, Inherited Class, Markup Code, Diff Inserted
base0C = "#9fbbf3" # Support, Regular Expressions, Escape Characters, Markup Quotes
base0D = "#7199ee" # Functions, Methods, Attribute IDs, Headings
base0E = "#a485dd" # Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F = "#773440" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>

0 comments on commit b5f865e

Please sign in to comment.