fix: updated extras

This commit is contained in:
Folke Lemaitre 2023-04-16 08:17:51 +02:00
parent cbed164e6f
commit 6e0bfd6836
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
39 changed files with 526 additions and 214 deletions

View File

@ -1,6 +1,6 @@
# TokyoNight Color Palette # TokyoNight Color Palette
set -l foreground 3760bf set -l foreground 3760bf
set -l selection 99a7df set -l selection b6bfe2
set -l comment 848cb5 set -l comment 848cb5
set -l red f52a65 set -l red f52a65
set -l orange b15c00 set -l orange b15c00

View File

@ -1,6 +1,6 @@
# TokyoNight Color Palette # TokyoNight Color Palette
set -l foreground c8d3f5 set -l foreground c8d3f5
set -l selection 3654a7 set -l selection 2d3f76
set -l comment 636da6 set -l comment 636da6
set -l red ff757f set -l red ff757f
set -l orange ff966c set -l orange ff966c

View File

@ -1,6 +1,6 @@
# TokyoNight Color Palette # TokyoNight Color Palette
set -l foreground c0caf5 set -l foreground c0caf5
set -l selection 33467c set -l selection 283457
set -l comment 565f89 set -l comment 565f89
set -l red f7768e set -l red f7768e
set -l orange ff9e64 set -l orange ff9e64

View File

@ -1,6 +1,6 @@
# TokyoNight Color Palette # TokyoNight Color Palette
set -l foreground c0caf5 set -l foreground c0caf5
set -l selection 364a82 set -l selection 2e3c64
set -l comment 565f89 set -l comment 565f89
set -l red f7768e set -l red f7768e
set -l orange ff9e64 set -l orange ff9e64

View File

@ -10,8 +10,8 @@
fish_color_error f52a65 fish_color_error f52a65
fish_color_param 7847bd fish_color_param 7847bd
fish_color_comment 848cb5 fish_color_comment 848cb5
fish_color_selection --background=99a7df fish_color_selection --background=b6bfe2
fish_color_search_match --background=99a7df fish_color_search_match --background=b6bfe2
fish_color_operator 587539 fish_color_operator 587539
fish_color_escape 9854f1 fish_color_escape 9854f1
fish_color_autosuggestion 848cb5 fish_color_autosuggestion 848cb5
@ -21,5 +21,5 @@
fish_pager_color_prefix 007197 fish_pager_color_prefix 007197
fish_pager_color_completion 3760bf fish_pager_color_completion 3760bf
fish_pager_color_description 848cb5 fish_pager_color_description 848cb5
fish_pager_color_selected_background --background=99a7df fish_pager_color_selected_background --background=b6bfe2

View File

@ -10,8 +10,8 @@
fish_color_error ff757f fish_color_error ff757f
fish_color_param fca7ea fish_color_param fca7ea
fish_color_comment 636da6 fish_color_comment 636da6
fish_color_selection --background=3654a7 fish_color_selection --background=2d3f76
fish_color_search_match --background=3654a7 fish_color_search_match --background=2d3f76
fish_color_operator c3e88d fish_color_operator c3e88d
fish_color_escape c099ff fish_color_escape c099ff
fish_color_autosuggestion 636da6 fish_color_autosuggestion 636da6
@ -21,5 +21,5 @@
fish_pager_color_prefix 86e1fc fish_pager_color_prefix 86e1fc
fish_pager_color_completion c8d3f5 fish_pager_color_completion c8d3f5
fish_pager_color_description 636da6 fish_pager_color_description 636da6
fish_pager_color_selected_background --background=3654a7 fish_pager_color_selected_background --background=2d3f76

View File

@ -10,8 +10,8 @@
fish_color_error f7768e fish_color_error f7768e
fish_color_param 9d7cd8 fish_color_param 9d7cd8
fish_color_comment 565f89 fish_color_comment 565f89
fish_color_selection --background=33467c fish_color_selection --background=283457
fish_color_search_match --background=33467c fish_color_search_match --background=283457
fish_color_operator 9ece6a fish_color_operator 9ece6a
fish_color_escape bb9af7 fish_color_escape bb9af7
fish_color_autosuggestion 565f89 fish_color_autosuggestion 565f89
@ -21,5 +21,5 @@
fish_pager_color_prefix 7dcfff fish_pager_color_prefix 7dcfff
fish_pager_color_completion c0caf5 fish_pager_color_completion c0caf5
fish_pager_color_description 565f89 fish_pager_color_description 565f89
fish_pager_color_selected_background --background=33467c fish_pager_color_selected_background --background=283457

View File

@ -10,8 +10,8 @@
fish_color_error f7768e fish_color_error f7768e
fish_color_param 9d7cd8 fish_color_param 9d7cd8
fish_color_comment 565f89 fish_color_comment 565f89
fish_color_selection --background=364a82 fish_color_selection --background=2e3c64
fish_color_search_match --background=364a82 fish_color_search_match --background=2e3c64
fish_color_operator 9ece6a fish_color_operator 9ece6a
fish_color_escape bb9af7 fish_color_escape bb9af7
fish_color_autosuggestion 565f89 fish_color_autosuggestion 565f89
@ -21,5 +21,5 @@
fish_pager_color_prefix 7dcfff fish_pager_color_prefix 7dcfff
fish_pager_color_completion c0caf5 fish_pager_color_completion c0caf5
fish_pager_color_description 565f89 fish_pager_color_description 565f89
fish_pager_color_selected_background --background=364a82 fish_pager_color_selected_background --background=2e3c64

View File

@ -1,11 +1,11 @@
[cursor] [cursor]
color=3760bf 99a7df color=3760bf b6bfe2
[colors] [colors]
foreground=3760bf foreground=3760bf
background=e1e2e7 background=e1e2e7
selection-foreground=3760bf selection-foreground=3760bf
selection-background=99a7df selection-background=b6bfe2
urls=387068 urls=387068
regular0=e9e9ed regular0=e9e9ed

View File

@ -1,11 +1,11 @@
[cursor] [cursor]
color=c8d3f5 3654a7 color=c8d3f5 2d3f76
[colors] [colors]
foreground=c8d3f5 foreground=c8d3f5
background=222436 background=222436
selection-foreground=c8d3f5 selection-foreground=c8d3f5
selection-background=3654a7 selection-background=2d3f76
urls=4fd6be urls=4fd6be
regular0=1b1d2b regular0=1b1d2b

View File

@ -1,11 +1,11 @@
[cursor] [cursor]
color=c0caf5 33467c color=c0caf5 283457
[colors] [colors]
foreground=c0caf5 foreground=c0caf5
background=1a1b26 background=1a1b26
selection-foreground=c0caf5 selection-foreground=c0caf5
selection-background=33467c selection-background=283457
urls=73daca urls=73daca
regular0=15161e regular0=15161e

View File

@ -1,11 +1,11 @@
[cursor] [cursor]
color=c0caf5 364a82 color=c0caf5 2e3c64
[colors] [colors]
foreground=c0caf5 foreground=c0caf5
background=24283b background=24283b
selection-foreground=c0caf5 selection-foreground=c0caf5
selection-background=364a82 selection-background=2e3c64
urls=73daca urls=73daca
regular0=1d202f regular0=1d202f

View File

@ -332,13 +332,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.8745098039215686</real> <real>0.8862745098039215</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6549019607843137</real> <real>0.7490196078431373</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.6000000000000000</real> <real>0.7137254901960784</real>
</dict> </dict>
</dict> </dict>
</plist> </plist>

View File

@ -332,13 +332,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.6549019607843137</real> <real>0.4627450980392157</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.3294117647058823</real> <real>0.2470588235294118</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.2117647058823529</real> <real>0.1764705882352941</real>
</dict> </dict>
</dict> </dict>
</plist> </plist>

View File

@ -332,13 +332,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4862745098039216</real> <real>0.3411764705882353</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.2745098039215687</real> <real>0.2039215686274510</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.2000000000000000</real> <real>0.1568627450980392</real>
</dict> </dict>
</dict> </dict>
</plist> </plist>

View File

@ -332,13 +332,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.5098039215686274</real> <real>0.3921568627450980</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.2901960784313726</real> <real>0.2352941176470588</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.2117647058823529</real> <real>0.1803921568627451</real>
</dict> </dict>
</dict> </dict>
</plist> </plist>

View File

@ -8,7 +8,7 @@
background #e1e2e7 background #e1e2e7
foreground #3760bf foreground #3760bf
selection_background #99a7df selection_background #b6bfe2
selection_foreground #3760bf selection_foreground #3760bf
url_color #387068 url_color #387068
cursor #3760bf cursor #3760bf

View File

@ -8,7 +8,7 @@
background #222436 background #222436
foreground #c8d3f5 foreground #c8d3f5
selection_background #3654a7 selection_background #2d3f76
selection_foreground #c8d3f5 selection_foreground #c8d3f5
url_color #4fd6be url_color #4fd6be
cursor #c8d3f5 cursor #c8d3f5

View File

@ -8,7 +8,7 @@
background #1a1b26 background #1a1b26
foreground #c0caf5 foreground #c0caf5
selection_background #33467c selection_background #283457
selection_foreground #c0caf5 selection_foreground #c0caf5
url_color #73daca url_color #73daca
cursor #c0caf5 cursor #c0caf5

View File

@ -8,7 +8,7 @@
background #24283b background #24283b
foreground #c0caf5 foreground #c0caf5
selection_background #364a82 selection_background #2e3c64
selection_foreground #c0caf5 selection_foreground #c0caf5
url_color #73daca url_color #73daca
cursor #c0caf5 cursor #c0caf5

View File

@ -7,7 +7,7 @@ local colors = {
bg_search = "#7890dd", bg_search = "#7890dd",
bg_sidebar = "#e9e9ec", bg_sidebar = "#e9e9ec",
bg_statusline = "#e9e9ec", bg_statusline = "#e9e9ec",
bg_visual = "#99a7df", bg_visual = "#b6bfe2",
black = "#e9e9ed", black = "#e9e9ed",
blue = "#2e7de9", blue = "#2e7de9",
blue0 = "#7890dd", blue0 = "#7890dd",
@ -83,6 +83,52 @@ local highlights = {
["@label"] = { ["@label"] = {
fg = "#2e7de9" 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"] = { ["@operator"] = {
fg = "#006a83" fg = "#006a83"
}, },
@ -105,6 +151,9 @@ local highlights = {
bold = true, bold = true,
fg = "#b15c00" fg = "#b15c00"
}, },
["@string.documentation"] = {
fg = "#8c6c3e"
},
["@string.escape"] = { ["@string.escape"] = {
fg = "#9854f1" fg = "#9854f1"
}, },
@ -142,6 +191,7 @@ local highlights = {
fg = "#e1e2e7" fg = "#e1e2e7"
}, },
["@variable"] = { ["@variable"] = {
fg = "#3760bf",
style = {} style = {}
}, },
["@variable.builtin"] = { ["@variable.builtin"] = {
@ -157,8 +207,7 @@ local highlights = {
fg = "#007197" fg = "#007197"
}, },
AlphaFooter = { AlphaFooter = {
fg = "#8c6c3e", fg = "#188092"
italic = true
}, },
AlphaHeader = { AlphaHeader = {
fg = "#2e7de9" fg = "#2e7de9"
@ -209,76 +258,76 @@ local highlights = {
fg = "#8c6c3e" fg = "#8c6c3e"
}, },
BufferCurrent = { BufferCurrent = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#3760bf" fg = "#3760bf"
}, },
BufferCurrentERROR = { BufferCurrentERROR = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#c64343" fg = "#c64343"
}, },
BufferCurrentHINT = { BufferCurrentHINT = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#118c74" fg = "#118c74"
}, },
BufferCurrentINFO = { BufferCurrentINFO = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#07879d" fg = "#07879d"
}, },
BufferCurrentIndex = { BufferCurrentIndex = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#07879d" fg = "#07879d"
}, },
BufferCurrentMod = { BufferCurrentMod = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#8c6c3e" fg = "#8c6c3e"
}, },
BufferCurrentSign = { BufferCurrentSign = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#07879d" fg = "#07879d"
}, },
BufferCurrentTarget = { BufferCurrentTarget = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#f52a65" fg = "#f52a65"
}, },
BufferCurrentWARN = { BufferCurrentWARN = {
bg = "#a8aecb", bg = "#e1e2e7",
fg = "#8c6c3e" fg = "#8c6c3e"
}, },
BufferInactive = { BufferInactive = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#68709a" fg = "#7f84a4"
}, },
BufferInactiveERROR = { BufferInactiveERROR = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#d97274" fg = "#db5d60"
}, },
BufferInactiveHINT = { BufferInactiveHINT = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#177f6e" fg = "#10715f"
}, },
BufferInactiveINFO = { BufferInactiveINFO = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#0e7a90" fg = "#086c80"
}, },
BufferInactiveIndex = { BufferInactiveIndex = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#68709a" fg = "#68709a"
}, },
BufferInactiveMod = { BufferInactiveMod = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#7b613d" fg = "#a48150"
}, },
BufferInactiveSign = { BufferInactiveSign = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#2496ac" fg = "#2496ac"
}, },
BufferInactiveTarget = { BufferInactiveTarget = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#f52a65" fg = "#f52a65"
}, },
BufferInactiveWARN = { BufferInactiveWARN = {
bg = "#e9e9ec", bg = "#c4c8da",
fg = "#7b613d" fg = "#a48150"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#506d9b" fg = "#506d9b"
@ -288,7 +337,7 @@ local highlights = {
fg = "#68709a" fg = "#68709a"
}, },
BufferTabpageFill = { BufferTabpageFill = {
bg = "#e9e9ec", bg = "#cbccd3",
fg = "#68709a" fg = "#68709a"
}, },
BufferTabpages = { BufferTabpages = {
@ -371,6 +420,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#2e7de9" fg = "#2e7de9"
}, },
CmpItemKindCopilot = {
bg = "NONE",
fg = "#118c74"
},
CmpItemKindDefault = { CmpItemKindDefault = {
bg = "NONE", bg = "NONE",
fg = "#6172b0" fg = "#6172b0"
@ -800,7 +853,7 @@ local highlights = {
fg = "#587539" fg = "#587539"
}, },
LspSagaFinderSelection = { LspSagaFinderSelection = {
fg = "#99a7df" fg = "#b6bfe2"
}, },
LspSagaHoverBorder = { LspSagaHoverBorder = {
fg = "#2e7de9" fg = "#2e7de9"
@ -812,7 +865,7 @@ local highlights = {
fg = "#f52a65" fg = "#f52a65"
}, },
LspSignatureActiveParameter = { LspSignatureActiveParameter = {
bg = "#c4c9e3", bg = "#d0d3e4",
bold = true bold = true
}, },
MatchParen = { MatchParen = {
@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#3760bf" fg = "#3760bf"
}, },
NeoTreeDimText = {
fg = "#a8aecb"
},
NeoTreeNormal = { NeoTreeNormal = {
bg = "#e9e9ec", bg = "#e9e9ec",
fg = "#6172b0" fg = "#6172b0"
@ -1424,7 +1480,7 @@ local highlights = {
fg = "#2e7de9" fg = "#2e7de9"
}, },
QuickFixLine = { QuickFixLine = {
bg = "#99a7df", bg = "#b6bfe2",
bold = true bold = true
}, },
ReferencesCount = { ReferencesCount = {
@ -1502,7 +1558,7 @@ local highlights = {
fg = "#c4c8da" fg = "#c4c8da"
}, },
SneakScope = { SneakScope = {
bg = "#99a7df" bg = "#b6bfe2"
}, },
Special = { Special = {
fg = "#188092" fg = "#188092"
@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = { TSNodeUnmatched = {
fg = "#8990b3" fg = "#8990b3"
}, },
TSNote = { TSRainbowBlue = {
bg = "#07879d", fg = "#2e7de9"
fg = "#e1e2e7" },
TSRainbowCyan = {
fg = "#007197"
},
TSRainbowGreen = {
fg = "#587539"
},
TSRainbowOrange = {
fg = "#b15c00"
},
TSRainbowRed = {
fg = "#f52a65"
},
TSRainbowViolet = {
fg = "#7847bd"
},
TSRainbowYellow = {
fg = "#8c6c3e"
}, },
TabLine = { TabLine = {
bg = "#e9e9ec", bg = "#e9e9ec",
@ -1609,10 +1682,10 @@ local highlights = {
fg = "#e9e9ed" fg = "#e9e9ed"
}, },
Visual = { Visual = {
bg = "#99a7df" bg = "#b6bfe2"
}, },
VisualNOS = { VisualNOS = {
bg = "#99a7df" bg = "#b6bfe2"
}, },
WarningMsg = { WarningMsg = {
fg = "#8c6c3e" fg = "#8c6c3e"
@ -1642,7 +1715,7 @@ local highlights = {
fg = "#a8aecb" fg = "#a8aecb"
}, },
WildMenu = { WildMenu = {
bg = "#99a7df" bg = "#b6bfe2"
}, },
WinSeparator = { WinSeparator = {
bold = true, bold = true,

View File

@ -7,7 +7,7 @@ local colors = {
bg_search = "#3e68d7", bg_search = "#3e68d7",
bg_sidebar = "#1e2030", bg_sidebar = "#1e2030",
bg_statusline = "#1e2030", bg_statusline = "#1e2030",
bg_visual = "#3654a7", bg_visual = "#2d3f76",
black = "#1b1d2b", black = "#1b1d2b",
blue = "#82aaff", blue = "#82aaff",
blue0 = "#3e68d7", blue0 = "#3e68d7",
@ -83,6 +83,52 @@ local highlights = {
["@label"] = { ["@label"] = {
fg = "#82aaff" 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"] = { ["@operator"] = {
fg = "#89ddff" fg = "#89ddff"
}, },
@ -105,6 +151,9 @@ local highlights = {
bold = true, bold = true,
fg = "#ff966c" fg = "#ff966c"
}, },
["@string.documentation"] = {
fg = "#ffc777"
},
["@string.escape"] = { ["@string.escape"] = {
fg = "#c099ff" fg = "#c099ff"
}, },
@ -142,6 +191,7 @@ local highlights = {
fg = "#222436" fg = "#222436"
}, },
["@variable"] = { ["@variable"] = {
fg = "#c8d3f5",
style = {} style = {}
}, },
["@variable.builtin"] = { ["@variable.builtin"] = {
@ -157,8 +207,7 @@ local highlights = {
fg = "#86e1fc" fg = "#86e1fc"
}, },
AlphaFooter = { AlphaFooter = {
fg = "#ffc777", fg = "#65bcff"
italic = true
}, },
AlphaHeader = { AlphaHeader = {
fg = "#82aaff" fg = "#82aaff"
@ -209,76 +258,76 @@ local highlights = {
fg = "#ffc777" fg = "#ffc777"
}, },
BufferCurrent = { BufferCurrent = {
bg = "#3b4261", bg = "#222436",
fg = "#c8d3f5" fg = "#c8d3f5"
}, },
BufferCurrentERROR = { BufferCurrentERROR = {
bg = "#3b4261", bg = "#222436",
fg = "#c53b53" fg = "#c53b53"
}, },
BufferCurrentHINT = { BufferCurrentHINT = {
bg = "#3b4261", bg = "#222436",
fg = "#4fd6be" fg = "#4fd6be"
}, },
BufferCurrentINFO = { BufferCurrentINFO = {
bg = "#3b4261", bg = "#222436",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentIndex = { BufferCurrentIndex = {
bg = "#3b4261", bg = "#222436",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentMod = { BufferCurrentMod = {
bg = "#3b4261", bg = "#222436",
fg = "#ffc777" fg = "#ffc777"
}, },
BufferCurrentSign = { BufferCurrentSign = {
bg = "#3b4261", bg = "#222436",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentTarget = { BufferCurrentTarget = {
bg = "#3b4261", bg = "#222436",
fg = "#ff757f" fg = "#ff757f"
}, },
BufferCurrentWARN = { BufferCurrentWARN = {
bg = "#3b4261", bg = "#222436",
fg = "#ffc777" fg = "#ffc777"
}, },
BufferInactive = { BufferInactive = {
bg = "#1e2030", bg = "#2f334d",
fg = "#737aa2" fg = "#63698c"
}, },
BufferInactiveERROR = { BufferInactiveERROR = {
bg = "#1e2030", bg = "#2f334d",
fg = "#94344a" fg = "#a4364d"
}, },
BufferInactiveHINT = { BufferInactiveHINT = {
bg = "#1e2030", bg = "#2f334d",
fg = "#42a195" fg = "#46b2a3"
}, },
BufferInactiveINFO = { BufferInactiveINFO = {
bg = "#1e2030", bg = "#2f334d",
fg = "#138ca7" fg = "#119bb7"
}, },
BufferInactiveIndex = { BufferInactiveIndex = {
bg = "#1e2030", bg = "#2f334d",
fg = "#737aa2" fg = "#737aa2"
}, },
BufferInactiveMod = { BufferInactiveMod = {
bg = "#1e2030", bg = "#2f334d",
fg = "#bd9664" fg = "#d3a66a"
}, },
BufferInactiveSign = { BufferInactiveSign = {
bg = "#1e2030", bg = "#2f334d",
fg = "#589ed7" fg = "#589ed7"
}, },
BufferInactiveTarget = { BufferInactiveTarget = {
bg = "#1e2030", bg = "#2f334d",
fg = "#ff757f" fg = "#ff757f"
}, },
BufferInactiveWARN = { BufferInactiveWARN = {
bg = "#1e2030", bg = "#2f334d",
fg = "#bd9664" fg = "#d3a66a"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#7ca1f2" fg = "#7ca1f2"
@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2" fg = "#737aa2"
}, },
BufferTabpageFill = { BufferTabpageFill = {
bg = "#1e2030", bg = "#313344",
fg = "#737aa2" fg = "#737aa2"
}, },
BufferTabpages = { BufferTabpages = {
@ -371,6 +420,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#82aaff" fg = "#82aaff"
}, },
CmpItemKindCopilot = {
bg = "NONE",
fg = "#4fd6be"
},
CmpItemKindDefault = { CmpItemKindDefault = {
bg = "NONE", bg = "NONE",
fg = "#828bb8" fg = "#828bb8"
@ -800,7 +853,7 @@ local highlights = {
fg = "#c3e88d" fg = "#c3e88d"
}, },
LspSagaFinderSelection = { LspSagaFinderSelection = {
fg = "#3654a7" fg = "#2d3f76"
}, },
LspSagaHoverBorder = { LspSagaHoverBorder = {
fg = "#82aaff" fg = "#82aaff"
@ -812,7 +865,7 @@ local highlights = {
fg = "#ff757f" fg = "#ff757f"
}, },
LspSignatureActiveParameter = { LspSignatureActiveParameter = {
bg = "#2a3763", bg = "#262f50",
bold = true bold = true
}, },
MatchParen = { MatchParen = {
@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#c8d3f5" fg = "#c8d3f5"
}, },
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = { NeoTreeNormal = {
bg = "#1e2030", bg = "#1e2030",
fg = "#828bb8" fg = "#828bb8"
@ -1424,7 +1480,7 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
QuickFixLine = { QuickFixLine = {
bg = "#3654a7", bg = "#2d3f76",
bold = true bold = true
}, },
ReferencesCount = { ReferencesCount = {
@ -1502,7 +1558,7 @@ local highlights = {
fg = "#2f334d" fg = "#2f334d"
}, },
SneakScope = { SneakScope = {
bg = "#3654a7" bg = "#2d3f76"
}, },
Special = { Special = {
fg = "#65bcff" fg = "#65bcff"
@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = { TSNodeUnmatched = {
fg = "#545c7e" fg = "#545c7e"
}, },
TSNote = { TSRainbowBlue = {
bg = "#0db9d7", fg = "#82aaff"
fg = "#222436" },
TSRainbowCyan = {
fg = "#86e1fc"
},
TSRainbowGreen = {
fg = "#c3e88d"
},
TSRainbowOrange = {
fg = "#ff966c"
},
TSRainbowRed = {
fg = "#ff757f"
},
TSRainbowViolet = {
fg = "#fca7ea"
},
TSRainbowYellow = {
fg = "#ffc777"
}, },
TabLine = { TabLine = {
bg = "#1e2030", bg = "#1e2030",
@ -1609,10 +1682,10 @@ local highlights = {
fg = "#1b1d2b" fg = "#1b1d2b"
}, },
Visual = { Visual = {
bg = "#3654a7" bg = "#2d3f76"
}, },
VisualNOS = { VisualNOS = {
bg = "#3654a7" bg = "#2d3f76"
}, },
WarningMsg = { WarningMsg = {
fg = "#ffc777" fg = "#ffc777"
@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261" fg = "#3b4261"
}, },
WildMenu = { WildMenu = {
bg = "#3654a7" bg = "#2d3f76"
}, },
WinSeparator = { WinSeparator = {
bold = true, bold = true,

View File

@ -7,7 +7,7 @@ local colors = {
bg_search = "#3d59a1", bg_search = "#3d59a1",
bg_sidebar = "#16161e", bg_sidebar = "#16161e",
bg_statusline = "#16161e", bg_statusline = "#16161e",
bg_visual = "#33467c", bg_visual = "#283457",
black = "#15161e", black = "#15161e",
blue = "#7aa2f7", blue = "#7aa2f7",
blue0 = "#3d59a1", blue0 = "#3d59a1",
@ -83,6 +83,52 @@ local highlights = {
["@label"] = { ["@label"] = {
fg = "#7aa2f7" 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"] = { ["@operator"] = {
fg = "#89ddff" fg = "#89ddff"
}, },
@ -105,6 +151,9 @@ local highlights = {
bold = true, bold = true,
fg = "#ff9e64" fg = "#ff9e64"
}, },
["@string.documentation"] = {
fg = "#e0af68"
},
["@string.escape"] = { ["@string.escape"] = {
fg = "#bb9af7" fg = "#bb9af7"
}, },
@ -142,6 +191,7 @@ local highlights = {
fg = "#1a1b26" fg = "#1a1b26"
}, },
["@variable"] = { ["@variable"] = {
fg = "#c0caf5",
style = {} style = {}
}, },
["@variable.builtin"] = { ["@variable.builtin"] = {
@ -157,8 +207,7 @@ local highlights = {
fg = "#7dcfff" fg = "#7dcfff"
}, },
AlphaFooter = { AlphaFooter = {
fg = "#e0af68", fg = "#2ac3de"
italic = true
}, },
AlphaHeader = { AlphaHeader = {
fg = "#7aa2f7" fg = "#7aa2f7"
@ -209,76 +258,76 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
BufferCurrent = { BufferCurrent = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#c0caf5" fg = "#c0caf5"
}, },
BufferCurrentERROR = { BufferCurrentERROR = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#db4b4b" fg = "#db4b4b"
}, },
BufferCurrentHINT = { BufferCurrentHINT = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#1abc9c" fg = "#1abc9c"
}, },
BufferCurrentINFO = { BufferCurrentINFO = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentIndex = { BufferCurrentIndex = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentMod = { BufferCurrentMod = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#e0af68" fg = "#e0af68"
}, },
BufferCurrentSign = { BufferCurrentSign = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentTarget = { BufferCurrentTarget = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#f7768e" fg = "#f7768e"
}, },
BufferCurrentWARN = { BufferCurrentWARN = {
bg = "#3b4261", bg = "#1a1b26",
fg = "#e0af68" fg = "#e0af68"
}, },
BufferInactive = { BufferInactive = {
bg = "#16161e", bg = "#292e42",
fg = "#737aa2" fg = "#616789"
}, },
BufferInactiveERROR = { BufferInactiveERROR = {
bg = "#16161e", bg = "#292e42",
fg = "#a13d40" fg = "#b44144"
}, },
BufferInactiveHINT = { BufferInactiveHINT = {
bg = "#16161e", bg = "#292e42",
fg = "#1a8c79" fg = "#1a9c84"
}, },
BufferInactiveINFO = { BufferInactiveINFO = {
bg = "#16161e", bg = "#292e42",
fg = "#118aa2" fg = "#1099b4"
}, },
BufferInactiveIndex = { BufferInactiveIndex = {
bg = "#16161e", bg = "#292e42",
fg = "#737aa2" fg = "#737aa2"
}, },
BufferInactiveMod = { BufferInactiveMod = {
bg = "#16161e", bg = "#292e42",
fg = "#a58354" fg = "#b8915b"
}, },
BufferInactiveSign = { BufferInactiveSign = {
bg = "#16161e", bg = "#292e42",
fg = "#27a1b9" fg = "#27a1b9"
}, },
BufferInactiveTarget = { BufferInactiveTarget = {
bg = "#16161e", bg = "#292e42",
fg = "#f7768e" fg = "#f7768e"
}, },
BufferInactiveWARN = { BufferInactiveWARN = {
bg = "#16161e", bg = "#292e42",
fg = "#a58354" fg = "#b8915b"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#506d9b" fg = "#506d9b"
@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2" fg = "#737aa2"
}, },
BufferTabpageFill = { BufferTabpageFill = {
bg = "#16161e", bg = "#2a2b35",
fg = "#737aa2" fg = "#737aa2"
}, },
BufferTabpages = { BufferTabpages = {
@ -371,6 +420,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#7aa2f7" fg = "#7aa2f7"
}, },
CmpItemKindCopilot = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindDefault = { CmpItemKindDefault = {
bg = "NONE", bg = "NONE",
fg = "#a9b1d6" fg = "#a9b1d6"
@ -800,7 +853,7 @@ local highlights = {
fg = "#9ece6a" fg = "#9ece6a"
}, },
LspSagaFinderSelection = { LspSagaFinderSelection = {
fg = "#33467c" fg = "#283457"
}, },
LspSagaHoverBorder = { LspSagaHoverBorder = {
fg = "#7aa2f7" fg = "#7aa2f7"
@ -812,7 +865,7 @@ local highlights = {
fg = "#f7768e" fg = "#f7768e"
}, },
LspSignatureActiveParameter = { LspSignatureActiveParameter = {
bg = "#242c48", bg = "#20253a",
bold = true bold = true
}, },
MatchParen = { MatchParen = {
@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#c0caf5" fg = "#c0caf5"
}, },
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = { NeoTreeNormal = {
bg = "#16161e", bg = "#16161e",
fg = "#a9b1d6" fg = "#a9b1d6"
@ -1424,7 +1480,7 @@ local highlights = {
fg = "#7aa2f7" fg = "#7aa2f7"
}, },
QuickFixLine = { QuickFixLine = {
bg = "#33467c", bg = "#283457",
bold = true bold = true
}, },
ReferencesCount = { ReferencesCount = {
@ -1502,7 +1558,7 @@ local highlights = {
fg = "#292e42" fg = "#292e42"
}, },
SneakScope = { SneakScope = {
bg = "#33467c" bg = "#283457"
}, },
Special = { Special = {
fg = "#2ac3de" fg = "#2ac3de"
@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = { TSNodeUnmatched = {
fg = "#545c7e" fg = "#545c7e"
}, },
TSNote = { TSRainbowBlue = {
bg = "#0db9d7", fg = "#7aa2f7"
fg = "#1a1b26" },
TSRainbowCyan = {
fg = "#7dcfff"
},
TSRainbowGreen = {
fg = "#9ece6a"
},
TSRainbowOrange = {
fg = "#ff9e64"
},
TSRainbowRed = {
fg = "#f7768e"
},
TSRainbowViolet = {
fg = "#9d7cd8"
},
TSRainbowYellow = {
fg = "#e0af68"
}, },
TabLine = { TabLine = {
bg = "#16161e", bg = "#16161e",
@ -1609,10 +1682,10 @@ local highlights = {
fg = "#15161e" fg = "#15161e"
}, },
Visual = { Visual = {
bg = "#33467c" bg = "#283457"
}, },
VisualNOS = { VisualNOS = {
bg = "#33467c" bg = "#283457"
}, },
WarningMsg = { WarningMsg = {
fg = "#e0af68" fg = "#e0af68"
@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261" fg = "#3b4261"
}, },
WildMenu = { WildMenu = {
bg = "#33467c" bg = "#283457"
}, },
WinSeparator = { WinSeparator = {
bold = true, bold = true,

View File

@ -7,7 +7,7 @@ local colors = {
bg_search = "#3d59a1", bg_search = "#3d59a1",
bg_sidebar = "#1f2335", bg_sidebar = "#1f2335",
bg_statusline = "#1f2335", bg_statusline = "#1f2335",
bg_visual = "#364a82", bg_visual = "#2e3c64",
black = "#1d202f", black = "#1d202f",
blue = "#7aa2f7", blue = "#7aa2f7",
blue0 = "#3d59a1", blue0 = "#3d59a1",
@ -83,6 +83,52 @@ local highlights = {
["@label"] = { ["@label"] = {
fg = "#7aa2f7" 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"] = { ["@operator"] = {
fg = "#89ddff" fg = "#89ddff"
}, },
@ -105,6 +151,9 @@ local highlights = {
bold = true, bold = true,
fg = "#ff9e64" fg = "#ff9e64"
}, },
["@string.documentation"] = {
fg = "#e0af68"
},
["@string.escape"] = { ["@string.escape"] = {
fg = "#bb9af7" fg = "#bb9af7"
}, },
@ -142,6 +191,7 @@ local highlights = {
fg = "#24283b" fg = "#24283b"
}, },
["@variable"] = { ["@variable"] = {
fg = "#c0caf5",
style = {} style = {}
}, },
["@variable.builtin"] = { ["@variable.builtin"] = {
@ -157,8 +207,7 @@ local highlights = {
fg = "#7dcfff" fg = "#7dcfff"
}, },
AlphaFooter = { AlphaFooter = {
fg = "#e0af68", fg = "#2ac3de"
italic = true
}, },
AlphaHeader = { AlphaHeader = {
fg = "#7aa2f7" fg = "#7aa2f7"
@ -209,76 +258,76 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
BufferCurrent = { BufferCurrent = {
bg = "#3b4261", bg = "#24283b",
fg = "#c0caf5" fg = "#c0caf5"
}, },
BufferCurrentERROR = { BufferCurrentERROR = {
bg = "#3b4261", bg = "#24283b",
fg = "#db4b4b" fg = "#db4b4b"
}, },
BufferCurrentHINT = { BufferCurrentHINT = {
bg = "#3b4261", bg = "#24283b",
fg = "#1abc9c" fg = "#1abc9c"
}, },
BufferCurrentINFO = { BufferCurrentINFO = {
bg = "#3b4261", bg = "#24283b",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentIndex = { BufferCurrentIndex = {
bg = "#3b4261", bg = "#24283b",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentMod = { BufferCurrentMod = {
bg = "#3b4261", bg = "#24283b",
fg = "#e0af68" fg = "#e0af68"
}, },
BufferCurrentSign = { BufferCurrentSign = {
bg = "#3b4261", bg = "#24283b",
fg = "#0db9d7" fg = "#0db9d7"
}, },
BufferCurrentTarget = { BufferCurrentTarget = {
bg = "#3b4261", bg = "#24283b",
fg = "#f7768e" fg = "#f7768e"
}, },
BufferCurrentWARN = { BufferCurrentWARN = {
bg = "#3b4261", bg = "#24283b",
fg = "#e0af68" fg = "#e0af68"
}, },
BufferInactive = { BufferInactive = {
bg = "#1f2335", bg = "#292e42",
fg = "#737aa2" fg = "#636a8d"
}, },
BufferInactiveERROR = { BufferInactiveERROR = {
bg = "#1f2335", bg = "#292e42",
fg = "#a44146" fg = "#b64448"
}, },
BufferInactiveHINT = { BufferInactiveHINT = {
bg = "#1f2335", bg = "#292e42",
fg = "#1d907f" fg = "#1c9e89"
}, },
BufferInactiveINFO = { BufferInactiveINFO = {
bg = "#1f2335", bg = "#292e42",
fg = "#148ea8" fg = "#129cb8"
}, },
BufferInactiveIndex = { BufferInactiveIndex = {
bg = "#1f2335", bg = "#292e42",
fg = "#737aa2" fg = "#737aa2"
}, },
BufferInactiveMod = { BufferInactiveMod = {
bg = "#1f2335", bg = "#292e42",
fg = "#a8875b" fg = "#ba945f"
}, },
BufferInactiveSign = { BufferInactiveSign = {
bg = "#1f2335", bg = "#292e42",
fg = "#29a4bd" fg = "#29a4bd"
}, },
BufferInactiveTarget = { BufferInactiveTarget = {
bg = "#1f2335", bg = "#292e42",
fg = "#f7768e" fg = "#f7768e"
}, },
BufferInactiveWARN = { BufferInactiveWARN = {
bg = "#1f2335", bg = "#292e42",
fg = "#a8875b" fg = "#ba945f"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#506d9b" fg = "#506d9b"
@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2" fg = "#737aa2"
}, },
BufferTabpageFill = { BufferTabpageFill = {
bg = "#1f2335", bg = "#333749",
fg = "#737aa2" fg = "#737aa2"
}, },
BufferTabpages = { BufferTabpages = {
@ -371,6 +420,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#7aa2f7" fg = "#7aa2f7"
}, },
CmpItemKindCopilot = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindDefault = { CmpItemKindDefault = {
bg = "NONE", bg = "NONE",
fg = "#a9b1d6" fg = "#a9b1d6"
@ -800,7 +853,7 @@ local highlights = {
fg = "#9ece6a" fg = "#9ece6a"
}, },
LspSagaFinderSelection = { LspSagaFinderSelection = {
fg = "#364a82" fg = "#2e3c64"
}, },
LspSagaHoverBorder = { LspSagaHoverBorder = {
fg = "#7aa2f7" fg = "#7aa2f7"
@ -812,7 +865,7 @@ local highlights = {
fg = "#f7768e" fg = "#f7768e"
}, },
LspSignatureActiveParameter = { LspSignatureActiveParameter = {
bg = "#2b3657", bg = "#28304b",
bold = true bold = true
}, },
MatchParen = { MatchParen = {
@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#c0caf5" fg = "#c0caf5"
}, },
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = { NeoTreeNormal = {
bg = "#1f2335", bg = "#1f2335",
fg = "#a9b1d6" fg = "#a9b1d6"
@ -1424,7 +1480,7 @@ local highlights = {
fg = "#7aa2f7" fg = "#7aa2f7"
}, },
QuickFixLine = { QuickFixLine = {
bg = "#364a82", bg = "#2e3c64",
bold = true bold = true
}, },
ReferencesCount = { ReferencesCount = {
@ -1502,7 +1558,7 @@ local highlights = {
fg = "#292e42" fg = "#292e42"
}, },
SneakScope = { SneakScope = {
bg = "#364a82" bg = "#2e3c64"
}, },
Special = { Special = {
fg = "#2ac3de" fg = "#2ac3de"
@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = { TSNodeUnmatched = {
fg = "#545c7e" fg = "#545c7e"
}, },
TSNote = { TSRainbowBlue = {
bg = "#0db9d7", fg = "#7aa2f7"
fg = "#24283b" },
TSRainbowCyan = {
fg = "#7dcfff"
},
TSRainbowGreen = {
fg = "#9ece6a"
},
TSRainbowOrange = {
fg = "#ff9e64"
},
TSRainbowRed = {
fg = "#f7768e"
},
TSRainbowViolet = {
fg = "#9d7cd8"
},
TSRainbowYellow = {
fg = "#e0af68"
}, },
TabLine = { TabLine = {
bg = "#1f2335", bg = "#1f2335",
@ -1609,10 +1682,10 @@ local highlights = {
fg = "#1d202f" fg = "#1d202f"
}, },
Visual = { Visual = {
bg = "#364a82" bg = "#2e3c64"
}, },
VisualNOS = { VisualNOS = {
bg = "#364a82" bg = "#2e3c64"
}, },
WarningMsg = { WarningMsg = {
fg = "#e0af68" fg = "#e0af68"
@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261" fg = "#3b4261"
}, },
WildMenu = { WildMenu = {
bg = "#364a82" bg = "#2e3c64"
}, },
WinSeparator = { WinSeparator = {
bold = true, bold = true,

View File

@ -744,7 +744,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#2c6c75</string> <string>#4097a3</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@ -755,7 +755,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#914c54</string> <string>#c47981</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@ -766,7 +766,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#6183b9</string> <string>#506d9b</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>

View File

@ -744,7 +744,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#4097a3</string> <string>#2c6c75</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@ -755,7 +755,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c47981</string> <string>#914c54</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@ -766,7 +766,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#506d9b</string> <string>#6183b9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>

View File

@ -744,7 +744,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#4097a3</string> <string>#2c6c75</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@ -755,7 +755,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c47981</string> <string>#914c54</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@ -766,7 +766,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#506d9b</string> <string>#6183b9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>

View File

@ -4,7 +4,7 @@ background = "#e1e2e7"
cursor_bg = "#3760bf" cursor_bg = "#3760bf"
cursor_border = "#3760bf" cursor_border = "#3760bf"
cursor_fg = "#e1e2e7" cursor_fg = "#e1e2e7"
selection_bg = "#99a7df" selection_bg = "#b6bfe2"
selection_fg = "#3760bf" selection_fg = "#3760bf"
ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"] ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
@ -33,3 +33,8 @@ bg_color = "#2e7de9"
[colors.tab_bar.new_tab] [colors.tab_bar.new_tab]
fg_color = "#2e7de9" fg_color = "#2e7de9"
bg_color = "#191b28" bg_color = "#191b28"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Day"

View File

@ -4,7 +4,7 @@ background = "#222436"
cursor_bg = "#c8d3f5" cursor_bg = "#c8d3f5"
cursor_border = "#c8d3f5" cursor_border = "#c8d3f5"
cursor_fg = "#222436" cursor_fg = "#222436"
selection_bg = "#3654a7" selection_bg = "#2d3f76"
selection_fg = "#c8d3f5" selection_fg = "#c8d3f5"
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"] ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]
@ -19,7 +19,7 @@ fg_color = "#82aaff"
bg_color = "#222436" bg_color = "#222436"
[colors.tab_bar.inactive_tab] [colors.tab_bar.inactive_tab]
bg_color = '#1e2030' bg_color = "#1e2030"
fg_color = "#545c7e" fg_color = "#545c7e"
[colors.tab_bar.inactive_tab_hover] [colors.tab_bar.inactive_tab_hover]
@ -33,3 +33,8 @@ bg_color = "#82aaff"
[colors.tab_bar.new_tab] [colors.tab_bar.new_tab]
fg_color = "#82aaff" fg_color = "#82aaff"
bg_color = "#191b28" bg_color = "#191b28"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Moon"

View File

@ -4,7 +4,7 @@ background = "#1a1b26"
cursor_bg = "#c0caf5" cursor_bg = "#c0caf5"
cursor_border = "#c0caf5" cursor_border = "#c0caf5"
cursor_fg = "#1a1b26" cursor_fg = "#1a1b26"
selection_bg = "#33467c" selection_bg = "#283457"
selection_fg = "#c0caf5" selection_fg = "#c0caf5"
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"] ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
@ -33,3 +33,8 @@ bg_color = "#7aa2f7"
[colors.tab_bar.new_tab] [colors.tab_bar.new_tab]
fg_color = "#7aa2f7" fg_color = "#7aa2f7"
bg_color = "#191b28" bg_color = "#191b28"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night"

View File

@ -4,7 +4,7 @@ background = "#24283b"
cursor_bg = "#c0caf5" cursor_bg = "#c0caf5"
cursor_border = "#c0caf5" cursor_border = "#c0caf5"
cursor_fg = "#24283b" cursor_fg = "#24283b"
selection_bg = "#364a82" selection_bg = "#2e3c64"
selection_fg = "#c0caf5" selection_fg = "#c0caf5"
ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"] ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
@ -33,3 +33,8 @@ bg_color = "#7aa2f7"
[colors.tab_bar.new_tab] [colors.tab_bar.new_tab]
fg_color = "#7aa2f7" fg_color = "#7aa2f7"
bg_color = "#191b28" bg_color = "#191b28"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Storm"

View File

@ -19,7 +19,7 @@
"name": "Tokyo Night Day", "name": "Tokyo Night Day",
"purple": "#9854f1", "purple": "#9854f1",
"red": "#f52a65", "red": "#f52a65",
"selectionBackground": "#99a7df", "selectionBackground": "#b6bfe2",
"white": "#6172b0", "white": "#6172b0",
"yellow": "#8c6c3e" "yellow": "#8c6c3e"
} }

View File

@ -19,7 +19,7 @@
"name": "Tokyo Night Moon", "name": "Tokyo Night Moon",
"purple": "#c099ff", "purple": "#c099ff",
"red": "#ff757f", "red": "#ff757f",
"selectionBackground": "#3654a7", "selectionBackground": "#2d3f76",
"white": "#828bb8", "white": "#828bb8",
"yellow": "#ffc777" "yellow": "#ffc777"
} }

View File

@ -19,7 +19,7 @@
"name": "Tokyo Night", "name": "Tokyo Night",
"purple": "#bb9af7", "purple": "#bb9af7",
"red": "#f7768e", "red": "#f7768e",
"selectionBackground": "#33467c", "selectionBackground": "#283457",
"white": "#a9b1d6", "white": "#a9b1d6",
"yellow": "#e0af68" "yellow": "#e0af68"
} }

View File

@ -19,7 +19,7 @@
"name": "Tokyo Night Storm", "name": "Tokyo Night Storm",
"purple": "#bb9af7", "purple": "#bb9af7",
"red": "#f7768e", "red": "#f7768e",
"selectionBackground": "#364a82", "selectionBackground": "#2e3c64",
"white": "#a9b1d6", "white": "#a9b1d6",
"yellow": "#e0af68" "yellow": "#e0af68"
} }

View File

@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#e1e2e7 ColorBackground=#e1e2e7
ColorForeground=#3760bf ColorForeground=#3760bf
ColorSelectionBackground=#99a7df ColorSelectionBackground=#b6bfe2
ColorSelection=#3760bf ColorSelection=#3760bf
ColorPalette=#e9e9ed;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#6172b0;#a1a6c5;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#3760bf ColorPalette=#e9e9ed;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#6172b0;#a1a6c5;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#3760bf

View File

@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#222436 ColorBackground=#222436
ColorForeground=#c8d3f5 ColorForeground=#c8d3f5
ColorSelectionBackground=#3654a7 ColorSelectionBackground=#2d3f76
ColorSelection=#c8d3f5 ColorSelection=#c8d3f5
ColorPalette=#1b1d2b;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#828bb8;#444a73;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#c8d3f5 ColorPalette=#1b1d2b;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#828bb8;#444a73;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#c8d3f5

View File

@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#1a1b26 ColorBackground=#1a1b26
ColorForeground=#c0caf5 ColorForeground=#c0caf5
ColorSelectionBackground=#33467c ColorSelectionBackground=#283457
ColorSelection=#c0caf5 ColorSelection=#c0caf5
ColorPalette=#15161e;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5 ColorPalette=#15161e;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5

View File

@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#24283b ColorBackground=#24283b
ColorForeground=#c0caf5 ColorForeground=#c0caf5
ColorSelectionBackground=#364a82 ColorSelectionBackground=#2e3c64
ColorSelection=#c0caf5 ColorSelection=#c0caf5
ColorPalette=#1d202f;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5 ColorPalette=#1d202f;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5