From b5f865eec8df80ac50ae6cba19681c8abc3f77af Mon Sep 17 00:00:00 2001 From: tinted-theming-bot Date: Sun, 1 Sep 2024 01:50:47 +0000 Subject: [PATCH] Update with the latest colorschemes --- themes/base16-dracula.toml | 34 +++++++++++++++++----------------- themes/base16-tokyodark.toml | 30 +++++++++++++++--------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/themes/base16-dracula.toml b/themes/base16-dracula.toml index 4711a79..adcf97a 100644 --- a/themes/base16-dracula.toml +++ b/themes/base16-dracula.toml @@ -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" @@ -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. +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. diff --git a/themes/base16-tokyodark.toml b/themes/base16-tokyodark.toml index 858cc10..b0f7c52 100644 --- a/themes/base16-tokyodark.toml +++ b/themes/base16-tokyodark.toml @@ -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" @@ -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.