From 45cdc3888a1aeba76f9449d093db04e1936327ff Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 11 Nov 2022 07:23:27 +0100 Subject: [PATCH] fix: invert_colors Fixes #265 --- extras/alacritty/tokyonight_day.yml | 40 ++--- extras/delta/tokyonight_day.gitconfig | 18 +- extras/delta/tokyonight_night.gitconfig | 4 +- extras/fish/tokyonight_day.fish | 20 +-- extras/foot/tokyonight_day.ini | 48 +++--- extras/iterm/tokyonight_day.itermcolors | 150 ++++++++-------- extras/kitty/tokyonight_day.conf | 64 +++---- extras/lua/tokyonight_day.lua | 122 ++++++------- extras/lua/tokyonight_moon.lua | 2 +- extras/lua/tokyonight_night.lua | 44 ++--- extras/lua/tokyonight_storm.lua | 44 ++--- extras/sublime/tokyonight_day.tmTheme | 182 ++++++++++---------- extras/sublime/tokyonight_night.tmTheme | 6 +- extras/sublime/tokyonight_storm.tmTheme | 4 +- extras/tilix/tokyonight_day.json | 36 ++-- extras/tmux/tokyonight_day.tmux | 26 +-- extras/wezterm/tokyonight_day.toml | 18 +- extras/xfceterm/tokyonight_day.theme | 10 +- extras/xresources/tokyonight_day.Xresources | 36 ++-- lua/tokyonight/util.lua | 3 +- 20 files changed, 439 insertions(+), 438 deletions(-) diff --git a/extras/alacritty/tokyonight_day.yml b/extras/alacritty/tokyonight_day.yml index 5990ac3..b1add14 100644 --- a/extras/alacritty/tokyonight_day.yml +++ b/extras/alacritty/tokyonight_day.yml @@ -2,33 +2,33 @@ colors: # Default colors primary: - background: '0x1a1b26' - foreground: '0xc0caf5' + background: '0xe1e2e7' + foreground: '0x3760bf' # Normal colors normal: - black: '0x15161e' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xbb9af7' - cyan: '0x7dcfff' - white: '0xa9b1d6' + black: '0xe9e9ed' + red: '0xf52a65' + green: '0x587539' + yellow: '0x8c6c3e' + blue: '0x2e7de9' + magenta: '0x9854f1' + cyan: '0x007197' + white: '0x6172b0' # Bright colors bright: - black: '0x414868' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xbb9af7' - cyan: '0x7dcfff' - white: '0xc0caf5' + black: '0xa1a6c5' + red: '0xf52a65' + green: '0x587539' + yellow: '0x8c6c3e' + blue: '0x2e7de9' + magenta: '0x9854f1' + cyan: '0x007197' + white: '0x3760bf' indexed_colors: - - { index: 16, color: '0xff9e64' } - - { index: 17, color: '0xdb4b4b' } + - { index: 16, color: '0xb15c00' } + - { index: 17, color: '0xc64343' } \ No newline at end of file diff --git a/extras/delta/tokyonight_day.gitconfig b/extras/delta/tokyonight_day.gitconfig index e7ab506..c45ecc7 100644 --- a/extras/delta/tokyonight_day.gitconfig +++ b/extras/delta/tokyonight_day.gitconfig @@ -1,12 +1,12 @@ [delta] - minus-style = syntax "#37222c" - minus-non-emph-style = syntax "#37222c" - minus-emph-style = syntax "#713137" - minus-empty-line-marker-style = syntax "#37222c" + minus-style = syntax "#dfccd4" + minus-non-emph-style = syntax "#dfccd4" + minus-emph-style = syntax "#672d33" + minus-empty-line-marker-style = syntax "#dfccd4" line-numbers-minus-style = "#b2555b" - plus-style = syntax "#20303b" - plus-non-emph-style = syntax "#20303b" - plus-emph-style = syntax "#2c5a66" - plus-empty-line-marker-style = syntax "#20303b" + plus-style = syntax "#aecde6" + plus-non-emph-style = syntax "#aecde6" + plus-emph-style = syntax "#28505c" + plus-empty-line-marker-style = syntax "#aecde6" line-numbers-plus-style = "#266d6a" - line-numbers-zero-style = "#3b4261" + line-numbers-zero-style = "#a8aecb" diff --git a/extras/delta/tokyonight_night.gitconfig b/extras/delta/tokyonight_night.gitconfig index e7ab506..0cba008 100644 --- a/extras/delta/tokyonight_night.gitconfig +++ b/extras/delta/tokyonight_night.gitconfig @@ -3,10 +3,10 @@ minus-non-emph-style = syntax "#37222c" minus-emph-style = syntax "#713137" minus-empty-line-marker-style = syntax "#37222c" - line-numbers-minus-style = "#b2555b" + line-numbers-minus-style = "#c25d64" plus-style = syntax "#20303b" plus-non-emph-style = syntax "#20303b" plus-emph-style = syntax "#2c5a66" plus-empty-line-marker-style = syntax "#20303b" - line-numbers-plus-style = "#266d6a" + line-numbers-plus-style = "#399a96" line-numbers-zero-style = "#3b4261" diff --git a/extras/fish/tokyonight_day.fish b/extras/fish/tokyonight_day.fish index 58edd99..0a73a06 100644 --- a/extras/fish/tokyonight_day.fish +++ b/extras/fish/tokyonight_day.fish @@ -1,14 +1,14 @@ # TokyoNight Color Palette - set -l foreground c0caf5 - set -l selection 33467c - set -l comment 565f89 - set -l red f7768e - set -l orange ff9e64 - set -l yellow e0af68 - set -l green 9ece6a - set -l purple 9d7cd8 - set -l cyan 7dcfff - set -l pink bb9af7 + set -l foreground 3760bf + set -l selection 99a7df + set -l comment 848cb5 + set -l red f52a65 + set -l orange b15c00 + set -l yellow 8c6c3e + set -l green 587539 + set -l purple 7847bd + set -l cyan 007197 + set -l pink 9854f1 # Syntax Highlighting Colors set -g fish_color_normal $foreground diff --git a/extras/foot/tokyonight_day.ini b/extras/foot/tokyonight_day.ini index 9f9ac87..2e4e1bd 100644 --- a/extras/foot/tokyonight_day.ini +++ b/extras/foot/tokyonight_day.ini @@ -1,30 +1,30 @@ [cursor] -color=c0caf5 33467c +color=3760bf 99a7df [colors] -foreground=c0caf5 -background=1a1b26 -selection-foreground=c0caf5 -selection-background=33467c -urls=73daca +foreground=3760bf +background=e1e2e7 +selection-foreground=3760bf +selection-background=99a7df +urls=387068 -regular0=15161e -regular1=f7768e -regular2=9ece6a -regular3=e0af68 -regular4=7aa2f7 -regular5=bb9af7 -regular6=7dcfff -regular7=a9b1d6 +regular0=e9e9ed +regular1=f52a65 +regular2=587539 +regular3=8c6c3e +regular4=2e7de9 +regular5=9854f1 +regular6=007197 +regular7=6172b0 -bright0=414868 -bright1=f7768e -bright2=9ece6a -bright3=e0af68 -bright4=7aa2f7 -bright5=bb9af7 -bright6=7dcfff -bright7=c0caf5 +bright0=a1a6c5 +bright1=f52a65 +bright2=587539 +bright3=8c6c3e +bright4=2e7de9 +bright5=9854f1 +bright6=007197 +bright7=3760bf -16=ff9e64 -17=db4b4b \ No newline at end of file +16=b15c00 +17=c64343 \ No newline at end of file diff --git a/extras/iterm/tokyonight_day.itermcolors b/extras/iterm/tokyonight_day.itermcolors index 2f78812..710908d 100644 --- a/extras/iterm/tokyonight_day.itermcolors +++ b/extras/iterm/tokyonight_day.itermcolors @@ -7,221 +7,221 @@ Alpha Component 1 Blue Component - 0.1176470588235294 + 0.9294117647058824 Color Space sRGB Green Component - 0.0862745098039216 + 0.9137254901960784 Red Component - 0.0823529411764706 + 0.9137254901960784 Ansi 1 Color Alpha Component 1 Blue Component - 0.5568627450980392 + 0.3960784313725490 Color Space sRGB Green Component - 0.4627450980392157 + 0.1647058823529412 Red Component - 0.9686274509803922 + 0.9607843137254902 Ansi 10 Color Alpha Component 1 Blue Component - 0.4156862745098039 + 0.2235294117647059 Color Space sRGB Green Component - 0.8078431372549020 + 0.4588235294117647 Red Component - 0.6196078431372549 + 0.3450980392156863 Ansi 11 Color Alpha Component 1 Blue Component - 0.4078431372549020 + 0.2431372549019608 Color Space sRGB Green Component - 0.6862745098039216 + 0.4235294117647059 Red Component - 0.8784313725490196 + 0.5490196078431373 Ansi 12 Color Alpha Component 1 Blue Component - 0.9686274509803922 + 0.9137254901960784 Color Space sRGB Green Component - 0.6352941176470588 + 0.4901960784313725 Red Component - 0.4784313725490196 + 0.1803921568627451 Ansi 13 Color Alpha Component 1 Blue Component - 0.9686274509803922 + 0.9450980392156862 Color Space sRGB Green Component - 0.6039215686274509 + 0.3294117647058823 Red Component - 0.7333333333333333 + 0.5960784313725490 Ansi 14 Color Alpha Component 1 Blue Component - 1.0000000000000000 + 0.5921568627450980 Color Space sRGB Green Component - 0.8117647058823529 + 0.4431372549019608 Red Component - 0.4901960784313725 + 0.0000000000000000 Ansi 15 Color Alpha Component 1 Blue Component - 0.9607843137254902 + 0.7490196078431373 Color Space sRGB Green Component - 0.7921568627450980 + 0.3764705882352941 Red Component - 0.7529411764705882 + 0.2156862745098039 Ansi 2 Color Alpha Component 1 Blue Component - 0.4156862745098039 + 0.2235294117647059 Color Space sRGB Green Component - 0.8078431372549020 + 0.4588235294117647 Red Component - 0.6196078431372549 + 0.3450980392156863 Ansi 3 Color Alpha Component 1 Blue Component - 0.4078431372549020 + 0.2431372549019608 Color Space sRGB Green Component - 0.6862745098039216 + 0.4235294117647059 Red Component - 0.8784313725490196 + 0.5490196078431373 Ansi 4 Color Alpha Component 1 Blue Component - 0.9686274509803922 + 0.9137254901960784 Color Space sRGB Green Component - 0.6352941176470588 + 0.4901960784313725 Red Component - 0.4784313725490196 + 0.1803921568627451 Ansi 5 Color Alpha Component 1 Blue Component - 0.9686274509803922 + 0.9450980392156862 Color Space sRGB Green Component - 0.6039215686274509 + 0.3294117647058823 Red Component - 0.7333333333333333 + 0.5960784313725490 Ansi 6 Color Alpha Component 1 Blue Component - 1.0000000000000000 + 0.5921568627450980 Color Space sRGB Green Component - 0.8117647058823529 + 0.4431372549019608 Red Component - 0.4901960784313725 + 0.0000000000000000 Ansi 7 Color Alpha Component 1 Blue Component - 0.8392156862745098 + 0.6901960784313725 Color Space sRGB Green Component - 0.6941176470588235 + 0.4470588235294118 Red Component - 0.6627450980392157 + 0.3803921568627451 Ansi 8 Color Alpha Component 1 Blue Component - 0.4078431372549020 + 0.7725490196078432 Color Space sRGB Green Component - 0.2823529411764706 + 0.6509803921568628 Red Component - 0.2549019607843137 + 0.6313725490196078 Ansi 9 Color Alpha Component 1 Blue Component - 0.5568627450980392 + 0.3960784313725490 Color Space sRGB Green Component - 0.4627450980392157 + 0.1647058823529412 Red Component - 0.9686274509803922 + 0.9607843137254902 Background Color Alpha Component 1 Blue Component - 0.1490196078431373 + 0.9058823529411765 Color Space sRGB Green Component - 0.1058823529411765 + 0.8862745098039215 Red Component - 0.1019607843137255 + 0.8823529411764706 Badge Color @@ -241,104 +241,104 @@ Alpha Component 1 Blue Component - 0.6117647058823530 + 0.4549019607843137 Color Space sRGB Green Component - 0.7372549019607844 + 0.5490196078431373 Red Component - 0.1019607843137255 + 0.0666666666666667 Cursor Color Alpha Component 1 Blue Component - 0.9607843137254902 + 0.7490196078431373 Color Space sRGB Green Component - 0.7921568627450980 + 0.3764705882352941 Red Component - 0.7529411764705882 + 0.2156862745098039 Cursor Guide Color Alpha Component 0.25 Blue Component - 0.9607843137254902 + 0.7490196078431373 Color Space sRGB Green Component - 0.7921568627450980 + 0.3764705882352941 Red Component - 0.7529411764705882 + 0.2156862745098039 Cursor Text Color Alpha Component 1 Blue Component - 0.1490196078431373 + 0.9058823529411765 Color Space sRGB Green Component - 0.1058823529411765 + 0.8862745098039215 Red Component - 0.1019607843137255 + 0.8823529411764706 Foreground Color Alpha Component 1 Blue Component - 0.9607843137254902 + 0.7490196078431373 Color Space sRGB Green Component - 0.7921568627450980 + 0.3764705882352941 Red Component - 0.7529411764705882 + 0.2156862745098039 Link Color Alpha Component 1 Blue Component - 0.7921568627450980 + 0.4078431372549020 Color Space sRGB Green Component - 0.8549019607843137 + 0.4392156862745098 Red Component - 0.4509803921568628 + 0.2196078431372549 Selected Text Color Alpha Component 1 Blue Component - 0.9607843137254902 + 0.7490196078431373 Color Space sRGB Green Component - 0.7921568627450980 + 0.3764705882352941 Red Component - 0.7529411764705882 + 0.2156862745098039 Selection Color Alpha Component 1 Blue Component - 0.4862745098039216 + 0.8745098039215686 Color Space sRGB Green Component - 0.2745098039215687 + 0.6549019607843137 Red Component - 0.2000000000000000 + 0.6000000000000000 \ No newline at end of file diff --git a/extras/kitty/tokyonight_day.conf b/extras/kitty/tokyonight_day.conf index 19f8214..d0e9ad9 100644 --- a/extras/kitty/tokyonight_day.conf +++ b/extras/kitty/tokyonight_day.conf @@ -6,45 +6,45 @@ ## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_day.conf -background #1a1b26 -foreground #c0caf5 -selection_background #33467c -selection_foreground #c0caf5 -url_color #73daca -cursor #c0caf5 -cursor_text_color #1a1b26 +background #e1e2e7 +foreground #3760bf +selection_background #99a7df +selection_foreground #3760bf +url_color #387068 +cursor #3760bf +cursor_text_color #e1e2e7 # Tabs -active_tab_background #7aa2f7 -active_tab_foreground #16161e -inactive_tab_background #292e42 -inactive_tab_foreground #545c7e -#tab_bar_background #15161e +active_tab_background #2e7de9 +active_tab_foreground #e9e9ec +inactive_tab_background #c4c8da +inactive_tab_foreground #8990b3 +#tab_bar_background #e9e9ed # Windows -active_border_color #7aa2f7 -inactive_border_color #292e42 +active_border_color #2e7de9 +inactive_border_color #c4c8da # normal -color0 #15161e -color1 #f7768e -color2 #9ece6a -color3 #e0af68 -color4 #7aa2f7 -color5 #bb9af7 -color6 #7dcfff -color7 #a9b1d6 +color0 #e9e9ed +color1 #f52a65 +color2 #587539 +color3 #8c6c3e +color4 #2e7de9 +color5 #9854f1 +color6 #007197 +color7 #6172b0 # bright -color8 #414868 -color9 #f7768e -color10 #9ece6a -color11 #e0af68 -color12 #7aa2f7 -color13 #bb9af7 -color14 #7dcfff -color15 #c0caf5 +color8 #a1a6c5 +color9 #f52a65 +color10 #587539 +color11 #8c6c3e +color12 #2e7de9 +color13 #9854f1 +color14 #007197 +color15 #3760bf # extended colors -color16 #ff9e64 -color17 #db4b4b +color16 #b15c00 +color17 #c64343 diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index 85d1928..d83ac3e 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -1,66 +1,66 @@ local colors = { - bg = "#1a1b26", - bg_dark = "#16161e", - bg_float = "#16161e", - bg_highlight = "#292e42", - bg_popup = "#16161e", - bg_search = "#3d59a1", - bg_sidebar = "#16161e", - bg_statusline = "#16161e", - bg_visual = "#33467c", - black = "#15161e", - blue = "#7aa2f7", - blue0 = "#3d59a1", - blue1 = "#2ac3de", - blue2 = "#0db9d7", - blue5 = "#89ddff", - blue6 = "#b4f9f8", - blue7 = "#394b70", - border = "#15161e", - border_highlight = "#27a1b9", - comment = "#565f89", - cyan = "#7dcfff", - dark3 = "#545c7e", - dark5 = "#737aa2", + bg = "#e1e2e7", + bg_dark = "#e9e9ec", + bg_float = "#e9e9ec", + bg_highlight = "#c4c8da", + bg_popup = "#e9e9ec", + bg_search = "#7890dd", + bg_sidebar = "#e9e9ec", + bg_statusline = "#e9e9ec", + bg_visual = "#99a7df", + black = "#e9e9ed", + blue = "#2e7de9", + blue0 = "#7890dd", + blue1 = "#188092", + blue2 = "#07879d", + blue5 = "#006a83", + blue6 = "#2e5857", + blue7 = "#92a6d5", + border = "#e9e9ed", + border_highlight = "#2496ac", + comment = "#848cb5", + cyan = "#007197", + dark3 = "#8990b3", + dark5 = "#68709a", diff = { - add = "#20303b", - change = "#1f2231", - delete = "#37222c", - text = "#394b70" + add = "#aecde6", + change = "#d6d8e3", + delete = "#dfccd4", + text = "#92a6d5" }, - error = "#db4b4b", - fg = "#c0caf5", - fg_dark = "#a9b1d6", - fg_float = "#a9b1d6", - fg_gutter = "#3b4261", - fg_sidebar = "#a9b1d6", + error = "#c64343", + fg = "#3760bf", + fg_dark = "#6172b0", + fg_float = "#6172b0", + fg_gutter = "#a8aecb", + fg_sidebar = "#6172b0", git = { - add = "#449dab", - change = "#6183bb", + add = "#2c6c75", + change = "#6183b9", delete = "#914c54", - ignore = "#545c7e" + ignore = "#8990b3" }, gitSigns = { add = "#266d6a", - change = "#536c9e", + change = "#526c9e", delete = "#b2555b" }, - green = "#9ece6a", - green1 = "#73daca", - green2 = "#41a6b5", - hint = "#1abc9c", - info = "#0db9d7", - magenta = "#bb9af7", - magenta2 = "#ff007c", + green = "#587539", + green1 = "#387068", + green2 = "#38919f", + hint = "#118c74", + info = "#07879d", + magenta = "#9854f1", + magenta2 = "#d20065", none = "NONE", - orange = "#ff9e64", - purple = "#9d7cd8", - red = "#f7768e", - red1 = "#db4b4b", - teal = "#1abc9c", - terminal_black = "#414868", - warning = "#e0af68", - yellow = "#e0af68" + orange = "#b15c00", + purple = "#7847bd", + red = "#f52a65", + red1 = "#c64343", + teal = "#118c74", + terminal_black = "#a1a6c5", + warning = "#8c6c3e", + yellow = "#8c6c3e" } local highlights = { @@ -198,7 +198,7 @@ local highlights = { fg = "#f52a65" }, BufferLineIndicatorSelected = { - fg = "#506d9c" + fg = "#506d9b" }, BufferTabpage = { bg = "#e9e9ec", @@ -503,7 +503,7 @@ local highlights = { fg = "#399a96" }, GitGutterChange = { - fg = "#6482bd" + fg = "#6382bd" }, GitGutterDelete = { fg = "#c25d64" @@ -512,7 +512,7 @@ local highlights = { fg = "#399a96" }, GitSignsChange = { - fg = "#6482bd" + fg = "#6382bd" }, GitSignsDelete = { fg = "#c25d64" @@ -995,7 +995,7 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#aecde6", - fg = "#4197a4" + fg = "#4097a3" }, NeogitDiffContextHighlight = { bg = "#c3c6d8", @@ -1244,16 +1244,16 @@ local highlights = { }, NvimTreeFolderIcon = { bg = "NONE", - fg = "#8c6c3e" + fg = "#2e7de9" }, NvimTreeGitDeleted = { fg = "#c47981" }, NvimTreeGitDirty = { - fg = "#506d9c" + fg = "#506d9b" }, NvimTreeGitNew = { - fg = "#4197a4" + fg = "#4097a3" }, NvimTreeImageFile = { fg = "#6172b0" @@ -1545,10 +1545,10 @@ local highlights = { bg = "#e9e9ec" }, diffAdded = { - fg = "#4197a4" + fg = "#4097a3" }, diffChanged = { - fg = "#506d9c" + fg = "#506d9b" }, diffFile = { fg = "#2e7de9" diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua index ce1d25c..a32580d 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -1244,7 +1244,7 @@ local highlights = { }, NvimTreeFolderIcon = { bg = "NONE", - fg = "#ffc777" + fg = "#82aaff" }, NvimTreeGitDeleted = { fg = "#e26a75" diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index 274c777..940684f 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -35,15 +35,15 @@ local colors = { fg_gutter = "#3b4261", fg_sidebar = "#a9b1d6", git = { - add = "#449dab", - change = "#6183bb", - delete = "#914c54", + add = "#4097a3", + change = "#506d9b", + delete = "#c47981", ignore = "#545c7e" }, gitSigns = { - add = "#266d6a", - change = "#536c9e", - delete = "#b2555b" + add = "#399a96", + change = "#6382bd", + delete = "#c25d64" }, green = "#9ece6a", green1 = "#73daca", @@ -198,7 +198,7 @@ local highlights = { fg = "#f7768e" }, BufferLineIndicatorSelected = { - fg = "#6183bb" + fg = "#506d9b" }, BufferTabpage = { bg = "#16161e", @@ -500,22 +500,22 @@ local highlights = { style = {} }, GitGutterAdd = { - fg = "#266d6a" + fg = "#399a96" }, GitGutterChange = { - fg = "#536c9e" + fg = "#6382bd" }, GitGutterDelete = { - fg = "#b2555b" + fg = "#c25d64" }, GitSignsAdd = { - fg = "#266d6a" + fg = "#399a96" }, GitSignsChange = { - fg = "#536c9e" + fg = "#6382bd" }, GitSignsDelete = { - fg = "#b2555b" + fg = "#c25d64" }, GlyphPalette1 = { fg = "#db4b4b" @@ -995,7 +995,7 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#20303b", - fg = "#449dab" + fg = "#4097a3" }, NeogitDiffContextHighlight = { bg = "#2b2f44", @@ -1003,7 +1003,7 @@ local highlights = { }, NeogitDiffDeleteHighlight = { bg = "#37222c", - fg = "#914c54" + fg = "#c47981" }, NeogitHunkHeader = { bg = "#292e42", @@ -1244,16 +1244,16 @@ local highlights = { }, NvimTreeFolderIcon = { bg = "NONE", - fg = "#e0af68" + fg = "#7aa2f7" }, NvimTreeGitDeleted = { - fg = "#914c54" + fg = "#c47981" }, NvimTreeGitDirty = { - fg = "#6183bb" + fg = "#506d9b" }, NvimTreeGitNew = { - fg = "#449dab" + fg = "#4097a3" }, NvimTreeImageFile = { fg = "#a9b1d6" @@ -1545,10 +1545,10 @@ local highlights = { bg = "#16161e" }, diffAdded = { - fg = "#449dab" + fg = "#4097a3" }, diffChanged = { - fg = "#6183bb" + fg = "#506d9b" }, diffFile = { fg = "#7aa2f7" @@ -1566,7 +1566,7 @@ local highlights = { fg = "#e0af68" }, diffRemoved = { - fg = "#914c54" + fg = "#c47981" }, healthError = { fg = "#db4b4b" diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua index f3b99a3..44686ef 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -35,15 +35,15 @@ local colors = { fg_gutter = "#3b4261", fg_sidebar = "#a9b1d6", git = { - add = "#449dab", - change = "#6183bb", - delete = "#914c54", + add = "#4097a3", + change = "#506d9b", + delete = "#c47981", ignore = "#545c7e" }, gitSigns = { - add = "#266d6a", - change = "#536c9e", - delete = "#b2555b" + add = "#399a96", + change = "#6382bd", + delete = "#c25d64" }, green = "#9ece6a", green1 = "#73daca", @@ -198,7 +198,7 @@ local highlights = { fg = "#f7768e" }, BufferLineIndicatorSelected = { - fg = "#6183bb" + fg = "#506d9b" }, BufferTabpage = { bg = "#1f2335", @@ -500,22 +500,22 @@ local highlights = { style = {} }, GitGutterAdd = { - fg = "#266d6a" + fg = "#399a96" }, GitGutterChange = { - fg = "#536c9e" + fg = "#6382bd" }, GitGutterDelete = { - fg = "#b2555b" + fg = "#c25d64" }, GitSignsAdd = { - fg = "#266d6a" + fg = "#399a96" }, GitSignsChange = { - fg = "#536c9e" + fg = "#6382bd" }, GitSignsDelete = { - fg = "#b2555b" + fg = "#c25d64" }, GlyphPalette1 = { fg = "#db4b4b" @@ -995,7 +995,7 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#283b4d", - fg = "#449dab" + fg = "#4097a3" }, NeogitDiffContextHighlight = { bg = "#30354e", @@ -1003,7 +1003,7 @@ local highlights = { }, NeogitDiffDeleteHighlight = { bg = "#3f2d3d", - fg = "#914c54" + fg = "#c47981" }, NeogitHunkHeader = { bg = "#292e42", @@ -1244,16 +1244,16 @@ local highlights = { }, NvimTreeFolderIcon = { bg = "NONE", - fg = "#e0af68" + fg = "#7aa2f7" }, NvimTreeGitDeleted = { - fg = "#914c54" + fg = "#c47981" }, NvimTreeGitDirty = { - fg = "#6183bb" + fg = "#506d9b" }, NvimTreeGitNew = { - fg = "#449dab" + fg = "#4097a3" }, NvimTreeImageFile = { fg = "#a9b1d6" @@ -1545,10 +1545,10 @@ local highlights = { bg = "#1f2335" }, diffAdded = { - fg = "#449dab" + fg = "#4097a3" }, diffChanged = { - fg = "#6183bb" + fg = "#506d9b" }, diffFile = { fg = "#7aa2f7" @@ -1566,7 +1566,7 @@ local highlights = { fg = "#e0af68" }, diffRemoved = { - fg = "#914c54" + fg = "#c47981" }, healthError = { fg = "#db4b4b" diff --git a/extras/sublime/tokyonight_day.tmTheme b/extras/sublime/tokyonight_day.tmTheme index df37b35..bf7a5d9 100644 --- a/extras/sublime/tokyonight_day.tmTheme +++ b/extras/sublime/tokyonight_day.tmTheme @@ -67,7 +67,7 @@ settings foreground - #565f89 + #848cb5 @@ -78,7 +78,7 @@ settings foreground - #565f89 + #848cb5 @@ -89,7 +89,7 @@ settings foreground - #ff9e64 + #b15c00 @@ -102,7 +102,7 @@ fontStyle foreground - #9ece6a + #587539 @@ -124,7 +124,7 @@ settings foreground - #f7768e + #f52a65 @@ -135,7 +135,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -146,7 +146,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -157,7 +157,7 @@ settings foreground - #9d7cd8 + #7847bd @@ -168,7 +168,7 @@ settings foreground - #7dcfff + #007197 @@ -181,7 +181,7 @@ fontStyle bold foreground - #f7768e + #f52a65 @@ -192,7 +192,7 @@ settings foreground - #89ddff + #006a83 @@ -203,7 +203,7 @@ settings foreground - #7dcfff + #007197 @@ -214,7 +214,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -225,7 +225,7 @@ settings foreground - #7dcfff + #007197 @@ -236,7 +236,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -247,7 +247,7 @@ settings foreground - #f7768e + #f52a65 @@ -269,7 +269,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -280,7 +280,7 @@ settings foreground - #0db9d7 + #07879d @@ -302,7 +302,7 @@ settings foreground - #0db9d7 + #07879d @@ -313,7 +313,7 @@ settings foreground - #e0af68 + #8c6c3e @@ -324,7 +324,7 @@ settings foreground - #c0caf5 + #3760bf @@ -335,7 +335,7 @@ settings foreground - #c0caf5 + #3760bf @@ -346,7 +346,7 @@ settings foreground - #73daca + #387068 @@ -357,7 +357,7 @@ settings foreground - #7dcfff + #007197 @@ -368,7 +368,7 @@ settings foreground - #c0caf5 + #3760bf @@ -379,7 +379,7 @@ settings foreground - #41a6b5 + #38919f @@ -390,7 +390,7 @@ settings foreground - #f7768e + #f52a65 @@ -401,7 +401,7 @@ settings foreground - #f7768e + #f52a65 @@ -412,7 +412,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -423,7 +423,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -434,7 +434,7 @@ settings foreground - #e0af68 + #8c6c3e @@ -445,7 +445,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -456,7 +456,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -469,7 +469,7 @@ fontStyle foreground - #bb9af7 + #9854f1 @@ -480,7 +480,7 @@ settings foreground - #0db9d7 + #07879d @@ -491,7 +491,7 @@ settings foreground - #c0caf5 + #3760bf @@ -502,7 +502,7 @@ settings foreground - #0db9d7 + #07879d @@ -513,7 +513,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -524,7 +524,7 @@ settings foreground - #9ece6a + #587539 @@ -535,7 +535,7 @@ settings foreground - #9ece6a + #587539 @@ -557,7 +557,7 @@ settings foreground - #0db9d7 + #07879d @@ -568,7 +568,7 @@ settings foreground - #e0af68 + #8c6c3e @@ -590,7 +590,7 @@ settings foreground - #e0af68 + #8c6c3e @@ -601,7 +601,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -612,7 +612,7 @@ settings foreground - #9d7cd8 + #7847bd @@ -623,7 +623,7 @@ settings foreground - #c0caf5 + #3760bf @@ -634,7 +634,7 @@ settings foreground - #ff9e64 + #b15c00 @@ -645,7 +645,7 @@ settings foreground - #c0caf5 + #3760bf @@ -656,7 +656,7 @@ settings foreground - #f7768e + #f52a65 @@ -667,7 +667,7 @@ settings foreground - #c0caf5 + #3760bf @@ -678,7 +678,7 @@ settings foreground - #f7768e + #f52a65 @@ -689,7 +689,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -700,7 +700,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -711,7 +711,7 @@ settings foreground - #89ddff + #006a83 @@ -722,7 +722,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -733,7 +733,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -744,7 +744,7 @@ settings foreground - #449dab + #2c6c75 @@ -766,7 +766,7 @@ settings foreground - #6183bb + #6183b9 @@ -777,7 +777,7 @@ settings foreground - #b4f9f8 + #2e5857 @@ -788,7 +788,7 @@ settings foreground - #f7768e + #f52a65 @@ -799,7 +799,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -810,7 +810,7 @@ settings foreground - #e0af68 + #8c6c3e @@ -821,7 +821,7 @@ settings foreground - #89ddff + #006a83 @@ -832,7 +832,7 @@ settings foreground - #c0caf5 + #3760bf @@ -843,7 +843,7 @@ settings foreground - #89ddff + #006a83 @@ -854,7 +854,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -865,7 +865,7 @@ settings foreground - #f7768e + #f52a65 @@ -876,7 +876,7 @@ settings foreground - #7aa2f7 + #2e7de9 @@ -887,7 +887,7 @@ settings foreground - #0db9d7 + #07879d @@ -898,7 +898,7 @@ settings foreground - #7dcfff + #007197 @@ -909,7 +909,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -920,7 +920,7 @@ settings foreground - #e0af68 + #8c6c3e @@ -931,7 +931,7 @@ settings foreground - #0db9d7 + #07879d @@ -942,7 +942,7 @@ settings foreground - #73daca + #387068 @@ -953,7 +953,7 @@ settings foreground - #f7768e + #f52a65 @@ -964,7 +964,7 @@ settings foreground - #9ece6a + #587539 @@ -975,7 +975,7 @@ settings foreground - #9ece6a + #587539 @@ -1008,7 +1008,7 @@ settings foreground - #c0caf5 + #3760bf @@ -1030,7 +1030,7 @@ settings foreground - #bb9af7 + #9854f1 @@ -1054,7 +1054,7 @@ fontStyle bold foreground - #89ddff + #006a83 @@ -1080,7 +1080,7 @@ fontStyle bold foreground - #7aa2f7 + #2e7de9 @@ -1132,7 +1132,7 @@ fontStyle italic foreground - #c0caf5 + #3760bf @@ -1145,7 +1145,7 @@ fontStyle bold foreground - #c0caf5 + #3760bf @@ -1158,7 +1158,7 @@ fontStyle bold italic foreground - #c0caf5 + #3760bf @@ -1202,7 +1202,7 @@ settings foreground - #73daca + #387068 @@ -1213,7 +1213,7 @@ settings foreground - #89ddff + #006a83 @@ -1248,7 +1248,7 @@ settings foreground - #0db9d7 + #07879d @@ -1270,7 +1270,7 @@ settings foreground - #db4b4b + #c64343 @@ -1292,7 +1292,7 @@ settings foreground - #f7768e + #f52a65 @@ -1303,7 +1303,7 @@ settings foreground - #73daca + #387068 @@ -1314,7 +1314,7 @@ settings foreground - #7aa2f7 + #2e7de9 diff --git a/extras/sublime/tokyonight_night.tmTheme b/extras/sublime/tokyonight_night.tmTheme index df37b35..b3c898c 100644 --- a/extras/sublime/tokyonight_night.tmTheme +++ b/extras/sublime/tokyonight_night.tmTheme @@ -744,7 +744,7 @@ settings foreground - #449dab + #4097a3 @@ -755,7 +755,7 @@ settings foreground - #914c54 + #c47981 @@ -766,7 +766,7 @@ settings foreground - #6183bb + #506d9b diff --git a/extras/sublime/tokyonight_storm.tmTheme b/extras/sublime/tokyonight_storm.tmTheme index df37b35..40f7cf0 100644 --- a/extras/sublime/tokyonight_storm.tmTheme +++ b/extras/sublime/tokyonight_storm.tmTheme @@ -744,7 +744,7 @@ settings foreground - #449dab + #2c6c75 @@ -766,7 +766,7 @@ settings foreground - #6183bb + #6183b9 diff --git a/extras/tilix/tokyonight_day.json b/extras/tilix/tokyonight_day.json index e5ce16a..02a5919 100644 --- a/extras/tilix/tokyonight_day.json +++ b/extras/tilix/tokyonight_day.json @@ -2,25 +2,25 @@ "name": "Tokyo Night Day", "comment": "", "use-theme-colors": false, - "foreground-color": "#c0caf5", - "background-color": "#1a1b26", + "foreground-color": "#3760bf", + "background-color": "#e1e2e7", "palette": [ - "#15161e", - "#f7768e", - "#9ece6a", - "#e0af68", - "#7aa2f7", - "#bb9af7", - "#7dcfff", - "#a9b1d6", - "#414868", - "#f7768e", - "#9ece6a", - "#e0af68", - "#7aa2f7", - "#bb9af7", - "#7dcfff", - "#c0caf5" + "#e9e9ed", + "#f52a65", + "#587539", + "#8c6c3e", + "#2e7de9", + "#9854f1", + "#007197", + "#6172b0", + "#a1a6c5", + "#f52a65", + "#587539", + "#8c6c3e", + "#2e7de9", + "#9854f1", + "#007197", + "#3760bf" ] } \ No newline at end of file diff --git a/extras/tmux/tokyonight_day.tmux b/extras/tmux/tokyonight_day.tmux index 3b059f3..11b7363 100644 --- a/extras/tmux/tokyonight_day.tmux +++ b/extras/tmux/tokyonight_day.tmux @@ -2,18 +2,18 @@ # TokyoNight colors for Tmux -set -g mode-style "fg=#7aa2f7,bg=#3b4261" +set -g mode-style "fg=#2e7de9,bg=#a8aecb" -set -g message-style "fg=#7aa2f7,bg=#3b4261" -set -g message-command-style "fg=#7aa2f7,bg=#3b4261" +set -g message-style "fg=#2e7de9,bg=#a8aecb" +set -g message-command-style "fg=#2e7de9,bg=#a8aecb" -set -g pane-border-style "fg=#3b4261" -set -g pane-active-border-style "fg=#7aa2f7" +set -g pane-border-style "fg=#a8aecb" +set -g pane-active-border-style "fg=#2e7de9" set -g status "on" set -g status-justify "left" -set -g status-style "fg=#7aa2f7,bg=#16161e" +set -g status-style "fg=#2e7de9,bg=#e9e9ec" set -g status-left-length "100" set -g status-right-length "100" @@ -21,15 +21,15 @@ set -g status-right-length "100" set -g status-left-style NONE set -g status-right-style NONE -set -g status-left "#[fg=#15161e,bg=#7aa2f7,bold] #S #[fg=#7aa2f7,bg=#16161e,nobold,nounderscore,noitalics]" -set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %I:%M %p #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7,bold] #h " +set -g status-left "#[fg=#e9e9ed,bg=#2e7de9,bold] #S #[fg=#2e7de9,bg=#e9e9ec,nobold,nounderscore,noitalics]" +set -g status-right "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#e9e9ec] #{prefix_highlight} #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb] %Y-%m-%d  %I:%M %p #[fg=#2e7de9,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#e9e9ed,bg=#2e7de9,bold] #h " -setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#16161e" +setw -g window-status-activity-style "underscore,fg=#6172b0,bg=#e9e9ec" setw -g window-status-separator "" -setw -g window-status-style "NONE,fg=#a9b1d6,bg=#16161e" -setw -g window-status-format "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]" -setw -g window-status-current-format "#[fg=#16161e,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]" +setw -g window-status-style "NONE,fg=#6172b0,bg=#e9e9ec" +setw -g window-status-format "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]" +setw -g window-status-current-format "#[fg=#e9e9ec,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb,bold] #I  #W #F #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]" # tmux-plugins/tmux-prefix-highlight support -set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#16161e]#[fg=#16161e]#[bg=#e0af68]" +set -g @prefix_highlight_output_prefix "#[fg=#8c6c3e]#[bg=#e9e9ec]#[fg=#e9e9ec]#[bg=#8c6c3e]" set -g @prefix_highlight_output_suffix "" diff --git a/extras/wezterm/tokyonight_day.toml b/extras/wezterm/tokyonight_day.toml index 9d508d0..85bb054 100644 --- a/extras/wezterm/tokyonight_day.toml +++ b/extras/wezterm/tokyonight_day.toml @@ -1,12 +1,12 @@ [colors] -foreground = "#c0caf5" -background = "#1a1b26" -cursor_bg = "#c0caf5" -cursor_border = "#c0caf5" -cursor_fg = "#1a1b26" -selection_bg = "#33467c" -selection_fg = "#c0caf5" +foreground = "#3760bf" +background = "#e1e2e7" +cursor_bg = "#3760bf" +cursor_border = "#3760bf" +cursor_fg = "#e1e2e7" +selection_bg = "#99a7df" +selection_fg = "#3760bf" -ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"] -brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"] +ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"] +brights = ["#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"] \ No newline at end of file diff --git a/extras/xfceterm/tokyonight_day.theme b/extras/xfceterm/tokyonight_day.theme index 623ef5f..5782f2d 100644 --- a/extras/xfceterm/tokyonight_day.theme +++ b/extras/xfceterm/tokyonight_day.theme @@ -1,9 +1,9 @@ [Scheme] Name=TokyoNight Colors -ColorBackground=#1a1b26 -ColorForeground=#c0caf5 +ColorBackground=#e1e2e7 +ColorForeground=#3760bf -ColorSelectionBackground=#33467c -ColorSelection=#c0caf5 +ColorSelectionBackground=#99a7df +ColorSelection=#3760bf -ColorPalette=#15161e;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5 +ColorPalette=#e9e9ed;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#6172b0;#a1a6c5;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#3760bf diff --git a/extras/xresources/tokyonight_day.Xresources b/extras/xresources/tokyonight_day.Xresources index 032a401..a3e15cd 100644 --- a/extras/xresources/tokyonight_day.Xresources +++ b/extras/xresources/tokyonight_day.Xresources @@ -1,23 +1,23 @@ ! TokyoNight colors for Xresources -*background: #1a1b26 -*foreground: #c0caf5 +*background: #e1e2e7 +*foreground: #3760bf -*color0: #15161e -*color1: #f7768e -*color2: #9ece6a -*color3: #e0af68 -*color4: #7aa2f7 -*color5: #bb9af7 -*color6: #7dcfff -*color7: #a9b1d6 +*color0: #e9e9ed +*color1: #f52a65 +*color2: #587539 +*color3: #8c6c3e +*color4: #2e7de9 +*color5: #9854f1 +*color6: #007197 +*color7: #6172b0 -*color8: #414868 -*color9: #f7768e -*color10: #9ece6a -*color11: #e0af68 -*color12: #7aa2f7 -*color13: #bb9af7 -*color14: #7dcfff -*color15: #c0caf5 +*color8: #a1a6c5 +*color9: #f52a65 +*color10: #587539 +*color11: #8c6c3e +*color12: #2e7de9 +*color13: #9854f1 +*color14: #007197 +*color15: #3760bf diff --git a/lua/tokyonight/util.lua b/lua/tokyonight/util.lua index 3a1827c..6cce5ba 100644 --- a/lua/tokyonight/util.lua +++ b/lua/tokyonight/util.lua @@ -151,8 +151,9 @@ function M.invert_colors(colors) return M.invert_color(colors) end for key, value in pairs(colors) do - M.invert_colors(value) + colors[key] = M.invert_colors(value) end + return colors end ---@param hls Highlights