diff --git a/extras/fish/tokyonight_day.fish b/extras/fish/tokyonight_day.fish
index 0a73a06..d41de0f 100644
--- a/extras/fish/tokyonight_day.fish
+++ b/extras/fish/tokyonight_day.fish
@@ -1,6 +1,6 @@
# TokyoNight Color Palette
set -l foreground 3760bf
- set -l selection 99a7df
+ set -l selection b6bfe2
set -l comment 848cb5
set -l red f52a65
set -l orange b15c00
diff --git a/extras/fish/tokyonight_moon.fish b/extras/fish/tokyonight_moon.fish
index f0e0951..8c8226a 100644
--- a/extras/fish/tokyonight_moon.fish
+++ b/extras/fish/tokyonight_moon.fish
@@ -1,6 +1,6 @@
# TokyoNight Color Palette
set -l foreground c8d3f5
- set -l selection 3654a7
+ set -l selection 2d3f76
set -l comment 636da6
set -l red ff757f
set -l orange ff966c
diff --git a/extras/fish/tokyonight_night.fish b/extras/fish/tokyonight_night.fish
index 58edd99..67b6686 100644
--- a/extras/fish/tokyonight_night.fish
+++ b/extras/fish/tokyonight_night.fish
@@ -1,6 +1,6 @@
# TokyoNight Color Palette
set -l foreground c0caf5
- set -l selection 33467c
+ set -l selection 283457
set -l comment 565f89
set -l red f7768e
set -l orange ff9e64
diff --git a/extras/fish/tokyonight_storm.fish b/extras/fish/tokyonight_storm.fish
index 0fd59a7..a93999c 100644
--- a/extras/fish/tokyonight_storm.fish
+++ b/extras/fish/tokyonight_storm.fish
@@ -1,6 +1,6 @@
# TokyoNight Color Palette
set -l foreground c0caf5
- set -l selection 364a82
+ set -l selection 2e3c64
set -l comment 565f89
set -l red f7768e
set -l orange ff9e64
diff --git a/extras/fish_themes/tokyonight_day.theme b/extras/fish_themes/tokyonight_day.theme
index 9d4206f..95c7916 100644
--- a/extras/fish_themes/tokyonight_day.theme
+++ b/extras/fish_themes/tokyonight_day.theme
@@ -10,8 +10,8 @@
fish_color_error f52a65
fish_color_param 7847bd
fish_color_comment 848cb5
- fish_color_selection --background=99a7df
- fish_color_search_match --background=99a7df
+ fish_color_selection --background=b6bfe2
+ fish_color_search_match --background=b6bfe2
fish_color_operator 587539
fish_color_escape 9854f1
fish_color_autosuggestion 848cb5
@@ -21,5 +21,5 @@
fish_pager_color_prefix 007197
fish_pager_color_completion 3760bf
fish_pager_color_description 848cb5
- fish_pager_color_selected_background --background=99a7df
+ fish_pager_color_selected_background --background=b6bfe2
\ No newline at end of file
diff --git a/extras/fish_themes/tokyonight_moon.theme b/extras/fish_themes/tokyonight_moon.theme
index 99d0c53..c12d4a7 100644
--- a/extras/fish_themes/tokyonight_moon.theme
+++ b/extras/fish_themes/tokyonight_moon.theme
@@ -10,8 +10,8 @@
fish_color_error ff757f
fish_color_param fca7ea
fish_color_comment 636da6
- fish_color_selection --background=3654a7
- fish_color_search_match --background=3654a7
+ fish_color_selection --background=2d3f76
+ fish_color_search_match --background=2d3f76
fish_color_operator c3e88d
fish_color_escape c099ff
fish_color_autosuggestion 636da6
@@ -21,5 +21,5 @@
fish_pager_color_prefix 86e1fc
fish_pager_color_completion c8d3f5
fish_pager_color_description 636da6
- fish_pager_color_selected_background --background=3654a7
+ fish_pager_color_selected_background --background=2d3f76
\ No newline at end of file
diff --git a/extras/fish_themes/tokyonight_night.theme b/extras/fish_themes/tokyonight_night.theme
index 933bb44..828bcbb 100644
--- a/extras/fish_themes/tokyonight_night.theme
+++ b/extras/fish_themes/tokyonight_night.theme
@@ -10,8 +10,8 @@
fish_color_error f7768e
fish_color_param 9d7cd8
fish_color_comment 565f89
- fish_color_selection --background=33467c
- fish_color_search_match --background=33467c
+ fish_color_selection --background=283457
+ fish_color_search_match --background=283457
fish_color_operator 9ece6a
fish_color_escape bb9af7
fish_color_autosuggestion 565f89
@@ -21,5 +21,5 @@
fish_pager_color_prefix 7dcfff
fish_pager_color_completion c0caf5
fish_pager_color_description 565f89
- fish_pager_color_selected_background --background=33467c
+ fish_pager_color_selected_background --background=283457
\ No newline at end of file
diff --git a/extras/fish_themes/tokyonight_storm.theme b/extras/fish_themes/tokyonight_storm.theme
index 62b24dd..aafc0f6 100644
--- a/extras/fish_themes/tokyonight_storm.theme
+++ b/extras/fish_themes/tokyonight_storm.theme
@@ -10,8 +10,8 @@
fish_color_error f7768e
fish_color_param 9d7cd8
fish_color_comment 565f89
- fish_color_selection --background=364a82
- fish_color_search_match --background=364a82
+ fish_color_selection --background=2e3c64
+ fish_color_search_match --background=2e3c64
fish_color_operator 9ece6a
fish_color_escape bb9af7
fish_color_autosuggestion 565f89
@@ -21,5 +21,5 @@
fish_pager_color_prefix 7dcfff
fish_pager_color_completion c0caf5
fish_pager_color_description 565f89
- fish_pager_color_selected_background --background=364a82
+ fish_pager_color_selected_background --background=2e3c64
\ No newline at end of file
diff --git a/extras/foot/tokyonight_day.ini b/extras/foot/tokyonight_day.ini
index 2e4e1bd..de75757 100644
--- a/extras/foot/tokyonight_day.ini
+++ b/extras/foot/tokyonight_day.ini
@@ -1,11 +1,11 @@
[cursor]
-color=3760bf 99a7df
+color=3760bf b6bfe2
[colors]
foreground=3760bf
background=e1e2e7
selection-foreground=3760bf
-selection-background=99a7df
+selection-background=b6bfe2
urls=387068
regular0=e9e9ed
diff --git a/extras/foot/tokyonight_moon.ini b/extras/foot/tokyonight_moon.ini
index 1190c73..2858b71 100644
--- a/extras/foot/tokyonight_moon.ini
+++ b/extras/foot/tokyonight_moon.ini
@@ -1,11 +1,11 @@
[cursor]
-color=c8d3f5 3654a7
+color=c8d3f5 2d3f76
[colors]
foreground=c8d3f5
background=222436
selection-foreground=c8d3f5
-selection-background=3654a7
+selection-background=2d3f76
urls=4fd6be
regular0=1b1d2b
diff --git a/extras/foot/tokyonight_night.ini b/extras/foot/tokyonight_night.ini
index 9f9ac87..24e95c7 100644
--- a/extras/foot/tokyonight_night.ini
+++ b/extras/foot/tokyonight_night.ini
@@ -1,11 +1,11 @@
[cursor]
-color=c0caf5 33467c
+color=c0caf5 283457
[colors]
foreground=c0caf5
background=1a1b26
selection-foreground=c0caf5
-selection-background=33467c
+selection-background=283457
urls=73daca
regular0=15161e
diff --git a/extras/foot/tokyonight_storm.ini b/extras/foot/tokyonight_storm.ini
index 88c9a3d..c0ee1d8 100644
--- a/extras/foot/tokyonight_storm.ini
+++ b/extras/foot/tokyonight_storm.ini
@@ -1,11 +1,11 @@
[cursor]
-color=c0caf5 364a82
+color=c0caf5 2e3c64
[colors]
foreground=c0caf5
background=24283b
selection-foreground=c0caf5
-selection-background=364a82
+selection-background=2e3c64
urls=73daca
regular0=1d202f
diff --git a/extras/iterm/tokyonight_day.itermcolors b/extras/iterm/tokyonight_day.itermcolors
index 710908d..18b40b6 100644
--- a/extras/iterm/tokyonight_day.itermcolors
+++ b/extras/iterm/tokyonight_day.itermcolors
@@ -332,13 +332,13 @@
Alpha Component
1
Blue Component
- 0.8745098039215686
+ 0.8862745098039215
Color Space
sRGB
Green Component
- 0.6549019607843137
+ 0.7490196078431373
Red Component
- 0.6000000000000000
+ 0.7137254901960784
\ No newline at end of file
diff --git a/extras/iterm/tokyonight_moon.itermcolors b/extras/iterm/tokyonight_moon.itermcolors
index af988ee..86f1fc0 100644
--- a/extras/iterm/tokyonight_moon.itermcolors
+++ b/extras/iterm/tokyonight_moon.itermcolors
@@ -332,13 +332,13 @@
Alpha Component
1
Blue Component
- 0.6549019607843137
+ 0.4627450980392157
Color Space
sRGB
Green Component
- 0.3294117647058823
+ 0.2470588235294118
Red Component
- 0.2117647058823529
+ 0.1764705882352941
\ No newline at end of file
diff --git a/extras/iterm/tokyonight_night.itermcolors b/extras/iterm/tokyonight_night.itermcolors
index 2f78812..e61983e 100644
--- a/extras/iterm/tokyonight_night.itermcolors
+++ b/extras/iterm/tokyonight_night.itermcolors
@@ -332,13 +332,13 @@
Alpha Component
1
Blue Component
- 0.4862745098039216
+ 0.3411764705882353
Color Space
sRGB
Green Component
- 0.2745098039215687
+ 0.2039215686274510
Red Component
- 0.2000000000000000
+ 0.1568627450980392
\ No newline at end of file
diff --git a/extras/iterm/tokyonight_storm.itermcolors b/extras/iterm/tokyonight_storm.itermcolors
index 73daa3e..f30319c 100644
--- a/extras/iterm/tokyonight_storm.itermcolors
+++ b/extras/iterm/tokyonight_storm.itermcolors
@@ -332,13 +332,13 @@
Alpha Component
1
Blue Component
- 0.5098039215686274
+ 0.3921568627450980
Color Space
sRGB
Green Component
- 0.2901960784313726
+ 0.2352941176470588
Red Component
- 0.2117647058823529
+ 0.1803921568627451
\ No newline at end of file
diff --git a/extras/kitty/tokyonight_day.conf b/extras/kitty/tokyonight_day.conf
index d0e9ad9..75f6029 100644
--- a/extras/kitty/tokyonight_day.conf
+++ b/extras/kitty/tokyonight_day.conf
@@ -8,7 +8,7 @@
background #e1e2e7
foreground #3760bf
-selection_background #99a7df
+selection_background #b6bfe2
selection_foreground #3760bf
url_color #387068
cursor #3760bf
diff --git a/extras/kitty/tokyonight_moon.conf b/extras/kitty/tokyonight_moon.conf
index 4ad511a..014901b 100644
--- a/extras/kitty/tokyonight_moon.conf
+++ b/extras/kitty/tokyonight_moon.conf
@@ -8,7 +8,7 @@
background #222436
foreground #c8d3f5
-selection_background #3654a7
+selection_background #2d3f76
selection_foreground #c8d3f5
url_color #4fd6be
cursor #c8d3f5
diff --git a/extras/kitty/tokyonight_night.conf b/extras/kitty/tokyonight_night.conf
index d7dce44..f2d9728 100644
--- a/extras/kitty/tokyonight_night.conf
+++ b/extras/kitty/tokyonight_night.conf
@@ -8,7 +8,7 @@
background #1a1b26
foreground #c0caf5
-selection_background #33467c
+selection_background #283457
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
diff --git a/extras/kitty/tokyonight_storm.conf b/extras/kitty/tokyonight_storm.conf
index 53c0096..20e6fca 100644
--- a/extras/kitty/tokyonight_storm.conf
+++ b/extras/kitty/tokyonight_storm.conf
@@ -8,7 +8,7 @@
background #24283b
foreground #c0caf5
-selection_background #364a82
+selection_background #2e3c64
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua
index f618040..07797ef 100644
--- a/extras/lua/tokyonight_day.lua
+++ b/extras/lua/tokyonight_day.lua
@@ -7,7 +7,7 @@ local colors = {
bg_search = "#7890dd",
bg_sidebar = "#e9e9ec",
bg_statusline = "#e9e9ec",
- bg_visual = "#99a7df",
+ bg_visual = "#b6bfe2",
black = "#e9e9ed",
blue = "#2e7de9",
blue0 = "#7890dd",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#2e7de9"
},
+ ["@lsp.type.comment"] = {
+ link = "@comment"
+ },
+ ["@lsp.type.enum"] = {
+ link = "@type"
+ },
+ ["@lsp.type.enumMember"] = {
+ link = "@property"
+ },
+ ["@lsp.type.interface"] = {
+ link = "@type"
+ },
+ ["@lsp.type.keyword"] = {
+ link = "@keyword"
+ },
+ ["@lsp.type.namespace"] = {
+ link = "@namespace"
+ },
+ ["@lsp.type.parameter"] = {
+ link = "@parameter"
+ },
+ ["@lsp.type.property"] = {
+ link = "@property"
+ },
+ ["@lsp.type.variable"] = {},
+ ["@lsp.typemod.function.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.method.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.operator.injected"] = {
+ link = "@operator"
+ },
+ ["@lsp.typemod.string.injected"] = {
+ link = "@string"
+ },
+ ["@lsp.typemod.variable.defaultLibrary"] = {
+ link = "@variable.builtin"
+ },
+ ["@lsp.typemod.variable.injected"] = {
+ link = "@variable"
+ },
+ ["@namespace"] = {
+ link = "Include"
+ },
["@operator"] = {
fg = "#006a83"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#b15c00"
},
+ ["@string.documentation"] = {
+ fg = "#8c6c3e"
+ },
["@string.escape"] = {
fg = "#9854f1"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#e1e2e7"
},
["@variable"] = {
+ fg = "#3760bf",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#007197"
},
AlphaFooter = {
- fg = "#8c6c3e",
- italic = true
+ fg = "#188092"
},
AlphaHeader = {
fg = "#2e7de9"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#8c6c3e"
},
BufferCurrent = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#3760bf"
},
BufferCurrentERROR = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#c64343"
},
BufferCurrentHINT = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#118c74"
},
BufferCurrentINFO = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#07879d"
},
BufferCurrentIndex = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#07879d"
},
BufferCurrentMod = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#8c6c3e"
},
BufferCurrentSign = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#07879d"
},
BufferCurrentTarget = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#f52a65"
},
BufferCurrentWARN = {
- bg = "#a8aecb",
+ bg = "#e1e2e7",
fg = "#8c6c3e"
},
BufferInactive = {
- bg = "#e9e9ec",
- fg = "#68709a"
+ bg = "#c4c8da",
+ fg = "#7f84a4"
},
BufferInactiveERROR = {
- bg = "#e9e9ec",
- fg = "#d97274"
+ bg = "#c4c8da",
+ fg = "#db5d60"
},
BufferInactiveHINT = {
- bg = "#e9e9ec",
- fg = "#177f6e"
+ bg = "#c4c8da",
+ fg = "#10715f"
},
BufferInactiveINFO = {
- bg = "#e9e9ec",
- fg = "#0e7a90"
+ bg = "#c4c8da",
+ fg = "#086c80"
},
BufferInactiveIndex = {
- bg = "#e9e9ec",
+ bg = "#c4c8da",
fg = "#68709a"
},
BufferInactiveMod = {
- bg = "#e9e9ec",
- fg = "#7b613d"
+ bg = "#c4c8da",
+ fg = "#a48150"
},
BufferInactiveSign = {
- bg = "#e9e9ec",
+ bg = "#c4c8da",
fg = "#2496ac"
},
BufferInactiveTarget = {
- bg = "#e9e9ec",
+ bg = "#c4c8da",
fg = "#f52a65"
},
BufferInactiveWARN = {
- bg = "#e9e9ec",
- fg = "#7b613d"
+ bg = "#c4c8da",
+ fg = "#a48150"
},
BufferLineIndicatorSelected = {
fg = "#506d9b"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#68709a"
},
BufferTabpageFill = {
- bg = "#e9e9ec",
+ bg = "#cbccd3",
fg = "#68709a"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#2e7de9"
},
+ CmpItemKindCopilot = {
+ bg = "NONE",
+ fg = "#118c74"
+ },
CmpItemKindDefault = {
bg = "NONE",
fg = "#6172b0"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#587539"
},
LspSagaFinderSelection = {
- fg = "#99a7df"
+ fg = "#b6bfe2"
},
LspSagaHoverBorder = {
fg = "#2e7de9"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#f52a65"
},
LspSignatureActiveParameter = {
- bg = "#c4c9e3",
+ bg = "#d0d3e4",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#3760bf"
},
+ NeoTreeDimText = {
+ fg = "#a8aecb"
+ },
NeoTreeNormal = {
bg = "#e9e9ec",
fg = "#6172b0"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#2e7de9"
},
QuickFixLine = {
- bg = "#99a7df",
+ bg = "#b6bfe2",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#c4c8da"
},
SneakScope = {
- bg = "#99a7df"
+ bg = "#b6bfe2"
},
Special = {
fg = "#188092"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#8990b3"
},
- TSNote = {
- bg = "#07879d",
- fg = "#e1e2e7"
+ TSRainbowBlue = {
+ fg = "#2e7de9"
+ },
+ TSRainbowCyan = {
+ fg = "#007197"
+ },
+ TSRainbowGreen = {
+ fg = "#587539"
+ },
+ TSRainbowOrange = {
+ fg = "#b15c00"
+ },
+ TSRainbowRed = {
+ fg = "#f52a65"
+ },
+ TSRainbowViolet = {
+ fg = "#7847bd"
+ },
+ TSRainbowYellow = {
+ fg = "#8c6c3e"
},
TabLine = {
bg = "#e9e9ec",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#e9e9ed"
},
Visual = {
- bg = "#99a7df"
+ bg = "#b6bfe2"
},
VisualNOS = {
- bg = "#99a7df"
+ bg = "#b6bfe2"
},
WarningMsg = {
fg = "#8c6c3e"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#a8aecb"
},
WildMenu = {
- bg = "#99a7df"
+ bg = "#b6bfe2"
},
WinSeparator = {
bold = true,
diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua
index 1846f77..5251b9d 100644
--- a/extras/lua/tokyonight_moon.lua
+++ b/extras/lua/tokyonight_moon.lua
@@ -7,7 +7,7 @@ local colors = {
bg_search = "#3e68d7",
bg_sidebar = "#1e2030",
bg_statusline = "#1e2030",
- bg_visual = "#3654a7",
+ bg_visual = "#2d3f76",
black = "#1b1d2b",
blue = "#82aaff",
blue0 = "#3e68d7",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#82aaff"
},
+ ["@lsp.type.comment"] = {
+ link = "@comment"
+ },
+ ["@lsp.type.enum"] = {
+ link = "@type"
+ },
+ ["@lsp.type.enumMember"] = {
+ link = "@property"
+ },
+ ["@lsp.type.interface"] = {
+ link = "@type"
+ },
+ ["@lsp.type.keyword"] = {
+ link = "@keyword"
+ },
+ ["@lsp.type.namespace"] = {
+ link = "@namespace"
+ },
+ ["@lsp.type.parameter"] = {
+ link = "@parameter"
+ },
+ ["@lsp.type.property"] = {
+ link = "@property"
+ },
+ ["@lsp.type.variable"] = {},
+ ["@lsp.typemod.function.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.method.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.operator.injected"] = {
+ link = "@operator"
+ },
+ ["@lsp.typemod.string.injected"] = {
+ link = "@string"
+ },
+ ["@lsp.typemod.variable.defaultLibrary"] = {
+ link = "@variable.builtin"
+ },
+ ["@lsp.typemod.variable.injected"] = {
+ link = "@variable"
+ },
+ ["@namespace"] = {
+ link = "Include"
+ },
["@operator"] = {
fg = "#89ddff"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#ff966c"
},
+ ["@string.documentation"] = {
+ fg = "#ffc777"
+ },
["@string.escape"] = {
fg = "#c099ff"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#222436"
},
["@variable"] = {
+ fg = "#c8d3f5",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#86e1fc"
},
AlphaFooter = {
- fg = "#ffc777",
- italic = true
+ fg = "#65bcff"
},
AlphaHeader = {
fg = "#82aaff"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#ffc777"
},
BufferCurrent = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#c8d3f5"
},
BufferCurrentERROR = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#c53b53"
},
BufferCurrentHINT = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#4fd6be"
},
BufferCurrentINFO = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#0db9d7"
},
BufferCurrentIndex = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#0db9d7"
},
BufferCurrentMod = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#ffc777"
},
BufferCurrentSign = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#0db9d7"
},
BufferCurrentTarget = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#ff757f"
},
BufferCurrentWARN = {
- bg = "#3b4261",
+ bg = "#222436",
fg = "#ffc777"
},
BufferInactive = {
- bg = "#1e2030",
- fg = "#737aa2"
+ bg = "#2f334d",
+ fg = "#63698c"
},
BufferInactiveERROR = {
- bg = "#1e2030",
- fg = "#94344a"
+ bg = "#2f334d",
+ fg = "#a4364d"
},
BufferInactiveHINT = {
- bg = "#1e2030",
- fg = "#42a195"
+ bg = "#2f334d",
+ fg = "#46b2a3"
},
BufferInactiveINFO = {
- bg = "#1e2030",
- fg = "#138ca7"
+ bg = "#2f334d",
+ fg = "#119bb7"
},
BufferInactiveIndex = {
- bg = "#1e2030",
+ bg = "#2f334d",
fg = "#737aa2"
},
BufferInactiveMod = {
- bg = "#1e2030",
- fg = "#bd9664"
+ bg = "#2f334d",
+ fg = "#d3a66a"
},
BufferInactiveSign = {
- bg = "#1e2030",
+ bg = "#2f334d",
fg = "#589ed7"
},
BufferInactiveTarget = {
- bg = "#1e2030",
+ bg = "#2f334d",
fg = "#ff757f"
},
BufferInactiveWARN = {
- bg = "#1e2030",
- fg = "#bd9664"
+ bg = "#2f334d",
+ fg = "#d3a66a"
},
BufferLineIndicatorSelected = {
fg = "#7ca1f2"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2"
},
BufferTabpageFill = {
- bg = "#1e2030",
+ bg = "#313344",
fg = "#737aa2"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#82aaff"
},
+ CmpItemKindCopilot = {
+ bg = "NONE",
+ fg = "#4fd6be"
+ },
CmpItemKindDefault = {
bg = "NONE",
fg = "#828bb8"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#c3e88d"
},
LspSagaFinderSelection = {
- fg = "#3654a7"
+ fg = "#2d3f76"
},
LspSagaHoverBorder = {
fg = "#82aaff"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#ff757f"
},
LspSignatureActiveParameter = {
- bg = "#2a3763",
+ bg = "#262f50",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#c8d3f5"
},
+ NeoTreeDimText = {
+ fg = "#3b4261"
+ },
NeoTreeNormal = {
bg = "#1e2030",
fg = "#828bb8"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#82aaff"
},
QuickFixLine = {
- bg = "#3654a7",
+ bg = "#2d3f76",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#2f334d"
},
SneakScope = {
- bg = "#3654a7"
+ bg = "#2d3f76"
},
Special = {
fg = "#65bcff"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#545c7e"
},
- TSNote = {
- bg = "#0db9d7",
- fg = "#222436"
+ TSRainbowBlue = {
+ fg = "#82aaff"
+ },
+ TSRainbowCyan = {
+ fg = "#86e1fc"
+ },
+ TSRainbowGreen = {
+ fg = "#c3e88d"
+ },
+ TSRainbowOrange = {
+ fg = "#ff966c"
+ },
+ TSRainbowRed = {
+ fg = "#ff757f"
+ },
+ TSRainbowViolet = {
+ fg = "#fca7ea"
+ },
+ TSRainbowYellow = {
+ fg = "#ffc777"
},
TabLine = {
bg = "#1e2030",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#1b1d2b"
},
Visual = {
- bg = "#3654a7"
+ bg = "#2d3f76"
},
VisualNOS = {
- bg = "#3654a7"
+ bg = "#2d3f76"
},
WarningMsg = {
fg = "#ffc777"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261"
},
WildMenu = {
- bg = "#3654a7"
+ bg = "#2d3f76"
},
WinSeparator = {
bold = true,
diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua
index b02ba58..0b6637f 100644
--- a/extras/lua/tokyonight_night.lua
+++ b/extras/lua/tokyonight_night.lua
@@ -7,7 +7,7 @@ local colors = {
bg_search = "#3d59a1",
bg_sidebar = "#16161e",
bg_statusline = "#16161e",
- bg_visual = "#33467c",
+ bg_visual = "#283457",
black = "#15161e",
blue = "#7aa2f7",
blue0 = "#3d59a1",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#7aa2f7"
},
+ ["@lsp.type.comment"] = {
+ link = "@comment"
+ },
+ ["@lsp.type.enum"] = {
+ link = "@type"
+ },
+ ["@lsp.type.enumMember"] = {
+ link = "@property"
+ },
+ ["@lsp.type.interface"] = {
+ link = "@type"
+ },
+ ["@lsp.type.keyword"] = {
+ link = "@keyword"
+ },
+ ["@lsp.type.namespace"] = {
+ link = "@namespace"
+ },
+ ["@lsp.type.parameter"] = {
+ link = "@parameter"
+ },
+ ["@lsp.type.property"] = {
+ link = "@property"
+ },
+ ["@lsp.type.variable"] = {},
+ ["@lsp.typemod.function.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.method.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.operator.injected"] = {
+ link = "@operator"
+ },
+ ["@lsp.typemod.string.injected"] = {
+ link = "@string"
+ },
+ ["@lsp.typemod.variable.defaultLibrary"] = {
+ link = "@variable.builtin"
+ },
+ ["@lsp.typemod.variable.injected"] = {
+ link = "@variable"
+ },
+ ["@namespace"] = {
+ link = "Include"
+ },
["@operator"] = {
fg = "#89ddff"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#ff9e64"
},
+ ["@string.documentation"] = {
+ fg = "#e0af68"
+ },
["@string.escape"] = {
fg = "#bb9af7"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#1a1b26"
},
["@variable"] = {
+ fg = "#c0caf5",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#7dcfff"
},
AlphaFooter = {
- fg = "#e0af68",
- italic = true
+ fg = "#2ac3de"
},
AlphaHeader = {
fg = "#7aa2f7"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#e0af68"
},
BufferCurrent = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#c0caf5"
},
BufferCurrentERROR = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#db4b4b"
},
BufferCurrentHINT = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#1abc9c"
},
BufferCurrentINFO = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#0db9d7"
},
BufferCurrentIndex = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#0db9d7"
},
BufferCurrentMod = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#e0af68"
},
BufferCurrentSign = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#0db9d7"
},
BufferCurrentTarget = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#f7768e"
},
BufferCurrentWARN = {
- bg = "#3b4261",
+ bg = "#1a1b26",
fg = "#e0af68"
},
BufferInactive = {
- bg = "#16161e",
- fg = "#737aa2"
+ bg = "#292e42",
+ fg = "#616789"
},
BufferInactiveERROR = {
- bg = "#16161e",
- fg = "#a13d40"
+ bg = "#292e42",
+ fg = "#b44144"
},
BufferInactiveHINT = {
- bg = "#16161e",
- fg = "#1a8c79"
+ bg = "#292e42",
+ fg = "#1a9c84"
},
BufferInactiveINFO = {
- bg = "#16161e",
- fg = "#118aa2"
+ bg = "#292e42",
+ fg = "#1099b4"
},
BufferInactiveIndex = {
- bg = "#16161e",
+ bg = "#292e42",
fg = "#737aa2"
},
BufferInactiveMod = {
- bg = "#16161e",
- fg = "#a58354"
+ bg = "#292e42",
+ fg = "#b8915b"
},
BufferInactiveSign = {
- bg = "#16161e",
+ bg = "#292e42",
fg = "#27a1b9"
},
BufferInactiveTarget = {
- bg = "#16161e",
+ bg = "#292e42",
fg = "#f7768e"
},
BufferInactiveWARN = {
- bg = "#16161e",
- fg = "#a58354"
+ bg = "#292e42",
+ fg = "#b8915b"
},
BufferLineIndicatorSelected = {
fg = "#506d9b"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2"
},
BufferTabpageFill = {
- bg = "#16161e",
+ bg = "#2a2b35",
fg = "#737aa2"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#7aa2f7"
},
+ CmpItemKindCopilot = {
+ bg = "NONE",
+ fg = "#1abc9c"
+ },
CmpItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#9ece6a"
},
LspSagaFinderSelection = {
- fg = "#33467c"
+ fg = "#283457"
},
LspSagaHoverBorder = {
fg = "#7aa2f7"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#f7768e"
},
LspSignatureActiveParameter = {
- bg = "#242c48",
+ bg = "#20253a",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#c0caf5"
},
+ NeoTreeDimText = {
+ fg = "#3b4261"
+ },
NeoTreeNormal = {
bg = "#16161e",
fg = "#a9b1d6"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#7aa2f7"
},
QuickFixLine = {
- bg = "#33467c",
+ bg = "#283457",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#292e42"
},
SneakScope = {
- bg = "#33467c"
+ bg = "#283457"
},
Special = {
fg = "#2ac3de"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#545c7e"
},
- TSNote = {
- bg = "#0db9d7",
- fg = "#1a1b26"
+ TSRainbowBlue = {
+ fg = "#7aa2f7"
+ },
+ TSRainbowCyan = {
+ fg = "#7dcfff"
+ },
+ TSRainbowGreen = {
+ fg = "#9ece6a"
+ },
+ TSRainbowOrange = {
+ fg = "#ff9e64"
+ },
+ TSRainbowRed = {
+ fg = "#f7768e"
+ },
+ TSRainbowViolet = {
+ fg = "#9d7cd8"
+ },
+ TSRainbowYellow = {
+ fg = "#e0af68"
},
TabLine = {
bg = "#16161e",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#15161e"
},
Visual = {
- bg = "#33467c"
+ bg = "#283457"
},
VisualNOS = {
- bg = "#33467c"
+ bg = "#283457"
},
WarningMsg = {
fg = "#e0af68"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261"
},
WildMenu = {
- bg = "#33467c"
+ bg = "#283457"
},
WinSeparator = {
bold = true,
diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua
index 8e54a63..36e9155 100644
--- a/extras/lua/tokyonight_storm.lua
+++ b/extras/lua/tokyonight_storm.lua
@@ -7,7 +7,7 @@ local colors = {
bg_search = "#3d59a1",
bg_sidebar = "#1f2335",
bg_statusline = "#1f2335",
- bg_visual = "#364a82",
+ bg_visual = "#2e3c64",
black = "#1d202f",
blue = "#7aa2f7",
blue0 = "#3d59a1",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#7aa2f7"
},
+ ["@lsp.type.comment"] = {
+ link = "@comment"
+ },
+ ["@lsp.type.enum"] = {
+ link = "@type"
+ },
+ ["@lsp.type.enumMember"] = {
+ link = "@property"
+ },
+ ["@lsp.type.interface"] = {
+ link = "@type"
+ },
+ ["@lsp.type.keyword"] = {
+ link = "@keyword"
+ },
+ ["@lsp.type.namespace"] = {
+ link = "@namespace"
+ },
+ ["@lsp.type.parameter"] = {
+ link = "@parameter"
+ },
+ ["@lsp.type.property"] = {
+ link = "@property"
+ },
+ ["@lsp.type.variable"] = {},
+ ["@lsp.typemod.function.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.method.defaultLibrary"] = {
+ link = "@function.builtin"
+ },
+ ["@lsp.typemod.operator.injected"] = {
+ link = "@operator"
+ },
+ ["@lsp.typemod.string.injected"] = {
+ link = "@string"
+ },
+ ["@lsp.typemod.variable.defaultLibrary"] = {
+ link = "@variable.builtin"
+ },
+ ["@lsp.typemod.variable.injected"] = {
+ link = "@variable"
+ },
+ ["@namespace"] = {
+ link = "Include"
+ },
["@operator"] = {
fg = "#89ddff"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#ff9e64"
},
+ ["@string.documentation"] = {
+ fg = "#e0af68"
+ },
["@string.escape"] = {
fg = "#bb9af7"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#24283b"
},
["@variable"] = {
+ fg = "#c0caf5",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#7dcfff"
},
AlphaFooter = {
- fg = "#e0af68",
- italic = true
+ fg = "#2ac3de"
},
AlphaHeader = {
fg = "#7aa2f7"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#e0af68"
},
BufferCurrent = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#c0caf5"
},
BufferCurrentERROR = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#db4b4b"
},
BufferCurrentHINT = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#1abc9c"
},
BufferCurrentINFO = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentIndex = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentMod = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#e0af68"
},
BufferCurrentSign = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentTarget = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#f7768e"
},
BufferCurrentWARN = {
- bg = "#3b4261",
+ bg = "#24283b",
fg = "#e0af68"
},
BufferInactive = {
- bg = "#1f2335",
- fg = "#737aa2"
+ bg = "#292e42",
+ fg = "#636a8d"
},
BufferInactiveERROR = {
- bg = "#1f2335",
- fg = "#a44146"
+ bg = "#292e42",
+ fg = "#b64448"
},
BufferInactiveHINT = {
- bg = "#1f2335",
- fg = "#1d907f"
+ bg = "#292e42",
+ fg = "#1c9e89"
},
BufferInactiveINFO = {
- bg = "#1f2335",
- fg = "#148ea8"
+ bg = "#292e42",
+ fg = "#129cb8"
},
BufferInactiveIndex = {
- bg = "#1f2335",
+ bg = "#292e42",
fg = "#737aa2"
},
BufferInactiveMod = {
- bg = "#1f2335",
- fg = "#a8875b"
+ bg = "#292e42",
+ fg = "#ba945f"
},
BufferInactiveSign = {
- bg = "#1f2335",
+ bg = "#292e42",
fg = "#29a4bd"
},
BufferInactiveTarget = {
- bg = "#1f2335",
+ bg = "#292e42",
fg = "#f7768e"
},
BufferInactiveWARN = {
- bg = "#1f2335",
- fg = "#a8875b"
+ bg = "#292e42",
+ fg = "#ba945f"
},
BufferLineIndicatorSelected = {
fg = "#506d9b"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2"
},
BufferTabpageFill = {
- bg = "#1f2335",
+ bg = "#333749",
fg = "#737aa2"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#7aa2f7"
},
+ CmpItemKindCopilot = {
+ bg = "NONE",
+ fg = "#1abc9c"
+ },
CmpItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#9ece6a"
},
LspSagaFinderSelection = {
- fg = "#364a82"
+ fg = "#2e3c64"
},
LspSagaHoverBorder = {
fg = "#7aa2f7"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#f7768e"
},
LspSignatureActiveParameter = {
- bg = "#2b3657",
+ bg = "#28304b",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#c0caf5"
},
+ NeoTreeDimText = {
+ fg = "#3b4261"
+ },
NeoTreeNormal = {
bg = "#1f2335",
fg = "#a9b1d6"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#7aa2f7"
},
QuickFixLine = {
- bg = "#364a82",
+ bg = "#2e3c64",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#292e42"
},
SneakScope = {
- bg = "#364a82"
+ bg = "#2e3c64"
},
Special = {
fg = "#2ac3de"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#545c7e"
},
- TSNote = {
- bg = "#0db9d7",
- fg = "#24283b"
+ TSRainbowBlue = {
+ fg = "#7aa2f7"
+ },
+ TSRainbowCyan = {
+ fg = "#7dcfff"
+ },
+ TSRainbowGreen = {
+ fg = "#9ece6a"
+ },
+ TSRainbowOrange = {
+ fg = "#ff9e64"
+ },
+ TSRainbowRed = {
+ fg = "#f7768e"
+ },
+ TSRainbowViolet = {
+ fg = "#9d7cd8"
+ },
+ TSRainbowYellow = {
+ fg = "#e0af68"
},
TabLine = {
bg = "#1f2335",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#1d202f"
},
Visual = {
- bg = "#364a82"
+ bg = "#2e3c64"
},
VisualNOS = {
- bg = "#364a82"
+ bg = "#2e3c64"
},
WarningMsg = {
fg = "#e0af68"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261"
},
WildMenu = {
- bg = "#364a82"
+ bg = "#2e3c64"
},
WinSeparator = {
bold = true,
diff --git a/extras/sublime/tokyonight_day.tmTheme b/extras/sublime/tokyonight_day.tmTheme
index eed8267..d98111b 100644
--- a/extras/sublime/tokyonight_day.tmTheme
+++ b/extras/sublime/tokyonight_day.tmTheme
@@ -744,7 +744,7 @@
settings
foreground
- #2c6c75
+ #4097a3
@@ -755,7 +755,7 @@
settings
foreground
- #914c54
+ #c47981
@@ -766,7 +766,7 @@
settings
foreground
- #6183b9
+ #506d9b
diff --git a/extras/sublime/tokyonight_night.tmTheme b/extras/sublime/tokyonight_night.tmTheme
index 08fcc78..5884285 100644
--- a/extras/sublime/tokyonight_night.tmTheme
+++ b/extras/sublime/tokyonight_night.tmTheme
@@ -744,7 +744,7 @@
settings
foreground
- #4097a3
+ #2c6c75
@@ -755,7 +755,7 @@
settings
foreground
- #c47981
+ #914c54
@@ -766,7 +766,7 @@
settings
foreground
- #506d9b
+ #6183b9
diff --git a/extras/sublime/tokyonight_storm.tmTheme b/extras/sublime/tokyonight_storm.tmTheme
index 52d6f08..0008406 100644
--- a/extras/sublime/tokyonight_storm.tmTheme
+++ b/extras/sublime/tokyonight_storm.tmTheme
@@ -744,7 +744,7 @@
settings
foreground
- #4097a3
+ #2c6c75
@@ -755,7 +755,7 @@
settings
foreground
- #c47981
+ #914c54
@@ -766,7 +766,7 @@
settings
foreground
- #506d9b
+ #6183b9
diff --git a/extras/wezterm/tokyonight_day.toml b/extras/wezterm/tokyonight_day.toml
index c276726..850b0b7 100644
--- a/extras/wezterm/tokyonight_day.toml
+++ b/extras/wezterm/tokyonight_day.toml
@@ -4,7 +4,7 @@ background = "#e1e2e7"
cursor_bg = "#3760bf"
cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
-selection_bg = "#99a7df"
+selection_bg = "#b6bfe2"
selection_fg = "#3760bf"
ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
@@ -33,3 +33,8 @@ bg_color = "#2e7de9"
[colors.tab_bar.new_tab]
fg_color = "#2e7de9"
bg_color = "#191b28"
+
+[metadata]
+aliases = []
+author = "folke"
+name = "Tokyo Night Day"
\ No newline at end of file
diff --git a/extras/wezterm/tokyonight_moon.toml b/extras/wezterm/tokyonight_moon.toml
index e3937b3..80d0dbc 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 = "#3654a7"
+selection_bg = "#2d3f76"
selection_fg = "#c8d3f5"
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]
@@ -19,7 +19,7 @@ fg_color = "#82aaff"
bg_color = "#222436"
[colors.tab_bar.inactive_tab]
-bg_color = '#1e2030'
+bg_color = "#1e2030"
fg_color = "#545c7e"
[colors.tab_bar.inactive_tab_hover]
@@ -33,3 +33,8 @@ bg_color = "#82aaff"
[colors.tab_bar.new_tab]
fg_color = "#82aaff"
bg_color = "#191b28"
+
+[metadata]
+aliases = []
+author = "folke"
+name = "Tokyo Night Moon"
\ No newline at end of file
diff --git a/extras/wezterm/tokyonight_night.toml b/extras/wezterm/tokyonight_night.toml
index 66d7d17..f29988c 100644
--- a/extras/wezterm/tokyonight_night.toml
+++ b/extras/wezterm/tokyonight_night.toml
@@ -4,7 +4,7 @@ background = "#1a1b26"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#1a1b26"
-selection_bg = "#33467c"
+selection_bg = "#283457"
selection_fg = "#c0caf5"
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
@@ -33,3 +33,8 @@ bg_color = "#7aa2f7"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#191b28"
+
+[metadata]
+aliases = []
+author = "folke"
+name = "Tokyo Night"
\ No newline at end of file
diff --git a/extras/wezterm/tokyonight_storm.toml b/extras/wezterm/tokyonight_storm.toml
index 077ce44..e7f96ad 100644
--- a/extras/wezterm/tokyonight_storm.toml
+++ b/extras/wezterm/tokyonight_storm.toml
@@ -4,7 +4,7 @@ background = "#24283b"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#24283b"
-selection_bg = "#364a82"
+selection_bg = "#2e3c64"
selection_fg = "#c0caf5"
ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
@@ -33,3 +33,8 @@ bg_color = "#7aa2f7"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#191b28"
+
+[metadata]
+aliases = []
+author = "folke"
+name = "Tokyo Night Storm"
\ No newline at end of file
diff --git a/extras/windows_terminal/tokyonight_day.json b/extras/windows_terminal/tokyonight_day.json
index 3e4fd25..f96dbd5 100644
--- a/extras/windows_terminal/tokyonight_day.json
+++ b/extras/windows_terminal/tokyonight_day.json
@@ -19,7 +19,7 @@
"name": "Tokyo Night Day",
"purple": "#9854f1",
"red": "#f52a65",
- "selectionBackground": "#99a7df",
+ "selectionBackground": "#b6bfe2",
"white": "#6172b0",
"yellow": "#8c6c3e"
}
diff --git a/extras/windows_terminal/tokyonight_moon.json b/extras/windows_terminal/tokyonight_moon.json
index 8fe39d5..e2f14a4 100644
--- a/extras/windows_terminal/tokyonight_moon.json
+++ b/extras/windows_terminal/tokyonight_moon.json
@@ -19,7 +19,7 @@
"name": "Tokyo Night Moon",
"purple": "#c099ff",
"red": "#ff757f",
- "selectionBackground": "#3654a7",
+ "selectionBackground": "#2d3f76",
"white": "#828bb8",
"yellow": "#ffc777"
}
diff --git a/extras/windows_terminal/tokyonight_night.json b/extras/windows_terminal/tokyonight_night.json
index 9959069..d694eae 100644
--- a/extras/windows_terminal/tokyonight_night.json
+++ b/extras/windows_terminal/tokyonight_night.json
@@ -19,7 +19,7 @@
"name": "Tokyo Night",
"purple": "#bb9af7",
"red": "#f7768e",
- "selectionBackground": "#33467c",
+ "selectionBackground": "#283457",
"white": "#a9b1d6",
"yellow": "#e0af68"
}
diff --git a/extras/windows_terminal/tokyonight_storm.json b/extras/windows_terminal/tokyonight_storm.json
index 6131e57..fbbe0ee 100644
--- a/extras/windows_terminal/tokyonight_storm.json
+++ b/extras/windows_terminal/tokyonight_storm.json
@@ -19,7 +19,7 @@
"name": "Tokyo Night Storm",
"purple": "#bb9af7",
"red": "#f7768e",
- "selectionBackground": "#364a82",
+ "selectionBackground": "#2e3c64",
"white": "#a9b1d6",
"yellow": "#e0af68"
}
diff --git a/extras/xfceterm/tokyonight_day.theme b/extras/xfceterm/tokyonight_day.theme
index 5782f2d..bdffd05 100644
--- a/extras/xfceterm/tokyonight_day.theme
+++ b/extras/xfceterm/tokyonight_day.theme
@@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#e1e2e7
ColorForeground=#3760bf
-ColorSelectionBackground=#99a7df
+ColorSelectionBackground=#b6bfe2
ColorSelection=#3760bf
ColorPalette=#e9e9ed;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#6172b0;#a1a6c5;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#3760bf
diff --git a/extras/xfceterm/tokyonight_moon.theme b/extras/xfceterm/tokyonight_moon.theme
index 2d2e7d7..5830a8a 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=#3654a7
+ColorSelectionBackground=#2d3f76
ColorSelection=#c8d3f5
ColorPalette=#1b1d2b;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#828bb8;#444a73;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#c8d3f5
diff --git a/extras/xfceterm/tokyonight_night.theme b/extras/xfceterm/tokyonight_night.theme
index 623ef5f..b27a6a2 100644
--- a/extras/xfceterm/tokyonight_night.theme
+++ b/extras/xfceterm/tokyonight_night.theme
@@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#1a1b26
ColorForeground=#c0caf5
-ColorSelectionBackground=#33467c
+ColorSelectionBackground=#283457
ColorSelection=#c0caf5
ColorPalette=#15161e;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5
diff --git a/extras/xfceterm/tokyonight_storm.theme b/extras/xfceterm/tokyonight_storm.theme
index e1954c0..c7d12d3 100644
--- a/extras/xfceterm/tokyonight_storm.theme
+++ b/extras/xfceterm/tokyonight_storm.theme
@@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#24283b
ColorForeground=#c0caf5
-ColorSelectionBackground=#364a82
+ColorSelectionBackground=#2e3c64
ColorSelection=#c0caf5
ColorPalette=#1d202f;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5