From 7c7425b8842a23b944ce50d459ef821a54a7e0da Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 19 Sep 2022 07:28:21 +0200 Subject: [PATCH] feat: switch purple with magenta for moon style --- extras/alacritty/tokyonight_moon.yml | 2 +- extras/fish/tokyonight_moon.fish | 4 +- extras/foot/tokyonight_moon.ini | 8 +- extras/iterm/tokyonight_moon.itermcolors | 12 +- extras/kitty/tokyonight_moon.conf | 6 +- extras/lua/tokyonight_day.lua | 16 +- extras/lua/tokyonight_moon.lua | 178 +++++++++++------------ extras/lua/tokyonight_night.lua | 42 +++--- extras/lua/tokyonight_storm.lua | 42 +++--- extras/wezterm/tokyonight_moon.toml | 2 +- extras/xfceterm/tokyonight_moon.theme | 2 +- lua/tokyonight/colors.lua | 4 +- 12 files changed, 159 insertions(+), 159 deletions(-) diff --git a/extras/alacritty/tokyonight_moon.yml b/extras/alacritty/tokyonight_moon.yml index 831ad97..c2889ce 100644 --- a/extras/alacritty/tokyonight_moon.yml +++ b/extras/alacritty/tokyonight_moon.yml @@ -29,6 +29,6 @@ colors: indexed_colors: - { index: 16, color: '0xff966c' } - - { index: 17, color: '0xdb4b4b' } + - { index: 17, color: '0xc53b53' } \ No newline at end of file diff --git a/extras/fish/tokyonight_moon.fish b/extras/fish/tokyonight_moon.fish index f5ab51d..332d50d 100644 --- a/extras/fish/tokyonight_moon.fish +++ b/extras/fish/tokyonight_moon.fish @@ -1,12 +1,12 @@ # TokyoNight Color Palette set -l foreground c8d3f5 - set -l selection 354981 + set -l selection 3654a7 set -l comment 7a88cf set -l red ff757f set -l orange ff966c set -l yellow ffc777 set -l green c3e88d - set -l purple c099ff + set -l purple fca7ea set -l cyan 86e1fc set -l pink c099ff diff --git a/extras/foot/tokyonight_moon.ini b/extras/foot/tokyonight_moon.ini index 97a45ed..1190c73 100644 --- a/extras/foot/tokyonight_moon.ini +++ b/extras/foot/tokyonight_moon.ini @@ -1,12 +1,12 @@ [cursor] -color=c8d3f5 354981 +color=c8d3f5 3654a7 [colors] foreground=c8d3f5 background=222436 selection-foreground=c8d3f5 -selection-background=354981 -urls=73daca +selection-background=3654a7 +urls=4fd6be regular0=1b1d2b regular1=ff757f @@ -27,4 +27,4 @@ bright6=86e1fc bright7=c8d3f5 16=ff966c -17=db4b4b \ No newline at end of file +17=c53b53 \ No newline at end of file diff --git a/extras/iterm/tokyonight_moon.itermcolors b/extras/iterm/tokyonight_moon.itermcolors index c4e2572..af988ee 100644 --- a/extras/iterm/tokyonight_moon.itermcolors +++ b/extras/iterm/tokyonight_moon.itermcolors @@ -306,13 +306,13 @@ Alpha Component 1 Blue Component - 0.7921568627450980 + 0.7450980392156863 Color Space sRGB Green Component - 0.8549019607843137 + 0.8392156862745098 Red Component - 0.4509803921568628 + 0.3098039215686275 Selected Text Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.5058823529411764 + 0.6549019607843137 Color Space sRGB Green Component - 0.2862745098039216 + 0.3294117647058823 Red Component - 0.2078431372549020 + 0.2117647058823529 \ No newline at end of file diff --git a/extras/kitty/tokyonight_moon.conf b/extras/kitty/tokyonight_moon.conf index 15ca9e5..f12985c 100644 --- a/extras/kitty/tokyonight_moon.conf +++ b/extras/kitty/tokyonight_moon.conf @@ -8,9 +8,9 @@ background #222436 foreground #c8d3f5 -selection_background #354981 +selection_background #3654a7 selection_foreground #c8d3f5 -url_color #73daca +url_color #4fd6be cursor #c8d3f5 cursor_text_color #222436 @@ -43,5 +43,5 @@ color15 #c8d3f5 # extended colors color16 #ff966c -color17 #db4b4b +color17 #c53b53 \ No newline at end of file diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index 827cf37..dfc3fa2 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -104,7 +104,7 @@ local highlights = { fg = "#f52a65" }, BufferLineIndicatorSelected = { - fg = "#506d9c" + fg = "#506d9b" }, BufferTabpage = { bg = "#e9e9ec", @@ -406,7 +406,7 @@ local highlights = { fg = "#399a96" }, GitGutterChange = { - fg = "#6482bd" + fg = "#6382bd" }, GitGutterDelete = { fg = "#c25d64" @@ -415,7 +415,7 @@ local highlights = { fg = "#399a96" }, GitSignsChange = { - fg = "#6482bd" + fg = "#6382bd" }, GitSignsDelete = { fg = "#c25d64" @@ -775,7 +775,7 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#aecde6", - fg = "#4197a4" + fg = "#4097a3" }, NeogitDiffContextHighlight = { bg = "#c3c6d8", @@ -823,10 +823,10 @@ local highlights = { fg = "#c47981" }, NvimTreeGitDirty = { - fg = "#506d9c" + fg = "#506d9b" }, NvimTreeGitNew = { - fg = "#4197a4" + fg = "#4097a3" }, NvimTreeImageFile = { fg = "#6172b0" @@ -1161,10 +1161,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 ed034e6..365ac5d 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -4,20 +4,20 @@ local colors = { bg_float = "#1e2030", bg_highlight = "#2f334d", bg_popup = "#1e2030", - bg_search = "#3d59a1", + bg_search = "#3e68d7", bg_sidebar = "#1e2030", bg_statusline = "#1e2030", - bg_visual = "#354981", + bg_visual = "#3654a7", black = "#1b1d2b", blue = "#82aaff", - blue0 = "#3d59a1", - blue1 = "#2ac3de", + blue0 = "#3e68d7", + blue1 = "#65bcff", blue2 = "#0db9d7", blue5 = "#89ddff", blue6 = "#b4f9f8", blue7 = "#394b70", border = "#1b1d2b", - border_highlight = "#3d59a1", + border_highlight = "#3e68d7", comment = "#7a88cf", cyan = "#86e1fc", dark3 = "#545c7e", @@ -25,27 +25,27 @@ local colors = { diff = { add = "#273849", change = "#252a3f", - delete = "#3e2a39", + delete = "#3a273a", text = "#394b70" }, - error = "#db4b4b", + error = "#c53b53", fg = "#c8d3f5", fg_dark = "#828bb8", fg_gutter = "#3b4261", fg_sidebar = "#828bb8", git = { - add = "#449dab", - change = "#6183bb", - delete = "#914c54", + add = "#b8db87", + change = "#7ca1f2", + delete = "#e26a75", ignore = "#545c7e" }, gitSigns = { - add = "#266d6a", - change = "#536c9e", - delete = "#b2555b" + add = "#627259", + change = "#485a86", + delete = "#b55a67" }, green = "#c3e88d", - green1 = "#73daca", + green1 = "#4fd6be", green2 = "#41a6b5", hint = "#4fd6be", info = "#0db9d7", @@ -53,9 +53,9 @@ local colors = { magenta2 = "#ff007c", none = "NONE", orange = "#ff966c", - purple = "#c099ff", + purple = "#fca7ea", red = "#ff757f", - red1 = "#db4b4b", + red1 = "#c53b53", teal = "#4fd6be", terminal_black = "#444a73", warning = "#ffc777", @@ -72,7 +72,7 @@ local highlights = { fg = "#82aaff" }, ALEErrorSign = { - fg = "#db4b4b" + fg = "#c53b53" }, ALEWarningSign = { fg = "#ffc777" @@ -114,18 +114,18 @@ local highlights = { }, BufferInactiveSign = { bg = "#1e2030", - fg = "#3d59a1" + fg = "#3e68d7" }, BufferInactiveTarget = { bg = "#1e2030", fg = "#ff757f" }, BufferLineIndicatorSelected = { - fg = "#6183bb" + fg = "#7ca1f2" }, BufferTabpage = { bg = "#1e2030", - fg = "#3d59a1" + fg = "#3e68d7" }, BufferTabpages = { bg = "#1e2030", @@ -160,7 +160,7 @@ local highlights = { }, CmpDocumentationBorder = { bg = "#1e2030", - fg = "#3d59a1" + fg = "#3e68d7" }, CmpItemAbbr = { bg = "NONE", @@ -173,11 +173,11 @@ local highlights = { }, CmpItemAbbrMatch = { bg = "NONE", - fg = "#2ac3de" + fg = "#65bcff" }, CmpItemAbbrMatchFuzzy = { bg = "NONE", - fg = "#2ac3de" + fg = "#65bcff" }, CmpItemKindClass = { bg = "NONE", @@ -201,7 +201,7 @@ local highlights = { }, CmpItemKindEnumMember = { bg = "NONE", - fg = "#73daca" + fg = "#4fd6be" }, CmpItemKindEvent = { bg = "NONE", @@ -209,7 +209,7 @@ local highlights = { }, CmpItemKindField = { bg = "NONE", - fg = "#73daca" + fg = "#4fd6be" }, CmpItemKindFunction = { bg = "NONE", @@ -233,11 +233,11 @@ local highlights = { }, CmpItemKindOperator = { bg = "NONE", - fg = "#73daca" + fg = "#4fd6be" }, CmpItemKindProperty = { bg = "NONE", - fg = "#73daca" + fg = "#4fd6be" }, CmpItemKindReference = { bg = "NONE", @@ -253,7 +253,7 @@ local highlights = { }, CmpItemKindTypeParameter = { bg = "NONE", - fg = "#73daca" + fg = "#4fd6be" }, CmpItemKindUnit = { bg = "NONE", @@ -317,13 +317,13 @@ local highlights = { fg = "#86e1fc" }, DefinitionCount = { - fg = "#c099ff" + fg = "#fca7ea" }, DefinitionIcon = { fg = "#82aaff" }, DiagnosticError = { - fg = "#db4b4b" + fg = "#c53b53" }, DiagnosticHint = { fg = "#4fd6be" @@ -335,7 +335,7 @@ local highlights = { link = "DiagnosticInfo" }, DiagnosticUnderlineError = { - sp = "#db4b4b", + sp = "#c53b53", undercurl = true }, DiagnosticUnderlineHint = { @@ -351,8 +351,8 @@ local highlights = { undercurl = true }, DiagnosticVirtualTextError = { - bg = "#352838", - fg = "#db4b4b" + bg = "#322639", + fg = "#c53b53" }, DiagnosticVirtualTextHint = { bg = "#273644", @@ -379,7 +379,7 @@ local highlights = { bg = "#252a3f" }, DiffDelete = { - bg = "#3e2a39" + bg = "#3a273a" }, DiffText = { bg = "#394b70" @@ -391,17 +391,17 @@ local highlights = { fg = "#222436" }, Error = { - fg = "#db4b4b" + fg = "#c53b53" }, ErrorMsg = { - fg = "#db4b4b" + fg = "#c53b53" }, FernBranchText = { fg = "#82aaff" }, FloatBorder = { bg = "#1e2030", - fg = "#3d59a1" + fg = "#3e68d7" }, FoldColumn = { bg = "#222436", @@ -420,25 +420,25 @@ local highlights = { style = {} }, GitGutterAdd = { - fg = "#266d6a" + fg = "#627259" }, GitGutterChange = { - fg = "#536c9e" + fg = "#485a86" }, GitGutterDelete = { - fg = "#b2555b" + fg = "#b55a67" }, GitSignsAdd = { - fg = "#266d6a" + fg = "#627259" }, GitSignsChange = { - fg = "#536c9e" + fg = "#485a86" }, GitSignsDelete = { - fg = "#b2555b" + fg = "#b55a67" }, GlyphPalette1 = { - fg = "#db4b4b" + fg = "#c53b53" }, GlyphPalette2 = { fg = "#c3e88d" @@ -450,7 +450,7 @@ local highlights = { fg = "#82aaff" }, GlyphPalette6 = { - fg = "#73daca" + fg = "#4fd6be" }, GlyphPalette7 = { fg = "#c8d3f5" @@ -493,7 +493,7 @@ local highlights = { fg = "#3b4261" }, IndentBlanklineContextChar = { - fg = "#c099ff" + fg = "#fca7ea" }, Italic = { italic = true @@ -513,7 +513,7 @@ local highlights = { }, LeapLabelSecondary = { bold = true, - fg = "#73daca" + fg = "#4fd6be" }, LeapMatch = { bg = "#ff007c", @@ -530,7 +530,7 @@ local highlights = { }, LightspeedLabelDistant = { bold = true, - fg = "#73daca", + fg = "#4fd6be", underline = true }, LightspeedLabelDistantOverlapped = { @@ -570,7 +570,7 @@ local highlights = { fg = "#7a88cf" }, LspFloatWinBorder = { - fg = "#3d59a1" + fg = "#3e68d7" }, LspFloatWinNormal = { bg = "#1e2030" @@ -591,16 +591,16 @@ local highlights = { fg = "#82aaff" }, LspSagaCodeActionContent = { - fg = "#c099ff" + fg = "#fca7ea" }, LspSagaCodeActionTitle = { - fg = "#2ac3de" + fg = "#65bcff" }, LspSagaDefPreviewBorder = { fg = "#c3e88d" }, LspSagaFinderSelection = { - fg = "#354981" + fg = "#3654a7" }, LspSagaHoverBorder = { fg = "#82aaff" @@ -631,7 +631,7 @@ local highlights = { nocombine = true }, MiniIndentscopeSymbol = { - fg = "#2ac3de" + fg = "#65bcff" }, MiniJump = { bg = "#c099ff", @@ -663,7 +663,7 @@ local highlights = { fg = "#c8d3f5" }, MiniStarterItemBullet = { - fg = "#3d59a1" + fg = "#3e68d7" }, MiniStarterItemPrefix = { fg = "#ffc777" @@ -672,7 +672,7 @@ local highlights = { fg = "#0db9d7" }, MiniStarterSection = { - fg = "#2ac3de" + fg = "#65bcff" }, MiniStatuslineDevinfo = { bg = "#2f334d", @@ -792,15 +792,15 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#273849", - fg = "#449dab" + fg = "#b8db87" }, NeogitDiffContextHighlight = { bg = "#2f334c", fg = "#828bb8" }, NeogitDiffDeleteHighlight = { - bg = "#3e2a39", - fg = "#914c54" + bg = "#3a273a", + fg = "#e26a75" }, NeogitHunkHeader = { bg = "#2f334d", @@ -811,7 +811,7 @@ local highlights = { fg = "#82aaff" }, NeogitRemote = { - fg = "#c099ff" + fg = "#fca7ea" }, NonText = { fg = "#545c7e" @@ -837,13 +837,13 @@ local highlights = { fg = "#ffc777" }, NvimTreeGitDeleted = { - fg = "#914c54" + fg = "#e26a75" }, NvimTreeGitDirty = { - fg = "#6183bb" + fg = "#7ca1f2" }, NvimTreeGitNew = { - fg = "#449dab" + fg = "#b8db87" }, NvimTreeImageFile = { fg = "#828bb8" @@ -867,7 +867,7 @@ local highlights = { fg = "#82aaff" }, NvimTreeSpecialFile = { - fg = "#c099ff", + fg = "#fca7ea", underline = true }, NvimTreeSymlink = { @@ -896,22 +896,22 @@ local highlights = { fg = "#82aaff" }, QuickFixLine = { - bg = "#354981", + bg = "#3654a7", bold = true }, ReferencesCount = { - fg = "#c099ff" + fg = "#fca7ea" }, ReferencesIcon = { fg = "#82aaff" }, ScrollbarError = { bg = "NONE", - fg = "#db4b4b" + fg = "#c53b53" }, ScrollbarErrorHandle = { bg = "#2f334d", - fg = "#db4b4b" + fg = "#c53b53" }, ScrollbarHandle = { bg = "#2f334d", @@ -935,11 +935,11 @@ local highlights = { }, ScrollbarMisc = { bg = "NONE", - fg = "#c099ff" + fg = "#fca7ea" }, ScrollbarMiscHandle = { bg = "#2f334d", - fg = "#c099ff" + fg = "#fca7ea" }, ScrollbarSearch = { bg = "NONE", @@ -958,7 +958,7 @@ local highlights = { fg = "#ffc777" }, Search = { - bg = "#3d59a1", + bg = "#3e68d7", fg = "#c8d3f5" }, SignColumn = { @@ -974,16 +974,16 @@ local highlights = { fg = "#2f334d" }, SneakScope = { - bg = "#354981" + bg = "#3654a7" }, Special = { - fg = "#2ac3de" + fg = "#65bcff" }, SpecialKey = { fg = "#545c7e" }, SpellBad = { - sp = "#db4b4b", + sp = "#c53b53", undercurl = true }, SpellCap = { @@ -1020,14 +1020,14 @@ local highlights = { fg = "#c099ff" }, TSDanger = { - bg = "#db4b4b", + bg = "#c53b53", fg = "#222436" }, TSField = { - fg = "#73daca" + fg = "#4fd6be" }, TSKeyword = { - fg = "#c099ff", + fg = "#fca7ea", style = { italic = true } @@ -1050,7 +1050,7 @@ local highlights = { fg = "#ffc777" }, TSProperty = { - fg = "#73daca" + fg = "#4fd6be" }, TSPunctBracket = { fg = "#828bb8" @@ -1096,7 +1096,7 @@ local highlights = { }, TelescopeBorder = { bg = "#1e2030", - fg = "#3d59a1" + fg = "#3e68d7" }, TelescopeNormal = { bg = "#1e2030", @@ -1122,7 +1122,7 @@ local highlights = { fg = "#828bb8" }, Type = { - fg = "#2ac3de" + fg = "#65bcff" }, Underlined = { underline = true @@ -1131,10 +1131,10 @@ local highlights = { fg = "#1b1d2b" }, Visual = { - bg = "#354981" + bg = "#3654a7" }, VisualNOS = { - bg = "#354981" + bg = "#3654a7" }, WarningMsg = { fg = "#ffc777" @@ -1164,7 +1164,7 @@ local highlights = { fg = "#3b4261" }, WildMenu = { - bg = "#354981" + bg = "#3654a7" }, WinSeparator = { bold = true, @@ -1178,10 +1178,10 @@ local highlights = { bg = "#1e2030" }, diffAdded = { - fg = "#449dab" + fg = "#b8db87" }, diffChanged = { - fg = "#6183bb" + fg = "#7ca1f2" }, diffFile = { fg = "#82aaff" @@ -1199,13 +1199,13 @@ local highlights = { fg = "#ffc777" }, diffRemoved = { - fg = "#914c54" + fg = "#e26a75" }, healthError = { - fg = "#db4b4b" + fg = "#c53b53" }, healthSuccess = { - fg = "#73daca" + fg = "#4fd6be" }, healthWarning = { fg = "#ffc777" @@ -1281,10 +1281,10 @@ local highlights = { fg = "#ff966c" }, rainbowcol5 = { - fg = "#c099ff" + fg = "#fca7ea" }, rainbowcol6 = { - fg = "#73daca" + fg = "#4fd6be" }, rainbowcol7 = { fg = "#ff757f" diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index 19a409d..c5de5b8 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -34,15 +34,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", @@ -121,7 +121,7 @@ local highlights = { fg = "#f7768e" }, BufferLineIndicatorSelected = { - fg = "#6183bb" + fg = "#506d9b" }, BufferTabpage = { bg = "#16161e", @@ -420,22 +420,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" @@ -792,7 +792,7 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#20303b", - fg = "#449dab" + fg = "#4097a3" }, NeogitDiffContextHighlight = { bg = "#2b2f44", @@ -800,7 +800,7 @@ local highlights = { }, NeogitDiffDeleteHighlight = { bg = "#37222c", - fg = "#914c54" + fg = "#c47981" }, NeogitHunkHeader = { bg = "#292e42", @@ -837,13 +837,13 @@ local highlights = { fg = "#e0af68" }, NvimTreeGitDeleted = { - fg = "#914c54" + fg = "#c47981" }, NvimTreeGitDirty = { - fg = "#6183bb" + fg = "#506d9b" }, NvimTreeGitNew = { - fg = "#449dab" + fg = "#4097a3" }, NvimTreeImageFile = { fg = "#a9b1d6" @@ -1178,10 +1178,10 @@ local highlights = { bg = "#16161e" }, diffAdded = { - fg = "#449dab" + fg = "#4097a3" }, diffChanged = { - fg = "#6183bb" + fg = "#506d9b" }, diffFile = { fg = "#7aa2f7" @@ -1199,7 +1199,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 ca68854..965d62b 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -34,15 +34,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", @@ -121,7 +121,7 @@ local highlights = { fg = "#f7768e" }, BufferLineIndicatorSelected = { - fg = "#6183bb" + fg = "#506d9b" }, BufferTabpage = { bg = "#1f2335", @@ -420,22 +420,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" @@ -792,7 +792,7 @@ local highlights = { }, NeogitDiffAddHighlight = { bg = "#283b4d", - fg = "#449dab" + fg = "#4097a3" }, NeogitDiffContextHighlight = { bg = "#30354e", @@ -800,7 +800,7 @@ local highlights = { }, NeogitDiffDeleteHighlight = { bg = "#3f2d3d", - fg = "#914c54" + fg = "#c47981" }, NeogitHunkHeader = { bg = "#292e42", @@ -837,13 +837,13 @@ local highlights = { fg = "#e0af68" }, NvimTreeGitDeleted = { - fg = "#914c54" + fg = "#c47981" }, NvimTreeGitDirty = { - fg = "#6183bb" + fg = "#506d9b" }, NvimTreeGitNew = { - fg = "#449dab" + fg = "#4097a3" }, NvimTreeImageFile = { fg = "#a9b1d6" @@ -1178,10 +1178,10 @@ local highlights = { bg = "#1f2335" }, diffAdded = { - fg = "#449dab" + fg = "#4097a3" }, diffChanged = { - fg = "#6183bb" + fg = "#506d9b" }, diffFile = { fg = "#7aa2f7" @@ -1199,7 +1199,7 @@ local highlights = { fg = "#e0af68" }, diffRemoved = { - fg = "#914c54" + fg = "#c47981" }, healthError = { fg = "#db4b4b" diff --git a/extras/wezterm/tokyonight_moon.toml b/extras/wezterm/tokyonight_moon.toml index fd63a6a..0ed1309 100644 --- a/extras/wezterm/tokyonight_moon.toml +++ b/extras/wezterm/tokyonight_moon.toml @@ -4,7 +4,7 @@ background = "#222436" cursor_bg = "#c8d3f5" cursor_border = "#c8d3f5" cursor_fg = "#222436" -selection_bg = "#354981" +selection_bg = "#3654a7" selection_fg = "#c8d3f5" ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"] diff --git a/extras/xfceterm/tokyonight_moon.theme b/extras/xfceterm/tokyonight_moon.theme index bf4bb2d..2d2e7d7 100644 --- a/extras/xfceterm/tokyonight_moon.theme +++ b/extras/xfceterm/tokyonight_moon.theme @@ -3,7 +3,7 @@ Name=TokyoNight Colors ColorBackground=#222436 ColorForeground=#c8d3f5 -ColorSelectionBackground=#354981 +ColorSelectionBackground=#3654a7 ColorSelection=#c8d3f5 ColorPalette=#1b1d2b;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#828bb8;#444a73;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#c8d3f5 diff --git a/lua/tokyonight/colors.lua b/lua/tokyonight/colors.lua index cfede88..4e17c27 100644 --- a/lua/tokyonight/colors.lua +++ b/lua/tokyonight/colors.lua @@ -69,9 +69,9 @@ M.moon = function() blue5 = "#89ddff", blue6 = "#b4f9f8", -- blue7 = "#394b70", - magenta = "#fca7ea", -- + purple = "#fca7ea", -- magenta2 = "#ff007c", - purple = "#c099ff", -- + magenta = "#c099ff", -- orange = "#ff966c", -- yellow = "#ffc777", -- green = "#c3e88d", --